Re: [PATCH] binman: doc: fix reference tag placement for Logging section

2023-09-09 Thread Heinrich Schuchardt
On 9/9/23 15:52, Massimo Pegorer wrote: Move BinmanLogging reference tag after section "Signing FIT container with private key in an image" and just before section "Logging". Fixes: 0f40e23fd22 ("binman: add documentation for binman sign option") Signed-off-by: Massimo Pegorer Reviewed-by: He

Re: [PATCH v1] CI: Add jsonschema python module

2023-09-09 Thread Tom Rini
On Tue, Aug 29, 2023 at 05:37:35PM +0200, Andrejs Cainikovs wrote: > On 29/08/2023 17:04, Tom Rini wrote: > > Interesting. How exactly are you using these CI images? We have > > tools/buildman/requirements.txt now to cover the newly-added modules in > > CI, as we call pip on that. But, it's not b

Re: [PULL] u-boot-sh/next_ufs

2023-09-09 Thread Tom Rini
On Sat, Sep 09, 2023 at 02:14:59PM +0200, Marek Vasut wrote: > The following changes since commit 515e0af77b25fba24ef6a3c72afee6ae3c739825: > > Merge branch '2023-09-06-assorted-CI-updates' into next (2023-09-06 > 18:47:18 -0400) > > are available in the Git repository at: > > https://sour

Re: Pull request doc-2023-10-rc5

2023-09-09 Thread Tom Rini
On Sat, Sep 09, 2023 at 08:49:29AM +0200, Heinrich Schuchardt wrote: > Dear Tom, > > The following changes since commit c0c08be5468cb26db597932bc69c4eda1129841d: > > Merge branch 'master' of > https://gitlab.denx.de/u-boot/custodians/u-boot-usb (2023-09-05 14:44:10 > -0400) > > are available

Re: [PATCH] expo: Fix documentation reference

2023-09-09 Thread Simon Glass
On Sat, 9 Sept 2023 at 04:32, Massimo Pegorer wrote: > > Fix typo: doc/develop/expo.rst instead of doc/developer/expo.rst > > Signed-off-by: Massimo Pegorer > --- > boot/expo_build.c | 6 +++--- > include/expo.h| 2 +- > 2 files changed, 4 insertions(+), 4 deletions(-) > Reviewed-by: Simon

Re: [PATCH v6 2/2] schemas: memory: Add ECC properties

2023-09-09 Thread Simon Glass
Hi Rob, On Fri, 8 Sept 2023 at 05:46, Rob Herring wrote: > > On Thu, Sep 7, 2023 at 4:40 PM Simon Glass wrote: > > > > Some memories provide ECC detection and/or correction. For software which > > wants to check memory, it is helpful to see which regions provide this > > feature. > > > > Add thi

UEFI update files missing on sandbox?

2023-09-09 Thread Simon Glass
Hi Sughosh, I thought that all your patches were merged but now when I build sandbox I don't see the capsule-update files generated. Is there something missing? Regards, Simon

Re: [PATCH] doc: delete unused values kernel command line

2023-09-09 Thread Simon Glass
On Fri, 8 Sept 2023 at 02:00, Jaewon Jung wrote: > > Delete "boot=local", "noswap" unused values in kernel command line > > Signed-off-by: Jaewon Jung > --- > doc/board/google/chromebook_coral.rst | 4 ++-- > doc/usage/cmd/bootflow.rst| 4 ++-- > 2 files changed, 4 insertions(+), 4 d

[PATCH] binman: doc: fix reference tag placement for Logging section

2023-09-09 Thread Massimo Pegorer
Move BinmanLogging reference tag after section "Signing FIT container with private key in an image" and just before section "Logging". Fixes: 0f40e23fd22 ("binman: add documentation for binman sign option") Signed-off-by: Massimo Pegorer --- Note that at the end of section "Replacing files in an

Re: [PATCH] ufs: ufs-renesas: Drop include common.h

2023-09-09 Thread Tom Rini
On Sat, Sep 09, 2023 at 04:54:35AM +0200, Marek Vasut wrote: > The "#include " is being phased out in favor of more fine > grained header management, i.e. ideally include a subset of headers > that are really needed. Remove it from this driver. > > Signed-off-by: Marek Vasut Reviewed-by: Tom Ri

Re: [PATCH 1/1] Watchdog: Support WDIOF_CARDRESET on TI AM65x platform

2023-09-09 Thread Tom Rini
On Tue, Aug 29, 2023 at 11:46:21AM +0800, huaqian...@siemens.com wrote: > From: Li Hua Qian > > To have the WDIOF_CARDRESET support for the TI AM65x platform watchdog, > this patch reserves some memories, which indicate if the current boot due > to a watchdog reset. > > Signed-off-by: Li Hua Qi

