From: Adarsh Babu Kalepalli
Help text of ‘askenv’ cmd is updated
Signed-off-by: Adarsh Babu Kalepalli
---
cmd/nvedit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/nvedit.c b/cmd/nvedit.c
index d14ba10cef..910cf16aaf 100644
--- a/cmd/nvedit.c
+++ b/cmd/nvedit.c
@@ -
On 01/06/21, Michal Simek wrote:
>
>
> On 6/1/21 8:09 AM, Jorge Ramirez-Ortiz wrote:
> > Use the more generic reset-gpios propery name.
> >
> > Signed-off-by: Jorge Ramirez-Ortiz
> > ---
> > v2: kept gpio-reset as legacy
> >
> > .../tpm2/tis-tpm2-spi.txt | 2 +-
> > dri
On 6/1/21 9:35 AM, Jorge Ramirez-Ortiz, Foundries wrote:
> On 01/06/21, Michal Simek wrote:
>>
>>
>> On 6/1/21 8:09 AM, Jorge Ramirez-Ortiz wrote:
>>> Use the more generic reset-gpios propery name.
>>>
>>> Signed-off-by: Jorge Ramirez-Ortiz
>>> ---
>>> v2: kept gpio-reset as legacy
>>>
>>> .
From: Kishon Vijay Abraham I
Kernel device tree got updated to use clock name as "ref" instead of
"usb2_refclk". Fix cdns3-ti.c to use the correct name.
Fixes: 70e167495ab2 ("arm: dts: k3-j721e: Sync Linux v5.11-rc6 dts into U-Boot")
Fixes: 6239cc8c4e84 ("arm: dts: k3-j7200: Sync Linux v5.11-rc6
On 6/1/21 12:56 PM, Aswath Govindraju wrote:
From: Kishon Vijay Abraham I
Kernel device tree got updated to use clock name as "ref" instead of
"usb2_refclk". Fix cdns3-ti.c to use the correct name.
Applied, thanks
On 2021/5/26 下午5:01, Elaine Zhang wrote:
From: Elaine Zhang
Add dts binding header for rk3568, files origin from kernel.
Signed-off-by: Elaine Zhang
Reviewed-by: Kever Yang
Thanks,
- Kever
---
include/dt-bindings/clock/rk3568-cru.h | 925 +
1 file changed, 92
On 2021/5/26 下午5:01, Elaine Zhang wrote:
From: Elaine Zhang
Add rk3568 clock driver and cru structure definition.
Signed-off-by: Elaine Zhang
Reviewed-by: Kever Yang
Thanks,
- Kever
---
.../include/asm/arch-rockchip/cru_rk3568.h| 504 +++
drivers/clk/rockchip/Makefile
Hi Artem,
On 2021/5/26 下午5:32, Artem Lapkin wrote:
Problem: board_spl_was_booted_from return wrong boot_devices[3] value
/spi@ff1d and same-as-spl dont work properly for SPINOR flash
because arch/arm/mach-rockchip/spl-boot-order.c spl_node_to_boot_device
need parse SPINOR flash node as UCLAS
Hi Artem,
On 2021/5/26 下午5:33, Artem Lapkin wrote:
Problem: not possible to use CONFIG_USB_OHCI_HCD=y and
CONFIG_USB_OHCI_GENERIC=y options without CONFIG_USB_OHCI_NEW and
CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS definations
Add missed definations.
But , evb_rk3399 board does not enable CONFIG_USB_
On 2021/5/26 下午5:34, Artem Lapkin wrote:
fdtoverlay (pxe_utils) require define fdtoverlay_addr_r env variable
for example sunxi-common.h meson64.h already have it.
Signed-off-by: Artem Lapkin
Reviewed-by: Kever Yang
Thanks,
- Kever
---
include/configs/rk3399_common.h | 1 +
1 file ch
Add Yifeng from rockchip.
Hi Chris,
First of all, I think you should remain the origin author info in
the signed-off.
Hi Yifeng,
Please help to review this driver.
Thanks,
- Kever
On 2021/5/26 上午5:49, Chris Morgan wrote:
From: Chris Morgan
Requesting comments for a proposed p
On Thursday 27 May 2021 08:19:32 Stefan Roese wrote:
> On 26.05.21 17:59, Pali Rohár wrote:
> > During our debugging of the Aardvark driver in Linux we have discovered
> > that the PCIE_CORE_LINK_CTRL_STAT_REG register in fact controls standard
> > PCIe Link Control Register for PCIe Root Bridge. T
Hi Marek,
On 5/20/21 1:23 PM, Marek Behún wrote:
Hello,
this is version 4 of patches adding support for LTO to U-Boot.
This series is being tested by Github/Azure CI at
https://github.com/u-boot/u-boot/pull/57
There is a problem with sandbox_clang test scenario, which I was
unable to resol
Hi,
On 5/31/21 7:43 PM, Alexandru Gagniuc wrote:
Add the "/reserved-memory/optee" node to the SPL devicetree. The
purpose is to allow configuring TZC regions when booting OP-TEE.
Signed-off-by: Alexandru Gagniuc
Reviewed-by: Simon Glass
---
arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi | 3 +++
On Tue, Jun 01, 2021 at 04:59:52PM +0200, Patrick DELAUNAY wrote:
> Hi Marek,
>
> On 5/20/21 1:23 PM, Marek Behún wrote:
> > Hello,
> >
> > this is version 4 of patches adding support for LTO to U-Boot.
> >
> > This series is being tested by Github/Azure CI at
> >https://github.com/u-boot/u-
The following series of patches add support for the following
- Kconfig symbol for giving the load address for ATF
- USB Mass storrage boot mode in AM642-EVM
- DFU boot mode in AM642-EVM
- Host and peripheral modes for AM642-EVM in U-Boot
- Set the USB PHY core voltage to 0.85V
Aswath Govindraju (
Add support for providing ATF load address with a Kconfig symbol.
Signed-off-by: Aswath Govindraju
---
arch/arm/mach-k3/Kconfig | 7 +++
arch/arm/mach-k3/config.mk | 1 +
tools/k3_fit_atf.sh| 9 ++---
3 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/arch/arm/mach
Add support for identifying USB host and device boot modes
Signed-off-by: Aswath Govindraju
---
arch/arm/mach-k3/am642_init.c | 13 +++--
arch/arm/mach-k3/include/mach/am64_hardware.h | 5 +
arch/arm/mach-k3/include/mach/am64_spl.h | 6 --
3 files changed,
U-Boot either supports USB host or device mode for a node at a time in the
device tree nodes. To support both host and dfu bootmodes, dr_mode is set
to "peripheral" by default and then fixed based on the mode selected by
the boot mode config dip switches on the board.
This needs to happen before t
Set the core voltage of USB PHY in AM64x to 0.85V in spl_board_init().
Signed-off-by: Aswath Govindraju
---
board/ti/am64x/evm.c | 14 ++
1 file changed, 14 insertions(+)
diff --git a/board/ti/am64x/evm.c b/board/ti/am64x/evm.c
index 35cd9e027c04..cdbb9a87bc44 100644
--- a/board/ti/
Add DT node for the single USB subsystem in main dtsi file.
Signed-off-by: Aswath Govindraju
---
arch/arm/dts/k3-am64-main.dtsi | 30 ++
1 file changed, 30 insertions(+)
diff --git a/arch/arm/dts/k3-am64-main.dtsi b/arch/arm/dts/k3-am64-main.dtsi
index a65011b396cc..
AM64 EVM board has a micro USB 2.0 AB connector and the USB0_VBUS is
connected with a resistor divider in between. USB0_DRVVBUS pin is muxed
between USB0_DRVVBUS and GPIO1_79 signals.
Add the corresponding properties and set the pinmux mode for USB subsystem
in the evm dts file.
Signed-off-by: As
Add U-Boot tags and fix the dr_mode as peripheral in U-Boot to support DFU
by default.
Signed-off-by: Aswath Govindraju
---
arch/arm/dts/k3-am642-evm-u-boot.dtsi | 13 +
1 file changed, 13 insertions(+)
diff --git a/arch/arm/dts/k3-am642-evm-u-boot.dtsi
b/arch/arm/dts/k3-am642-evm-
For USB DFU boot mode there is a limitation on the load address of boot
images that they have to be less than 0x70001000. Therefore, move the
SPL_TEXT_BASE address to 0x7000.
Currently ATF is being loaded at 0x7000, if the SPL is being loaded at
0x7000 then ATF would overwrite SPL imag
For USB DFU boot mode there is a limitation on the load address of boot
images that they have to be less than 0x70001000. So, the load address of
SPL has been moved to 0x7000 and ATF has been moved to a latter
location, 0x701a.
Therefore, update its location accordingly in the device tree
Enable config options required to add support for USB Mass storage boot,
USB DFU boot, host and device modes in U-Boot.
Signed-off-by: Aswath Govindraju
---
configs/am64x_evm_a53_defconfig | 39 +
configs/am64x_evm_r5_defconfig | 36 --
Hi,
On 5/24/21 12:24 AM, Daniil Stas wrote:
Disabling clk_ck clock leads to link up status loss in phy, which
leads to auto-negotiation restart before each network command
execution.
This issue is especially big for PXE boot protocol because of
auto-negotiation restarts before each configuratio
Hi,
On 5/24/21 12:24 AM, Daniil Stas wrote:
TCF flag only means that all data was sent to FIFO. To check if the
data was sent out of FIFO we should also wait for the BUSY flag to be
cleared. Otherwise there is a race condition which can lead to
inability to write short (one byte long) data.
Sig
Currently the config options CONFIG_SYS_DFU_DATA_BUF_SIZE and
CONFIG_SYS_DFU_MAX_FILE_SIZE are being set in include/configs/.h
files and also in _defconfig files without a Kconfig option. It
is easier for users to set these configs in defconfig files than in config
header files as they are a part o
Hi, Sean:
Thanks for the comments, please see my answers as follows:
> Please use an errno.
Seems all other board are using '0' and '-1' as return value of
board_fit_config_name_match, shouldn't we keep consistent with them?
> Do you need to match "imx6-colibri", or could you use the default co
Hi, Marcel:
Thanks for the comment, I usually dont send twice for a same PR, but I was
not a member when I sent the first one so I was afraid it's not on the mail
list.
//Ming Liu
Sean Anderson 於 2021年5月31日 週一 下午4:36寫道:
> On 5/31/21 3:06 AM, liu.min...@gmail.com wrote:
> > From: Ming Liu
> >
Hi all,
On 01/06/21 8:43 pm, Aswath Govindraju wrote:
> The following series of patches add support for the following
> - Kconfig symbol for giving the load address for ATF
> - USB Mass storrage boot mode in AM642-EVM
> - DFU boot mode in AM642-EVM
> - Host and peripheral modes for AM642-EVM in U-
On Tue, 1 Jun 2021 16:59:52 +0200
Patrick DELAUNAY wrote:
> Hi Marek,
>
> I am trying to activate CONFIG_LTO for STMicroelectronics stm32mp15
> platform
>
> (stm32mp15_trusted_defconfig and stm32mp15_basic_defconfig).
>
>
> The config stm32mp15_basic_defconfig, with SPL supported failed to
>
On 6/1/21 9:09 AM, opensource@gmail.com wrote:
From: Adarsh Babu Kalepalli
Help text of ‘askenv’ cmd is updated
Signed-off-by: Adarsh Babu Kalepalli
---
cmd/nvedit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/nvedit.c b/cmd/nvedit.c
index d14ba10cef..910cf
On 6/1/21 6:22 PM, Marek Behún wrote:
On Tue, 1 Jun 2021 16:59:52 +0200
Patrick DELAUNAY wrote:
Hi Marek,
I am trying to activate CONFIG_LTO for STMicroelectronics stm32mp15
platform
(stm32mp15_trusted_defconfig and stm32mp15_basic_defconfig).
The config stm32mp15_basic_defconfig, with SPL
On Tue, Jun 01, 2021 at 06:55:52PM +0200, Heinrich Schuchardt wrote:
> On 6/1/21 6:22 PM, Marek Behún wrote:
> > On Tue, 1 Jun 2021 16:59:52 +0200
> > Patrick DELAUNAY wrote:
> >
> > > Hi Marek,
> > >
> > > I am trying to activate CONFIG_LTO for STMicroelectronics stm32mp15
> > > platform
> > >
Hi Heinrich,
> thanks for looking for a better description.
> This online help does not correctly describe the command syntax yet
> which is:
Was trying to keep the command HELP text(on the shell ) simple and mention
the available parameters.
> The logic needs some explanation. The last paramet
On Thu, May 27, 2021 at 12:02:34PM -0400, Sean Anderson wrote:
> If a chunk was larger than 4GiB, then chunk_data_sz would overflow and
> blkcnt would not be calculated correctly. Upgrade it to a u64 and cast
> its multiplicands as well. Also fix bytes_written while we're at it.
>
> Signed-off-by
On 01/06/2021 13:21, Aswath Govindraju wrote:
> Currently the config options CONFIG_SYS_DFU_DATA_BUF_SIZE and
> CONFIG_SYS_DFU_MAX_FILE_SIZE are being set in include/configs/.h
> files and also in _defconfig files without a Kconfig option. It
> is easier for users to set these configs in defconf
On Tue, Jun 01, 2021 at 08:22:09PM +0800, Kever Yang wrote:
> Add Yifeng from rockchip.
>
> Hi Chris,
>
> First of all, I think you should remain the origin author info in the
> signed-off.
Okay, I can do that. Please note that since I submitted this I was
asked to redo the upstream linux pr
Hi Chris,
On 2021/6/2 上午12:54, Chris Morgan wrote:
On Tue, Jun 01, 2021 at 08:22:09PM +0800, Kever Yang wrote:
Add Yifeng from rockchip.
Hi Chris,
First of all, I think you should remain the origin author info in the
signed-off.
Okay, I can do that. Please note that since I submitted th
hi
> why "/spi@ff1d" is not work, this drivers should be work for other boards
> before.
i`m sure now is not work (maybe nobody test it ) i have test it and
can see its doesn't works properly
because /spi@ff1d just spi bus node - its not SPINOR-Flash node as
was written before
if we che
> But , evb_rk3399 board does not enable CONFIG_USB_OHCI_HCD and
> CONFIG_USB_OHCI_GENERIC.
yes i know it !
for example some other rk3399 boards have it because (usb 1.1 didnt
work without ohci on usb2.0 port and not possible to use usb kbd for
this port )
grep CONFIG_USB_OHCI_GENERIC configs/*
workable example for CONFIG_USB_OHCI_HCD and CONFIG_USB_OHCI_GENERIC
(usb kbd on usb2.0 port)
kedge# usb tree
USB device tree:
1 Hub (480 Mb/s, 0mA)
u-boot EHCI Host Controller
1 Hub (12 Mb/s, 0mA)
| U-Boot Root Hub
|
+-2 Human Interface (1.5 Mb/s, 100mA)
Dell KB216 Wi
On 6/1/21 11:58 AM, Ming Liu wrote:
Hi, Sean:
Thanks for the comments, please see my answers as follows:
> Please use an errno.
Seems all other board are using '0' and '-1' as return value of
board_fit_config_name_match, shouldn't we keep consistent with them?
*shrug*
We return an int, so
May I know the status of the patch?
Thanks.
> -Original Message-
> From: Y.b. Lu
> Sent: 2021年5月14日 10:25
> To: Priyanka Jain ; Meenakshi Aggarwal
>
> Cc: u-boot@lists.denx.de
> Subject: RE: [PATCH] armv8: layerscape: enable eMMC HS400 workarounds for
> LX2160A/LX2162A
>
> Any comments.
May I know the status of the patch?
Thanks.
> -Original Message-
> From: Y.b. Lu
> Sent: 2021年5月14日 10:25
> To: Priyanka Jain ; Meenakshi Aggarwal
>
> Cc: u-boot@lists.denx.de
> Subject: RE: [PATCH] arm: dts: lx2162aqds: support eMMC HS400 mode on
> esdhc1
>
> Sent out v2 to update copyr
Add rk3568 clock driver and cru structure definition.
Signed-off-by: Elaine Zhang
---
.../include/asm/arch-rockchip/cru_rk3568.h| 504 +++
drivers/clk/rockchip/Makefile |1 +
drivers/clk/rockchip/clk_rk3568.c | 2959 +
3 files changed, 3464 in
For eSDHC, power supply is through peripheral circuit. So, 3.3V
power supply capability from register bit does not reflect the
truth. 3.3V is common for SD/MMC, and is supported for all boards
with eSDHC in current u-boot. So, let's use a Kconfig
CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT making 3.3V is sup
For eSDHC, power supply is through peripheral circuit. So, 3.3V
power supply capability from register bit does not reflect the
truth. 3.3V is common for SD/MMC, and is supported for all boards
with eSDHC in current u-boot. So, let's use a Kconfig
CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT making 3.3V is sup
There is no i.MX board using such option. Drop it.
Signed-off-by: Yangbo Lu
---
drivers/mmc/fsl_esdhc_imx.c | 5 -
1 file changed, 5 deletions(-)
diff --git a/drivers/mmc/fsl_esdhc_imx.c b/drivers/mmc/fsl_esdhc_imx.c
index a4675838e5..d767795b58 100644
--- a/drivers/mmc/fsl_esdhc_imx.c
+++
Drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33. CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT
is used instead.
Signed-off-by: Yangbo Lu
---
include/configs/T208xQDS.h | 1 -
include/configs/T208xRDB.h | 1 -
include/configs/T4240RDB.h | 1 -
include/configs/kontron_sl28.h | 5 -
include/con
For eSDHC, power supply is through peripheral circuit. So, 3.3V
power supply capability from register bit does not reflect the
truth. 3.3V is common for SD/MMC, and is supported for all boards
with eSDHC in current u-boot. So, let's use a Kconfig
CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT making 3.3V is sup
For eSDHC, power supply is through peripheral circuit. So, 3.3V
power supply capability from register bit does not reflect the
truth. 3.3V is common for SD/MMC, and is supported for all boards
with eSDHC in current u-boot. So, let's use a Kconfig
CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT making 3.3V is sup
There is no i.MX board using such option. Drop it.
Signed-off-by: Yangbo Lu
---
Changes for v2:
- Updated copyright.
---
drivers/mmc/fsl_esdhc_imx.c | 7 +--
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/drivers/mmc/fsl_esdhc_imx.c b/drivers/mmc/fsl_esdhc_imx.c
index a
Drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33. CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT
is used instead.
Signed-off-by: Yangbo Lu
---
Changes for v2:
- Updated copyright.
---
include/configs/T208xQDS.h | 3 +--
include/configs/T208xRDB.h | 3 +--
include/configs/T4240RDB.h | 3 +--
Hi Pali,
On 01.06.21 14:57, Pali Rohár wrote:
On Thursday 27 May 2021 08:19:32 Stefan Roese wrote:
On 26.05.21 17:59, Pali Rohár wrote:
During our debugging of the Aardvark driver in Linux we have discovered
that the PCIE_CORE_LINK_CTRL_STAT_REG register in fact controls standard
PCIe Link Con
When source u-boot script from an FIT image, it is required to provide the
script subimage name. Add an additional environment variable "scriptuname"
when sourcing u-boot script in FIT image during run distro_bootcmd.
Signed-off-by: Yau Wai Gan
---
include/config_distro_bootcmd.h | 4 +++-
1 fil
Hi Sean,
Thanks for your reply.
>>This clock driver adds support for clock related settings for
>>Zynq platform.
>>
>> +config COMMON_CLK_XLNX_CLKWZRD
>
> Why not just CLK_XILNIX_WIZARD? Do we need "COMMON" in here?
Follow the linux patch "clk: clocking-wizard: Add the clockwizar
From: Hou Zhiqiang
Fix a memory leak issue in the RX port initialization.
Signed-off-by: Hou Zhiqiang
---
drivers/net/fm/eth.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/net/fm/eth.c b/drivers/net/fm/eth.c
index 0e89e663f7..7c23ccc1f0 100644
--- a/drivers/ne
Hi,
On 6/2/21 1:19 PM, Yangbo Lu wrote:
> For eSDHC, power supply is through peripheral circuit. So, 3.3V
> power supply capability from register bit does not reflect the
> truth. 3.3V is common for SD/MMC, and is supported for all boards
> with eSDHC in current u-boot. So, let's use a Kconfig
> C
61 matches
Mail list logo