:
=> time crc32 0x88100 0x2000
crc32 for 88100 ... 8a0ff ==> 7f34d7ca
time: 1 minutes, 14.716 seconds
After patch:
=> time crc32 0x88100 0x2000
crc32 for 88100 ... 8a0ff ==> 7f34d7ca
time: 2.710 seconds
Acked-by: Andrew Davis
Signed-off-by: Sekhar Nori
--
Michal,
On 30/01/20 9:08 PM, Tom Rini wrote:
> On Thu, Jan 30, 2020 at 04:35:40PM +0100, Simon Goldschmidt wrote:
>> Tom Rini schrieb am Do., 30. Jan. 2020, 16:32:
>>
>>> On Thu, Jan 30, 2020 at 04:30:54PM +0100, Michal Simek wrote:
On 30. 01. 20 16:14, Faiz Abbas wrote:
> Hi Michal,
>>>
ned-off-by: Sekhar Nori
---
Applies to latest of U-Boot mainline master
board/davinci/da8xxevm/da850evm.c | 38 +
include/configs/da850evm.h|1 +
2 files changed, 39 insertions(+), 0 deletions(-)
diff --git a/board/davinci/da8xxevm/da850evm.c
b/boa
ned-off-by: Sekhar Nori
---
v2: removed unnecessary logical OR while constructing revision value
board/davinci/da8xxevm/da850evm.c | 38 +
include/configs/da850evm.h|1 +
2 files changed, 39 insertions(+), 0 deletions(-)
diff --git a/board/davinc
The README.davinci in documentation folder is missing information
regarding DA850 which is a supported DaVinci device.
Add this information.
Signed-off-by: Sekhar Nori
---
Applies to latest of U-Boot mainline.
doc/README.davinci | 11 +++
1 files changed, 11 insertions(+), 0
t from the maximum clock rate supported by the
device.
Signed-off-by: Sekhar Nori
---
Changes in v3:
a) renamed maxspeed to maxcpuclk
b) add information regarding the new environment variable in README.davinci
c) use if-else instead of switch to check for value range rather than specific
values of
The README.davinci in documentation folder is missing information
regarding DA850 which is a supported DaVinci device.
Add this information.
Signed-off-by: Sekhar Nori
---
applies to latest of U-Boot mainline.
doc/README.davinci | 11 +++
1 files changed, 11 insertions(+), 0
t from the maximum clock rate supported by the
device.
Signed-off-by: Sekhar Nori
---
v4: updated README.davinci to included information regarding ATAG_REVISION.
board/davinci/da8xxevm/da850evm.c | 33 +
doc/README.davinci| 14 +
Hi Vaibhav,
On 11/13/2013 7:38 PM, Vaibhav Bedia wrote:
> On Wed, Nov 13, 2013 at 3:48 AM, Lokesh Vutla wrote:
> [...]
>> I checked with hardware folks. There is no register or some way to tell
>> if VTT is present. It is not added in EEPROM also and I have no answer why it
>> is not added in EEP
On 12/4/2013 8:50 AM, Vaibhav Bedia wrote:
> On Sun, Dec 1, 2013 at 10:53 PM, Lokesh Vutla wrote:
> [...]
>> I read more about it and got inputs from Sekhar. I came to know that there
>> is a DEV_ATTRIBUTE register
>> which tells about the safest OPP to boot with. Looks like this should be
>> su
On Monday 31 August 2015 12:04 PM, Kishon Vijay Abraham I wrote:
> Enabled dwc3, dwc3-omap and PHY to get DWC3 functional in OMAP5
> uEVM. Also enabled support for DFU.
Nitpicking, but use of present tense is preferred here. See bullet #3
here: http://www.denx.de/wiki/view/U-Boot/Patches#Commit_me
EVM to handle
this case.
Signed-off-by: Sekhar Nori
---
include/configs/am43xx_evm.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h
index 15fa3e3fecea..529808da97dc 100644
--- a/include/configs/am43xx_evm.h
+++ b/include/configs
The README.davinci in documentation folder is missing information
regarding DA850 which is a supported DaVinci device.
Add this information.
Signed-off-by: Sekhar Nori
---
Rebased to latest on mainline master
doc/README.davinci | 11 +++
1 files changed, 11 insertions(+), 0
t from the maximum clock rate supported by the
device.
Signed-off-by: Sekhar Nori
---
Rebased to latest on mainline master
board/davinci/da8xxevm/da850evm.c | 33 +
doc/README.davinci| 14 ++
include/configs/da850evm.h|1
-X15 to handle
this case.
Signed-off-by: Sekhar Nori
---
include/configs/beagle_x15.h |1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/beagle_x15.h b/include/configs/beagle_x15.h
index c7719f389a64..4aa855092110 100644
--- a/include/configs/beagle_x15.h
+++ b/include/configs
We usually deal with hexadecimal addresses and sizes in
device-tree. Its much easier if debug logs print hexadecimal
values too.
Signed-off-by: Sekhar Nori
---
common/fdt_support.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/fdt_support.c b/common
We usually deal with hexadecimal addresses and sizes in
device-tree. Its much easier if debug logs print hexadecimal
values too.
Reviewed-by: Simon Glass
Signed-off-by: Sekhar Nori
---
common/fdt_support.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/common
On 06/12/18 7:01 AM, Simon Glass wrote:
> On Wed, 5 Dec 2018 at 02:46, Sekhar Nori wrote:
>>
>> We usually deal with hexadecimal addresses and sizes in
>> device-tree. Its much easier if debug logs print hexadecimal
>> values too.
>>
>> Signed-off-by: Sekha
d.
Fix this by applying appropriate #define guards in lib/fdtdec.c.
It looks like ns16550.c has the same problem, so fixed that too.
To simplify this, CONFIG_SPL_PCI_SUPPORT is renamed to CONFIG_SPL_PCI
(enables use of CONFIG_IS_ENABLED() macro).
Suggested-by: Vignesh R
Signed-off-by: Sekhar Nori
workaround this suitaiton by patching
device-tree passed to kernel with the correct address. As well as
updating the PHY address U-Boot drivers themselves use.
Tested on beaglebone black rev A4 by simulating the error condition
I was also able to hit the actual hardware error once in a while.
Sekhar
more generically useful.
Signed-off-by: Sekhar Nori
---
board/ti/am335x/board.c | 78 +
1 file changed, 78 insertions(+)
diff --git a/board/ti/am335x/board.c b/board/ti/am335x/board.c
index a359d20021fd..13845251afb5 100644
--- a/board/ti/am335x
/1FuI_i5KW10J
Add support to check for this condition and use the
detected phy address when its safe to do so.
Also, add a public API that exposes the phy address of
a given slave. This can be used to update device-tree that
is passed to Linux kernel.
Signed-off-by: Sekhar Nori
---
drivers/net
Enable CONFIG_OF_BOARD_SETUP as it is needed for Beaglebone
black to overwrite the Ethernet phy address present in DT
in case the phy latches on to a different address.
Signed-off-by: Sekhar Nori
---
configs/am335x_evm_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs
Enable bootz command on Texas Instruments DA850 EVM
board. This helps it boot zImage with device-tree
blob passed.
Signed-off-by: Sekhar Nori
---
configs/da850evm_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/da850evm_defconfig b/configs/da850evm_defconfig
index
K2G can benefit from driver model support in the
MMC/SD driver it uses: omap_hsmmc
Enable driver model MMC support for K2G.
Signed-off-by: Sekhar Nori
---
configs/k2g_evm_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/k2g_evm_defconfig b/configs/k2g_evm_defconfig
index
ted only when
OMAP_HSMMC_USE_GPIO is defined.
Signed-off-by: Sekhar Nori
---
drivers/mmc/omap_hsmmc.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/mmc/omap_hsmmc.c b/drivers/mmc/omap_hsmmc.c
index e80ac3d7220c..fceafe1f156e 100644
--- a/drivers/mmc/omap_hsmmc.c
+++ b/dr
The K2G EVM from TI has an SD card slot as
well as onboard eMMC for data storage.
Enable support for these.
Signed-off-by: Sekhar Nori
---
arch/arm/dts/k2g-evm.dts | 8
1 file changed, 8 insertions(+)
diff --git a/arch/arm/dts/k2g-evm.dts b/arch/arm/dts/k2g-evm.dts
index e95efd476707
This patch set switches mmc/sd support on k2g
to use driver model.
Tested both SD card and emmc on k2g-evm by
writing data, reading it back and comparing crc.
also tested with buildman for am33xx and omap
Sekhar Nori (4):
drivers: mmc: omap_hsmmc: fix build breakage
ARM: dts: K2G: Add
K2G SoC from TI has two MMC/SD controllers.
Add device tree data for these.
Signed-off-by: Sekhar Nori
---
arch/arm/dts/k2g.dtsi | 23 +++
1 file changed, 23 insertions(+)
diff --git a/arch/arm/dts/k2g.dtsi b/arch/arm/dts/k2g.dtsi
index 00cd49297336..add03b74da36 100644
rted-by: Sekhar Nori
Tested-by: Sekhar Nori
Fixes crash on K2G on network access with mainline master.
Regards,
Sekhar
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi,
Here is a patch series that enables
USB DFU support on AM57x GP EVM.
Thanks,
Sekhar
Sekhar Nori (3):
configs: dra7xx: get rid of duplicate #define
board: ti: am57xx-evm: fix build warnings
ARM: am57xx_evm: enable DFU support
board/ti/am57xx/board.c | 20
CONFIG_DFU_RAM is repeated twice in dra7xx_evm.h
file. Remove the duplicate.
Signed-off-by: Sekhar Nori
---
include/configs/dra7xx_evm.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index b66949f4155b..4ea993d3f5db 100644
--- a
1_device' defined but not
used [-Wunused-variable]
static struct ti_usb_phy_device usb_phy1_device = {
Fix it by getting rid of USB1 related structures from
board.c. They can be added back if there is a need for
them.
Signed-off-by: Sekhar Nori
---
board/ti/am57xx/board.c | 20 --
mass storage
device to USB1 (host) port continues to get
enumerated.
configs for HS version of the AM57x EVM are
included in the patch but not really tested.
Signed-off-by: Sekhar Nori
---
configs/am57xx_evm_defconfig| 10 +
configs/am57xx_hs_evm_defconfig | 10 +
include
On Friday 26 August 2016 10:38 AM, Lokesh Vutla wrote:
>
>
> On Friday 26 August 2016 10:36 AM, Lokesh Vutla wrote:
>> [..snip..]
>>
>>> diff --git a/include/configs/am57xx_evm.h b/include/configs/am57xx_evm.h
>>> index 46e8d4cfd715..3d5ae1ae1d54 100644
>>> --- a/include/configs/am57xx_evm.h
>>>
Hi Tom,
On Saturday 27 August 2016 02:31 AM, Tom Rini wrote:
> This is another example of needing to find a place and a way to put
> vendor specific stuff somewhere. Along with needing to figure out how
> to move environment stuff out of include/configs/ if we can. The half
> idea I'm toying wit
On Tuesday 30 August 2016 04:50 PM, Tom Rini wrote:
> On Tue, Aug 30, 2016 at 12:03:32PM +0530, Sekhar Nori wrote:
>> Hi Tom,
>>
>> On Saturday 27 August 2016 02:31 AM, Tom Rini wrote:
>>> This is another example of needing to find a place and a way to put
>&
On Thursday 16 March 2017 04:02 PM, Axel Haslam wrote:
> Add instructions to write an AIS image to NAND
> by using the u-boot nand tools.
>
> Signed-off-by: Axel Haslam
> ---
> board/davinci/da8xxevm/README.da850 | 22 ++
> 1 file changed, 22 insertions(+)
>
> diff --git a/b
On Friday 17 March 2017 03:50 PM, Sekhar Nori wrote:
> No need to find the erase size or doing manual of filesize to next erase
> block boundary.
Should have read as:
No need to find nand erase size or doing manual adjustment of downloaded
file size to next erase block boundary.
Thanks,
Hi Axel,
On Friday 17 March 2017 09:25 PM, Axel Haslam wrote:
> Add instructions to write an AIS image to NAND
> by using the u-boot nand tools.
>
> Signed-off-by: Axel Haslam
> ---
> Changes in V2:
> - add erase command before write
> - Add write info when MTD partitions are defined
>
> board
On Friday 03 February 2017 02:53 AM, ken wrote:
> Apply the previous setting for the reserved bits in SetDes Test and System
> Mode Control register
> to avoid the voltage peak issue while we do the IEEE PHY comformance test
>
> Signed-off-by: ken Lin
> Tested on Advantech DMS-BA16 board
> Test
On Saturday 04 February 2017 12:26 AM, Ken.Lin wrote:
>
>
>> -Original Message-----
>> From: Sekhar Nori [mailto:nsek...@ti.com]
>> Sent: Thursday, February 2, 2017 9:44 PM
>> To: ken ; sba...@denx.de
>> Cc: u-boot@lists.denx.de; martin.donne...@ge.com; Ke
On Monday 06 February 2017 11:06 PM, Ken.Lin wrote:
>>> The register setting would turn out to be 0x3D47 on our project boards and
>> our signal measurement results show the patch (v2 version,
>> https://patchwork.ozlabs.org/patch/723461/)) could fix the voltage peak
>> issue.
>>> The proposed so
On Wednesday 08 February 2017 12:36 AM, Yung-Ching LIN wrote:
> On Tue, Feb 7, 2017 at 12:50 AM, Sekhar Nori wrote:
>> On Monday 06 February 2017 11:06 PM, Ken.Lin wrote:
>>
>>>>> The register setting would turn out to be 0x3D47 on our project boards and
>>&g
EVM Rev A3.
Signed-off-by: Sekhar Nori
---
board/ti/am57xx/mux_data.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/ti/am57xx/mux_data.h b/board/ti/am57xx/mux_data.h
index 2f5243ee7ad9..42150b0401cf 100644
--- a/board/ti/am57xx/mux_data.h
+++ b/board/ti/am57xx/mux_data.h
on all OMAP, AMx, DaVinci and Keystone boards.
Sekhar Nori (5):
davinci: omapl138_lcdk: remove spiboot
davinci: omapl138_lcdk: enable some filesystem related commands
davinci: omapl138_lcdk: use environment variables for memory addresses
ARM: ti: consolidate mmc environment variables
Use environment variables for various memory addresses
used on OMAP-L138 LCDK board. This makes it easy to
customize the boot process.
Signed-off-by: Sekhar Nori
---
include/configs/omapl138_lcdk.h | 16 +++-
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/include
Now that we have common MMC/SD boot environment
variables that can be used across TI platforms,
switch OMAP-L138 LCDK to use them.
As a nice side-effect, we get support for using
uEnv.txt on this platform.
Signed-off-by: Sekhar Nori
---
include/configs/omapl138_lcdk.h | 23
to only non-SPL builds for AM335x and
AM437x since they are not really used for SPL
today.
Signed-off-by: Sekhar Nori
---
include/configs/am335x_evm.h | 4 ++-
include/configs/am43xx_evm.h | 4 ++-
include/configs/k2g_evm.h | 2 ++
include/configs/ti_armv7_common.h | 61
OMAP-L138 LCDK board does not have a SPI flash.
Remove spiboot related environment variable
definitions.
Signed-off-by: Sekhar Nori
---
include/configs/omapl138_lcdk.h | 10 ++
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/include/configs/omapl138_lcdk.h b/include
Enable some generic filesystem commands as
well as disk partition related commands for
OMAP-L138 LCDK board.
These help in booting Linux from MMC/SD, for
example.
Signed-off-by: Sekhar Nori
---
configs/omapl138_lcdk_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs
Hi Lukasz,
On Thursday 06 April 2017 03:28 PM, Lukasz Majewski wrote:
> On Thu, 6 Apr 2017 14:52:54 +0530
> Sekhar Nori wrote:
>
>> Enable some generic filesystem commands as
>> well as disk partition related commands for
>> OMAP-L138 LCDK board.
>>
>>
When fat command is enabled, enable fatwrite too
so U-Boot can create new files too.
Signed-off-by: Sekhar Nori
---
include/configs/omapl138_lcdk.h | 4
1 file changed, 4 insertions(+)
diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h
index 9db4eeb54edf
On Thursday 01 June 2017 04:54 PM, Tom Rini wrote:
> On Thu, Jun 01, 2017 at 04:17:37PM +0530, Sekhar Nori wrote:
>
>> When fat command is enabled, enable fatwrite too
>> so U-Boot can create new files too.
>>
>> Signed-off-by: Sekhar Nori
>> ---
>
Add Kconfig symbols for various configurations
supported by FAT filesystem support code.
CONFIG_SUPPORT_VFAT has been left out since its
force enabled in include/fat.h and probably
should get removed at some point.
Signed-off-by: Sekhar Nori
---
fs/fat/Kconfig | 24
1
-off-by: Sekhar Nori
---
include/config_fallbacks.h | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/include/config_fallbacks.h b/include/config_fallbacks.h
index 5a698a8349ab..a4a4d5514070 100644
--- a/include/config_fallbacks.h
+++ b/include/config_fallbacks.h
@@ -29,10
Hi,
Here is an attempt to convert FAT filesystem configuraition to
kconfig. And switch of some TI platforms to use the newly introduced
support.
Tested on OMAP-L138 LCDK board. Build tested using:
$ tools/buildman/buildman am33 am43 omap davinci keystone
Sekhar Nori (7):
fs: fat: add kbuild
.
Similar issues can come with other config fallbacks implemented.
Signed-off-by: Sekhar Nori
---
include/configs/k2g_evm.h | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/include/configs/k2g_evm.h b/include/configs/k2g_evm.h
index 9a07eacb8e7a..1cc35769840f 100644
--- a/include
Now that we have ability to enable FAT filesystem support
through Kconfig symbols, do it for OMAP-L138 LCDK board.
Signed-off-by: Sekhar Nori
---
configs/omapl138_lcdk_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig
ering issues around
where exactly the include of ti_armv7_keystone2.h can come
in within the k2*_evm.h files.
Move environment location to config file of each board.
This should make it easy to change it for any one board
without affecting all other boards.
Signed-off-by: Sekhar Nori
---
in
Now that there is Kconfig symbol available for
enabling FAT filesystem support, migrate to using
it for Siemens AM335x based boards.
Signed-off-by: Sekhar Nori
---
configs/draco_defconfig| 1 +
configs/etamin_defconfig | 1 +
configs/rastaban_defconfig
Add Kconfig symbols for various configurations
supported by FAT filesystem support code.
CONFIG_SUPPORT_VFAT has been left out since its
force enabled in include/fat.h and probably
should get removed at some point.
Signed-off-by: Sekhar Nori
---
Resend of https://patchwork.ozlabs.org/patch
Enable support for writing to FAT partitions on
TI's boards.
Signed-off-by: Sekhar Nori
---
board/ti/common/Kconfig | 1 +
include/configs/am43xx_evm.h | 1 -
include/configs/ti_armv7_common.h | 8
3 files changed, 1 insertion(+), 9 deletions(-)
diff --git a/boa
_GEL_Files
Signed-off-by: Sekhar Nori
---
include/configs/omapl138_lcdk.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h
index 9db4eeb54edf..88cdf08b1979 100644
--- a/include/configs/omapl138_lcdk.h
+++ b/inclu
CONFIG_FAT_WRITE is imply'ed when CONFIG_CMD_FAT
is selected (see CONFIG_TI_COMMON_CMD_OPTIONS).
Dont disable it in defconfig so the imply takes
effect and 'fatwrite' is available for users.
Signed-off-by: Sekhar Nori
---
configs/omapl138_lcdk_defconfig | 1 -
1 file chan
() can easily be retried
again. This also helps quick fallback to next network interface
(like USB RNDIS) without inordinate delay.
Tested on AM571x IDK and AM335x BeagleBone black.
Signed-off-by: Sekhar Nori
---
drivers/net/cpsw.c | 34 ++
1 file changed, 22
Enable time command for OMAP-L138 LCDK board.
The patch was generated using savedefconfig
method.
Signed-off-by: Sekhar Nori
---
configs/omapl138_lcdk_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig
index
On Wednesday 10 May 2017 04:56 PM, Tom Rini wrote:
> On Wed, May 10, 2017 at 04:44:45PM +0530, Lokesh Vutla wrote:
>>
>>
>> On Wednesday 10 May 2017 04:27 PM, Sekhar Nori wrote:
>>> Enable time command for OMAP-L138 LCDK board.
>>>
>>> The pa
Hi,
This patch series enables some commonly used
commands for OMAP-L138 LCDK.
v1->v2:
Change to using CONFIG_TI_COMMON_CMD_OPTIONS
Sekhar Nori (2):
davinci: da8xxevm: add support for TI_COMMON_CMD_OPTIONS
davinci: omapl138_lcdk: switch to using TI_COMMON_CMD_OPTIONS
board/davinci/da8xx
here is no GPIO
support (yet) on OMAP-L138 LCDK.
Signed-off-by: Sekhar Nori
---
configs/omapl138_lcdk_defconfig | 12 ++--
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig
index 7a5a78f4944b..752ff5d860a1 10
OMAP-L138 LCDK board can benefit from using the commonly
used commands enabled by TI_COMMON_CMD_OPTIONS.
Source the relevant Kconfig file so TI_COMMON_CMD_OPTIONS
can be enabled for OMAP-L138 LCDK board in a future patch.
Signed-off-by: Sekhar Nori
---
board/davinci/da8xxevm/Kconfig | 2 ++
1
Drop custom command prompt string in favor
of default used by U-Boot. This helps in
easier automation setup across boards.
Signed-off-by: Sekhar Nori
---
configs/omapl138_lcdk_defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/configs/omapl138_lcdk_defconfig b/configs
On Friday 25 November 2016 09:11 AM, Lokesh Vutla wrote:
>
>
> On Thursday 24 November 2016 07:06 PM, Sekhar Nori wrote:
>> USB1 is not used on AM57xx GP EVM in device mode.
>> Enabling DWC3 USB support for AM57xx EVM gives
>> the following warnings:
>>
>
but not really tested.
Signed-off-by: Sekhar Nori
---
configs/am57xx_evm_defconfig| 3 +++
configs/am57xx_hs_evm_defconfig | 3 +++
include/configs/am57xx_evm.h| 8
3 files changed, 14 insertions(+)
diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig
index
nst latest master, drop 1/3 in the process.
v1 submission here:
https://www.mail-archive.com/u-boot@lists.denx.de/msg222838.html
Sekhar Nori (2):
ARM: ti: consolidate dfu environment variables
ARM: am57xx_evm: enable DFU support
configs/am57xx_evm_defconfig| 3 ++
conf
Introduce include/environment/ti/dfu.h that
consolidates environment variable definitions
for various TI boards that support DFU today.
Tested on AM335x EVM, AM437x SK EVM and DRA74x
EVM by using DFU to write to SD card.
Signed-off-by: Sekhar Nori
---
include/configs/am335x_evm.h | 33
1_device' defined but not
used [-Wunused-variable]
static struct ti_usb_phy_device usb_phy1_device = {
Fix it by getting rid of USB1 related structures from
board.c. They can be added back if there is a need for
them.
Signed-off-by: Sekhar Nori
Reviewed-by: Lokesh Vutla
---
but not really tested.
Signed-off-by: Sekhar Nori
---
configs/am57xx_evm_defconfig| 12
configs/am57xx_hs_evm_defconfig | 12
include/configs/am57xx_evm.h| 8
3 files changed, 32 insertions(+)
diff --git a/configs/am57xx_evm_defconfig b/configs
16 -b dfu -c 3 -o test omap
v1 submission here:
https://www.mail-archive.com/u-boot@lists.denx.de/msg222838.html
Sekhar Nori (3):
board: ti: am57xx-evm: fix build warnings
ARM: ti: consolidate dfu environment variables
ARM: am57xx_evm: enable DFU support
board/ti/am57xx/board.c
Introduce include/environment/ti/dfu.h that
consolidates environment variable definitions
for various TI boards that support DFU today.
Tested on AM335x EVM, AM437x SK EVM and DRA74x
EVM by using DFU to write to SD card.
Signed-off-by: Sekhar Nori
---
include/configs/am335x_evm.h | 33
Hi David,
On Thursday 15 March 2018 07:06 AM, David Lechner wrote:
> commit 1601dd97edc6 ("davinci: omapl138_lcdk: increase PLL0 frequency")
> changed the PLL0 frequency to 456MHz, which is needed for the LCDC IP
> block. However, in doing so, it caused the PLLOUT clock to be outside
> of the allo
On Thursday 15 March 2018 06:04 PM, Sekhar Nori wrote:
> Thanks for the patch and great description. It looks correct to me.
> Hopefully I can provide some testing feedback too soon.
Something seems to have broken MMC/SD support on OMAP-L138 LCDK on
2018.03[1]. 2018.01 works fine[2].
Will
On Thursday 15 March 2018 07:12 PM, Sekhar Nori wrote:
> On Thursday 15 March 2018 06:04 PM, Sekhar Nori wrote:
>> Thanks for the patch and great description. It looks correct to me.
>> Hopefully I can provide some testing feedback too soon.
>
> Something seems to have bro
On Thursday 15 March 2018 08:31 PM, Lokesh Vutla wrote:
>
>
> On Thursday 15 March 2018 08:01 PM, Sekhar Nori wrote:
>> On Thursday 15 March 2018 07:12 PM, Sekhar Nori wrote:
>>> On Thursday 15 March 2018 06:04 PM, Sekhar Nori wrote:
>>>> Thanks for the p
On Thursday 15 March 2018 08:32 PM, David Lechner wrote:
> On 03/15/2018 09:56 AM, Tom Rini wrote:
>> On Thu, Mar 15, 2018 at 08:01:58PM +0530, Sekhar Nori wrote:
>>> On Thursday 15 March 2018 07:12 PM, Sekhar Nori wrote:
>>>> On Thursday 15 March 2018 06:04 PM, Sekha
;m having troubling figuring
> out how to install the SPL image.
Err, I thought u-boot.ais is SPL and U-Boot images concatenated
together. Anyway, I was able to test your change.
Tested-by: Sekhar Nori
Thanks,
Sekhar
___
U-Boot mailing list
U-Boot@list
Hi Adam,
On Sunday 27 August 2017 08:31 PM, Adam Ford wrote:
> I was trying to enable MTD Partitions to make loading the Kernel and
> FS easier from within U-Boot
>
> The da850evm spi-flash partitions in Linux show
>
> "U-Boot-SPL" @ offset 0, size 64K
> "U-Boot"; @ offset 0x0001, size 512K
On Tuesday 29 August 2017 03:29 PM, Adam Ford wrote:
> On Tue, Aug 29, 2017 at 4:13 AM, Sekhar Nori wrote:
>> Hi Adam,
>>
>> On Sunday 27 August 2017 08:31 PM, Adam Ford wrote:
>>> I was trying to enable MTD Partitions to make loading the Kernel and
>>> F
On Wednesday 30 August 2017 08:07 AM, Adam Ford wrote:
> On Tue, Aug 29, 2017 at 8:05 AM, Adam Ford wrote:
>> On Tue, Aug 29, 2017 at 6:41 AM, Sekhar Nori wrote:
>>> On Tuesday 29 August 2017 03:29 PM, Adam Ford wrote:
>>>> On Tue, Aug 29, 2017 at 4:13 AM, Sek
On Sunday 27 August 2017 01:46 AM, Adam Ford wrote:
> A few small additional items are needed to support DM_SPI and
> DM_SERIAL, so those were added to da850-evm-u-boot.dtsi
>
> Signed-off-by: Adam Ford
> ---
> arch/arm/dts/da850-evm-u-boot.dtsi | 22 ++
> arch/arm/dts/da850-evm.dts | 3
Hi Adam,
On Wednesday 30 August 2017 04:07 PM, Adam Ford wrote:
> On Wed, Aug 30, 2017 at 12:30 AM, Sekhar Nori wrote:
>> On Wednesday 30 August 2017 08:07 AM, Adam Ford wrote:
>>> On Tue, Aug 29, 2017 at 8:05 AM, Adam Ford wrote:
>>>> On Tue, Aug 29, 2017
.
Signed-off-by: Sekhar Nori
---
configs/am57xx_evm_defconfig| 3 +++
configs/am57xx_hs_evm_defconfig | 3 +++
2 files changed, 6 insertions(+)
diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig
index fc96401d3e55..04484e0ae213 100644
--- a/configs/am57xx_evm_defconfig
+++ b
Hi Ken Lin,
On Tuesday 17 January 2017 03:44 AM, Ken.Lin wrote:
> Hi Joe and Mugunthan,
>
> We encountered the voltage peak issue while doing the IEEE PHY conformance
> test, which has to do with the AR8033 register (SetDes Test and System Mode
> Control) setting in u-boot.
> In your commit cha
On 01/06/19 10:46 AM, Peter Howard wrote:
> On Thu, 2019-05-30 at 19:04 +0530, Sekhar Nori wrote:
>> Hi,
>>
>> Here is a set of patches that fixes MMC/SD boot breakage introduced
>> after 2018.09 release.
>>
>> This was tested with MMC/SD boot on OMAP-L138
address as well as size.
Reviewed-by: Lokesh Vutla
Signed-off-by: Sekhar Nori
---
drivers/core/fdtaddr.c | 17 +
drivers/core/read.c| 20
include/dm/fdtaddr.h | 18 ++
include/dm/read.h | 41
baseboard device-tree file itself.
v2:
- add unit tests for new clock and dm APIs introduced
- add Lokesh's Reviewed-by: for patches #1 and #2
Sekhar Nori (7):
clk: add support for clk_is_match()
dm: core: add support for getting register address and size
pcie: ti: add driver for AM65x
Add driver supporting PCIe root-complex available
on TI's AM65x SoC.
Signed-off-by: Sekhar Nori
---
drivers/pci/Kconfig | 6 +
drivers/pci/Makefile | 1 +
drivers/pci/pcie_dw_ti.c | 725 +++
3 files changed, 732 insertions(+)
create
clock.
The driver has support to select PLL mux and left/right output
mux as specified in device tree.
Signed-off-by: Sekhar Nori
---
drivers/phy/Kconfig| 9 +
drivers/phy/Makefile | 1 +
drivers/phy/phy-ti-am654.c | 411 +
3 files ch
Enable support for PCIe and related configurations
on AM654 EVM platform.
Signed-off-by: Sekhar Nori
---
configs/am65x_evm_a53_defconfig | 6 ++
1 file changed, 6 insertions(+)
diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig
index 41cf0100fa3a..7745e2038790
Add support for clk_is_match() which is required to
know if two clock pointers point to the same exact
physical clock.
Also add a unit test for the new API.
Reviewed-by: Lokesh Vutla
Signed-off-by: Sekhar Nori
---
drivers/clk/clk-uclass.c | 13 +
include/clk.h| 13
1 - 100 of 144 matches
Mail list logo