Re: [PATCH] arm: dts: k3-j7*: ddr: Update to 0.10 version of DDR config tool

2023-09-09 Thread Tom Rini
On Mon, Aug 28, 2023 at 05:14:05PM +0530, Neha Malcom Francis wrote: > Update the DDR settings to those generated using 0.10 version of Jacinto > 7 DDRSS Register Configuration tool. > > Signed-off-by: Neha Malcom Francis > Reviewed-by: Bryan Brattlof Applied to u-boot/next, thanks! -- Tom

Re: [PATCH v1] include: configs: verdin-am62: drop unused sdram address

2023-09-09 Thread Tom Rini
On Mon, Aug 28, 2023 at 11:50:37PM +0200, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > Drop unused macro. This was copied straight from the AM62x EVM but while > meant for a second region of DDR this is not even needed for the AM62x > EVM configurations and has meanwhile also been dropped

Re: [PATCH v1 2/2] board: verdin-am62: fix check for minimum memory size

2023-09-09 Thread Tom Rini
On Thu, Aug 24, 2023 at 10:08:50AM +0200, Emanuele Ghidoli wrote: > From: Emanuele Ghidoli > > verdin am62 SKUs comes in multiple memory configuration, check that > the detected memory is at least 512MB since we have some > reserved memory just before this threshold and therefore > the module ca

Re: [PATCH v1 1/2] verdin-am62: add u-boot update wrappers

2023-09-09 Thread Tom Rini
On Thu, Aug 24, 2023 at 10:08:49AM +0200, Emanuele Ghidoli wrote: > From: Emanuele Ghidoli > > Add update_tiboot3, update_tispl and update_uboot wrappers to update > R5 SPL, A53 SPL and A53 U-boot respectively. > > Usage example: > > tftpboot ${loadaddr} tiboot3-am62x-gp-verdin.bin > > run upda

Re: [PATCH V6 01/20] include: env: ti: mmc: envboot/mmcboot: Check result of mmc dev before proceeding

2023-09-09 Thread Tom Rini
On Fri, Aug 25, 2023 at 01:02:46PM -0500, Nishanth Menon wrote: > If mmc dev reports that the device is not present, there is no point in > proceeding further to attempt to load the files. > > Signed-off-by: Nishanth Menon > Reviewed-by: Tom Rini > Reviewed-by: Mattijs Korpershoek For the ser

Re: [PATCH] ARM: dts: am335x-pocketbeagle: choose tick-timer

2023-09-09 Thread Trevor Woerner
On Fri 2023-09-08 @ 12:36:17 PM, Nishanth Menon wrote: > On 11:25-20230830, Trevor Woerner wrote: > > Commit 4b2be78ab66c ("time: Fix get_ticks being non-monotonic") > > requires '/chosen/tick-timer' in device-tree. Otherwise we get: > > > > U-Boot 2023.07.02 (Jul 11 2023 - 15:20:44 +) > >

[PULL] u-boot-sh/next_ufs

2023-09-09 Thread Marek Vasut
The following changes since commit 515e0af77b25fba24ef6a3c72afee6ae3c739825: Merge branch '2023-09-06-assorted-CI-updates' into next (2023-09-06 18:47:18 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-sh.git next_ufs for you to fetch changes

Re: [PATCH v3 16/16] doc: board: ti: k3: Add J784S4 EVM and AM69 SK documentation

2023-09-09 Thread Roger Quadros
On 08/09/2023 14:05, Apurva Nandan wrote: > TI K3 J784S4 and AM69 SK are new additions to the K3 SoC family. J784S4 is a SoC variant, AM69-SK is a board using AM69 SoC variant. How can a board be part of SoC family? Looking at the TRM [1] there seem to be 6 different SoC variants i.e. J784S4,

Re: [PATCH v3 08/16] board: ti: j784s4: Add board support for J784S4 EVM

2023-09-09 Thread Roger Quadros
On 08/09/2023 14:05, Apurva Nandan wrote: > Add board files for J784S4 EVM. > > Signed-off-by: Hari Nagalla > [ add env and board specific yaml files for binman ] > Signed-off-by: Neha Malcom Francis > [ cleaned up the env files ] > Signed-off-by: Manorit Chawdhry > Signed-off-by: Apurva Nan

Re: [PATCH v3 08/16] board: ti: j784s4: Add board support for J784S4 EVM

2023-09-09 Thread Roger Quadros
On 08/09/2023 14:05, Apurva Nandan wrote: > Add board files for J784S4 EVM. > > Signed-off-by: Hari Nagalla > [ add env and board specific yaml files for binman ] > Signed-off-by: Neha Malcom Francis > [ cleaned up the env files ] > Signed-off-by: Manorit Chawdhry > Signed-off-by: Apurva Nan

Re: [PATCH v3 07/16] remoteproc: k3-dsp: Extend support for C71x DSPs on J784S4 SoCs

2023-09-09 Thread Roger Quadros
On 08/09/2023 14:05, Apurva Nandan wrote: > From: Hari Nagalla > > The K3 J784S4 SoCs have four C71x DSP subsystems in MAIN voltage domain missing period. SoCs have/SoC has > The C71x DSPs are 64 bit machine with fixed and floating point DSP> > operations. The C71x DSP subsystem is a slighl

Re: [PATCH v3 06/16] remoteproc: k3-r5: Extend support for R5F clusters on J784S4 SoCs

2023-09-09 Thread Roger Quadros
On 08/09/2023 14:05, Apurva Nandan wrote: > From: Hari Nagalla > > The K3 J784S4 SoCs have four dual-core R5F subsystems, one in MCU > voltage domain and the other three in MAIN voltage domain. These R5F > clusters are similar to the R5F clusters in J7200 and J721S2 SoCs. > > Extend support t

Re: [PATCH v3 01/16] arm: dts: Introduce j784s4 dts from linux kernel

2023-09-09 Thread Roger Quadros
On 08/09/2023 14:05, Apurva Nandan wrote: > Introduce the basic j784s4 SoC dts from the next-20230905 tag of the > linux kernel. > > Signed-off-by: Hari Nagalla > Signed-off-by: Apurva Nandan > --- > arch/arm/dts/k3-j784s4-evm.dts | 864 + > arch/arm/dts/k3-j784s4-main.d

Re: [PATCH v3 02/16] arm: mach-k3: Add basic support for J784S4 SoC definition

2023-09-09 Thread Roger Quadros
Hi, On 08/09/2023 14:05, Apurva Nandan wrote: > Add j784s4 initialization files for initial SPL boot. Please be consistent in naming. J784S4 ? > > Signed-off-by: Hari Nagalla > [ add firewall configurations and change the R5 MCU scratchpad ] > Signed-off-by: Manorit Chawdhry > Signed-off-by:

[PATCH] expo: Fix documentation reference

2023-09-09 Thread Massimo Pegorer
Fix typo: doc/develop/expo.rst instead of doc/developer/expo.rst Signed-off-by: Massimo Pegorer --- boot/expo_build.c | 6 +++--- include/expo.h| 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boot/expo_build.c b/boot/expo_build.c index 22f62eb54b..702bf49890 100644 ---

Re: Pull request doc-2023-10-rc5

2023-09-09 Thread Ilias Apalodimas
On Sat, 9 Sept 2023 at 09:48, Heinrich Schuchardt wrote: > > Dear Tom, > > The following changes since commit c0c08be5468cb26db597932bc69c4eda1129841d: Thanks for picking those up Heinrich! Regards /Ilias > >Merge branch 'master' of > https://gitlab.denx.de/u-boot/custodians/u-boot-usb (2023

[PATCH v2 2/2] doc: rockchip: Update and improve info on rk3308, TPL and TF-A

2023-09-09 Thread Massimo Pegorer
Update and improve documentation about build steps for SoCs that require using TF-A and TPL binaries provided by Rockchip, such as rk3308. Add rk3308 boards case to rST document. Add ROCK Pi S in the list of supported boards. Minor page format improvements. Signed-off-by: Massimo Pegorer --- doc

[PATCH v2 1/2] rockchip: Kconfig: Enable external TPL binary for rk3308

2023-09-09 Thread Massimo Pegorer
There is no support to initialize DRAM on rk3308 SoC using U-Boot TPL or SPL, and therefore an external TPL binary must be used to package a bootable u-boot-rockchip.bin image. Default ROCKCHIP_EXTERNAL_TPL to yes if ROCKCHIP_RK3308. Remove useless TPL_SERIAL. Signed-off-by: Massimo Pegorer ---

[PATCH v2 0/2] rockchip: Use an external TPL binary on RK3308

2023-09-09 Thread Massimo Pegorer
There is no support to initialize DRAM on rk3308 SoC using U-Boot TPL or SPL, and therefore an external TPL binary must be used to package a bootable u-boot-rockchip.bin image. Default ROCKCHIP_EXTERNAL_TPL to yes if ROCKCHIP_RK3308. Remove useless TPL_SERIAL. Doc add ROCK Pi S in the list of supp