Re: [U-Boot][PATCH 2/2] fpga: improve loads usage information

2025-01-13 Thread Michal Simek
On 1/8/25 15:03, Ibai Erkiaga wrote: Current usage information for loads command is too verbose and long for a command usage prompt. This flag simplifies the text for readability purposes. Signed-off-by: Ibai Erkiaga --- The authentication and encryption flag naming is redundant with the de

Re: [U-Boot][PATCH 1/2] fpga: fix alignment on fpga cmd usage info

2025-01-13 Thread Michal Simek
On 1/9/25 13:45, Erkiaga Elorza, Ibai wrote: [AMD Official Use Only - AMD Internal Distribution Only] Agree Alex, I just used /t to stick as much as possible to the current implementation, but I'm open to change to white spaces if Michal thinks it's better. Regards Ibai

Re: [PATCH v2] riscv: spacemit: k1: probe dram size during boot phase.

2025-01-13 Thread Huan Zhou
On Tue, Jan 14, 2025 at 07:12:27AM +, Yixun Lan wrote: > Hi Huan > > On 13:13 Tue 14 Jan , Huan Zhou wrote: > > sry for the delay, i was setting my homelab these day. > > > > On Tue, Jan 14, 2025 at 01:10:42PM +0800, Huan Zhou wrote: > > > > > > > > these content is from the cover lette

Re: [PATCH] rtc: zynqmp: allow on Versal architectures

2025-01-13 Thread Michal Simek
On 1/7/25 17:20, Vincent Fazio wrote: Allow the ZyncMP RTC driver to be enabled on Versal architectures. Signed-off-by: Vincent Fazio --- drivers/rtc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 9c2d1398247..ec

Re: [U-Boot][PATCH] zynqmp_gqspi: update to log_debug

2025-01-13 Thread Michal Simek
On 1/7/25 15:51, Ibai Erkiaga wrote: Update recent parallel memory support code to move to log_debug instead of debug as per logging in U-Boot documentation Signed-off-by: Ibai Erkiaga --- drivers/spi/zynqmp_gqspi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driv

Re: [PATCH] configs: zynqmp: Add usb_pgood_delay for SOM boards

2025-01-13 Thread Michal Simek
On 1/7/25 13:29, Prasad Kummari wrote: Add usb_pgood_delay to ensure proper detection of USB devices. Increase the USB power good delay on the SOM boards, as this is required for certain USB sticks otherwise, they may not be detected. Signed-off-by: Prasad Kummari --- board/xilinx/zynqmp/z

Re: [PATCH] arm64: versal: RO multi_boot register in non JTAG bootmode

2025-01-13 Thread Michal Simek
On 1/6/25 10:20, Michal Simek wrote: The main reason for this change is that upstream QEMU has no multiboot register implemented that's why access to it fails which ends up in CI failure for our target. That's why in JTAG bootmode returns 0 which is correct behaviour because multiboot register

Re: [PATCH v2] board: xilinx: Add missing prototype for set_dfu_alt_info

2025-01-13 Thread Michal Simek
On 1/6/25 10:06, Venkatesh Yadav Abbarapu wrote: Add missing prototype to fix the sparse warning, warning: no previous prototype for 'set_dfu_alt_info' [-Wmissing-prototypes]. Signed-off-by: Venkatesh Yadav Abbarapu --- Changes in v2: - Include dfu.h and remove the set_dfu_alt_info declarati

Re: [PATCH] arm64: zynqmp: Add eeprom labels for System Controller dts

2025-01-13 Thread Michal Simek
On 1/6/25 09:42, Michal Simek wrote: From: Jonathan Stroud Label all eeproms so we can open by label rather than a fixed i2c address. Signed-off-by: Jonathan Stroud Signed-off-by: Michal Simek --- arch/arm/dts/zynqmp-e-a2197-00-revA.dts | 4 arch/arm/dts/zynqmp-sc-revB.dts

Re: [PATCH] arm64: zynqmp: Enable iio-hwmon description only for SOM

2025-01-13 Thread Michal Simek
On 1/6/25 09:42, Michal Simek wrote: Description is coming from SOM only that's why enable it only on SOM. Signed-off-by: Michal Simek --- arch/arm/dts/zynqmp-sm-k26-revA.dts | 4 arch/arm/dts/zynqmp.dtsi| 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --g

Re: [PATCH v2] riscv: spacemit: k1: probe dram size during boot phase.

2025-01-13 Thread Yixun Lan
Hi Huan On 13:13 Tue 14 Jan , Huan Zhou wrote: > sry for the delay, i was setting my homelab these day. > > On Tue, Jan 14, 2025 at 01:10:42PM +0800, Huan Zhou wrote: > > > > > these content is from the cover letter and imo should be ignore during patch > step. still wrong, at least tags w

Re: [PATCH] configs: capricorn_cxg3: Enable CMD_WDT

2025-01-13 Thread Heiko Schocher
Hello Alexander, On 13.01.25 22:15, A. Sverdlin wrote: From: Alexander Sverdlin Capricorn boards have WDT (WDT_SIEMENS_PMIC) and U-Boot is not configured to trigger the WDT. Enable the "wdt" command to be able to stop the WDT from the command line. Signed-off-by: Alexander Sverdlin --- con

RE: [PATCH v2 1/1] arm: socfpga:agilex5: Fix system manager watchdog mode setting

2025-01-13 Thread Chee, Tien Fong
> -Original Message- > From: muhammad.hazim.izzat.za...@intel.com > > Sent: Monday, January 13, 2025 10:08 AM > To: Tien Fong > Cc: Marek ; Simon ; > Tom Rini ; Chee, Tien Fong > ; Tingting Meng ; > Meng, Tingting ; Yuslaimi, Alif Zakuan > ; Zamri, Muhammad Hazim Izzat > ; u-boot@lists

[PATCH v2 3/3] arm: dts: Enable basic nand functionality for bcmbca devices

2025-01-13 Thread david regan
Enable rudimentary nand read/write capability. Changes in v2: - New patch in series added enabling of nand functionality Signed-off-by: david regan Reviewed-by: William Zhang Reviewed-by: Anand Gore --- configs/bcm94908_defconfig | 8 configs/bcm963138_defconfig | 8 config

[PATCH v2 2/3] arm: dts: Update nand node for bcmbca board dts

2025-01-13 Thread david regan
Update bcmbca dts to current nand node naming convention. Changes in v2: - Removed addition of nand-on-flash-bbt parameter Signed-off-by: david regan Reviewed-by: William Zhang Reviewed-by: Anand Gore --- arch/arm/dts/bcm96753ref.dts | 18 +++--- arch/arm/dts/bcm968360bg.dts |

[PATCH v2 1/3] arm: dts: Use upstream dts for additional bcmbca devices

2025-01-13 Thread david regan
Make use of OF_UPSTREAM which uses Linux dts. Changes in v2: - Removed enabling of nand functionality Signed-off-by: david degan Reviewed-by: William Zhang Reviewed-by: Anand Gore --- arch/arm/dts/bcm4908.dtsi | 127 -- arch/arm/dts/bcm63138.dtsi| 1

[PATCH v2 0/3] Broadcom bcmbca dts updates

2025-01-13 Thread david regan
Updates for Broadcom bcmbca devices, make use of OF_UPSTREAM which uses Linux dts, update bcmbca dts to current nand node naming convention, enable basic nand functionality for bcmbca devices. Changes in v2: - Removed addition of nand-on-flash-bbt parameter - Moved enabling of nand functionality t

[PATCH 3/3] rockchip: rock64-rk3328_defconfig: enable HDMI output and USB keyboard

2025-01-13 Thread Vasily Khoruzhick
Enable HDMI output and USB keyboard on Rock64 board Signed-off-by: Vasily Khoruzhick --- configs/rock64-rk3328_defconfig | 10 ++ 1 file changed, 10 insertions(+) diff --git a/configs/rock64-rk3328_defconfig b/configs/rock64-rk3328_defconfig index 6d00b52e62f..ae3512625cf 100644 --- a/c

[PATCH 2/3] video: rockchip: rk3328: filter unsupported modes

2025-01-13 Thread Vasily Khoruzhick
While RK3328 is capable of 4K resolution, dw-hdmi driver in u-boot seems to have some issue with 4K. 1440p or lower works fine. Limit max resolution by 2560x1440x60Hz, by filtering the modes with pixel clock > 297MHz Fixes: f3ea872970d603 ("video: rockchip: Add rk3328 hdmi support") Signed-off-by

[PATCH 1/3] clk: rockchip: rk3328: use HDMIPHY PLL as a clock parent for VOP_DCLK

2025-01-13 Thread Vasily Khoruzhick
The only video mode that currently works on rk3328 in u-boot is 1080p, because it uses GPLL for VOP_DCLK clock parent. Linux driver uses HDMIPHY PLL as a clock parent for VOP_DCLK, since using GPLL or CPLL is not feasible due these PLL being used as a clock parent for other devices. It would be cu

Re: [PATCH v2] riscv: spacemit: k1: probe dram size during boot phase.

2025-01-13 Thread Huan Zhou
sry for the delay, i was setting my homelab these day. On Tue, Jan 14, 2025 at 01:10:42PM +0800, Huan Zhou wrote: > > these content is from the cover letter and imo should be ignore during patch step. > --- > This patch introduce improvement for get dram size on bananapi BPI-F3, > retrieving th

[PATCH v2] riscv: spacemit: k1: probe dram size during boot phase.

2025-01-13 Thread Huan Zhou
--- This patch introduce improvement for get dram size on bananapi BPI-F3, retrieving the dram size dynamically. Have tested on bananapi Licheepi LPI3A 8G[1]. Links: [1] https://gist.github.com/per1cycle/e4eab66ebb6f83fe5118e823367fce28 . Changes in v2: - Fix bracker and return type in map_for

[GIT PULL] Please pull u-boot-pmic master

2025-01-13 Thread Jaehoon Chung
Dear Tom, Please pull u-boot-pmic master into u-boot master branch. If there is any problem, let me know, plz. Thanks! Best Regards, Jaehoon Chung CI: https://source.denx.de/u-boot/custodians/u-boot-pmic/-/pipelines/24175 The following changes since commit 6a0db9ee030f634731b792d864fc7a9df6cc

Re: [PATCH v2 5/6] cmd: bootmenu: add parameter -e for UEFI boot options

2025-01-13 Thread Tom Rini
On Mon, Jan 13, 2025 at 05:15:08PM -0700, Simon Glass wrote: > Hi Tom, > > On Mon, 13 Jan 2025 at 13:35, Tom Rini wrote: > > > > On Mon, Jan 13, 2025 at 01:09:16PM -0700, Simon Glass wrote: > > > Hi Tom, > > > > > > On Mon, 13 Jan 2025 at 12:24, Tom Rini wrote: > > > > > > > > On Mon, Jan 13, 20

Re: [PATCH 01/15] vbe: Split out some VBE code into a common file

2025-01-13 Thread Tom Rini
On Thu, Jan 09, 2025 at 05:29:56AM -0700, Simon Glass wrote: > Loading a FIT is useful for other VBE methods, such as ABrec, so start > a new common file. Add functions for reading the version and nvdata. > Also add a function to get the block device. This is not a good commit message when you're

Re: [PATCH 02/15] vbe: Split out reading a FIT into a common file

2025-01-13 Thread Tom Rini
On Mon, Jan 13, 2025 at 05:13:46PM -0700, Simon Glass wrote: > Hi Tom, > > On Mon, 13 Jan 2025 at 13:44, Tom Rini wrote: > > > > On Mon, Jan 13, 2025 at 01:03:52PM -0700, Simon Glass wrote: > > > Hi Tom, > > > > > > On Sat, 11 Jan 2025 at 15:54, Tom Rini wrote: > > > > > > > > On Thu, Jan 09, 20

Re: [PATCH v2 5/6] cmd: bootmenu: add parameter -e for UEFI boot options

2025-01-13 Thread Simon Glass
Hi Tom, On Mon, 13 Jan 2025 at 13:35, Tom Rini wrote: > > On Mon, Jan 13, 2025 at 01:09:16PM -0700, Simon Glass wrote: > > Hi Tom, > > > > On Mon, 13 Jan 2025 at 12:24, Tom Rini wrote: > > > > > > On Mon, Jan 13, 2025 at 12:01:45PM -0700, Simon Glass wrote: > > > > Hi, > > > > > > > > On Sun, 12

Re: [PATCH 02/15] vbe: Split out reading a FIT into a common file

2025-01-13 Thread Simon Glass
Hi Tom, On Mon, 13 Jan 2025 at 13:44, Tom Rini wrote: > > On Mon, Jan 13, 2025 at 01:03:52PM -0700, Simon Glass wrote: > > Hi Tom, > > > > On Sat, 11 Jan 2025 at 15:54, Tom Rini wrote: > > > > > > On Thu, Jan 09, 2025 at 05:29:57AM -0700, Simon Glass wrote: > > > > > > > Loading a FIT is useful

[PATCH] configs: capricorn_cxg3: Enable CMD_WDT

2025-01-13 Thread A. Sverdlin
From: Alexander Sverdlin Capricorn boards have WDT (WDT_SIEMENS_PMIC) and U-Boot is not configured to trigger the WDT. Enable the "wdt" command to be able to stop the WDT from the command line. Signed-off-by: Alexander Sverdlin --- configs/capricorn_cxg3_defconfig | 1 + 1 file changed, 1 inse

Re: [PATCH 02/15] vbe: Split out reading a FIT into a common file

2025-01-13 Thread Tom Rini
On Mon, Jan 13, 2025 at 01:03:52PM -0700, Simon Glass wrote: > Hi Tom, > > On Sat, 11 Jan 2025 at 15:54, Tom Rini wrote: > > > > On Thu, Jan 09, 2025 at 05:29:57AM -0700, Simon Glass wrote: > > > > > Loading a FIT is useful for other VBE methods, such as ABrec. Create a > > > new function to hand

Re: [PATCH v2 5/6] cmd: bootmenu: add parameter -e for UEFI boot options

2025-01-13 Thread Tom Rini
On Mon, Jan 13, 2025 at 01:09:16PM -0700, Simon Glass wrote: > Hi Tom, > > On Mon, 13 Jan 2025 at 12:24, Tom Rini wrote: > > > > On Mon, Jan 13, 2025 at 12:01:45PM -0700, Simon Glass wrote: > > > Hi, > > > > > > On Sun, 12 Jan 2025 at 18:51, Tom Rini wrote: > > > > > > > > On Sun, Jan 12, 2025 a

Re: [PATCH v2 5/6] cmd: bootmenu: add parameter -e for UEFI boot options

2025-01-13 Thread Simon Glass
Hi Tom, On Mon, 13 Jan 2025 at 12:24, Tom Rini wrote: > > On Mon, Jan 13, 2025 at 12:01:45PM -0700, Simon Glass wrote: > > Hi, > > > > On Sun, 12 Jan 2025 at 18:51, Tom Rini wrote: > > > > > > On Sun, Jan 12, 2025 at 08:08:13PM +0100, Heinrich Schuchardt wrote: > > > > Tom Rini schrieb am Fr.,

Re: [PATCH 0/8] efi_loader: Complete the bootflow_efi() test

2025-01-13 Thread Tom Rini
On Mon, Jan 13, 2025 at 12:01:36PM -0700, Simon Glass wrote: > Hi Tom, > > On Fri, 10 Jan 2025 at 09:48, Tom Rini wrote: > > > > On Fri, Jan 10, 2025 at 06:40:37AM -0700, Simon Glass wrote: > > > Hi Tom, > > > > > > On Thu, 9 Jan 2025 at 09:51, Tom Rini wrote: > > > > > > > > On Thu, Jan 09, 202

Re: [PATCH 02/15] vbe: Split out reading a FIT into a common file

2025-01-13 Thread Simon Glass
Hi Tom, On Sat, 11 Jan 2025 at 15:54, Tom Rini wrote: > > On Thu, Jan 09, 2025 at 05:29:57AM -0700, Simon Glass wrote: > > > Loading a FIT is useful for other VBE methods, such as ABrec. Create a > > new function to handling reading it. > > > > Signed-off-by: Simon Glass > > This causes a bunch

Re: [ANN / RFC] Regular community calls?

2025-01-13 Thread Tom Rini
On Mon, Jan 13, 2025 at 12:39:08PM -0700, Simon Glass wrote: > Hi Tom, > > On Mon, 13 Jan 2025 at 12:30, Tom Rini wrote: > > > > On Mon, Jan 13, 2025 at 12:10:35PM -0700, Simon Glass wrote: > > > Hi Tom, > > > > > > On Mon, 13 Jan 2025 at 11:34, Tom Rini wrote: > > > > > > > > Hey all, > > > > >

Re: [ANN / RFC] Regular community calls?

2025-01-13 Thread Simon Glass
Hi Tom, On Mon, 13 Jan 2025 at 12:30, Tom Rini wrote: > > On Mon, Jan 13, 2025 at 12:10:35PM -0700, Simon Glass wrote: > > Hi Tom, > > > > On Mon, 13 Jan 2025 at 11:34, Tom Rini wrote: > > > > > > Hey all, > > > > > > It's been suggested again a few times recently that we should try and > > > ha

Re: [ANN / RFC] Regular community calls?

2025-01-13 Thread Michael Nazzareno Trimarchi
Hi all On Mon, Jan 13, 2025 at 8:30 PM Tom Rini wrote: > > On Mon, Jan 13, 2025 at 12:10:35PM -0700, Simon Glass wrote: > > Hi Tom, > > > > On Mon, 13 Jan 2025 at 11:34, Tom Rini wrote: > > > > > > Hey all, > > > > > > It's been suggested again a few times recently that we should try and > > > h

Re: [ANN / RFC] Regular community calls?

2025-01-13 Thread Tom Rini
On Mon, Jan 13, 2025 at 12:10:35PM -0700, Simon Glass wrote: > Hi Tom, > > On Mon, 13 Jan 2025 at 11:34, Tom Rini wrote: > > > > Hey all, > > > > It's been suggested again a few times recently that we should try and > > have some sort of regular open call / video chat as that might help > > clear

Re: [PATCH v2 5/6] cmd: bootmenu: add parameter -e for UEFI boot options

2025-01-13 Thread Tom Rini
On Mon, Jan 13, 2025 at 12:01:45PM -0700, Simon Glass wrote: > Hi, > > On Sun, 12 Jan 2025 at 18:51, Tom Rini wrote: > > > > On Sun, Jan 12, 2025 at 08:08:13PM +0100, Heinrich Schuchardt wrote: > > > Tom Rini schrieb am Fr., 10. Jan. 2025, 23:46: > > > > > > > On Wed, Nov 27, 2024 at 08:06:30AM

Re: [ANN / RFC] Regular community calls?

2025-01-13 Thread Simon Glass
Hi Tom, On Mon, 13 Jan 2025 at 11:34, Tom Rini wrote: > > Hey all, > > It's been suggested again a few times recently that we should try and > have some sort of regular open call / video chat as that might help > clear up some issues. To that end, I'd like to propose we have the first > one at 9a

Re: [PATCH v2 5/6] cmd: bootmenu: add parameter -e for UEFI boot options

2025-01-13 Thread Heinrich Schuchardt
Simon Glass schrieb am Mo., 13. Jan. 2025, 20:02: > Hi, > > On Sun, 12 Jan 2025 at 18:51, Tom Rini wrote: > > > > On Sun, Jan 12, 2025 at 08:08:13PM +0100, Heinrich Schuchardt wrote: > > > Tom Rini schrieb am Fr., 10. Jan. 2025, 23:46: > > > > > > > On Wed, Nov 27, 2024 at 08:06:30AM +0100, Hei

OP-TEE test suite

2025-01-13 Thread Simon Glass
Hi Heiko, Jen, I noticed recently that the unit tests for OP-TEE are not build for sandbox (or in fact any board). The code seems to have gone out of date and doesn't build. Do you think you could take a look? Regards, Simon

Re: [PATCH 0/8] efi_loader: Complete the bootflow_efi() test

2025-01-13 Thread Simon Glass
Hi Tom, On Fri, 10 Jan 2025 at 09:48, Tom Rini wrote: > > On Fri, Jan 10, 2025 at 06:40:37AM -0700, Simon Glass wrote: > > Hi Tom, > > > > On Thu, 9 Jan 2025 at 09:51, Tom Rini wrote: > > > > > > On Thu, Jan 09, 2025 at 08:02:01AM -0700, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Wed,

Re: [PATCH v2 5/6] cmd: bootmenu: add parameter -e for UEFI boot options

2025-01-13 Thread Simon Glass
Hi, On Sun, 12 Jan 2025 at 18:51, Tom Rini wrote: > > On Sun, Jan 12, 2025 at 08:08:13PM +0100, Heinrich Schuchardt wrote: > > Tom Rini schrieb am Fr., 10. Jan. 2025, 23:46: > > > > > On Wed, Nov 27, 2024 at 08:06:30AM +0100, Heinrich Schuchardt wrote: > > > > > > > The bootmenu command can disp

Re: [PATCH v4 3/3] tpm: get tpm event log from bloblist

2025-01-13 Thread Simon Glass
On Fri, 10 Jan 2025 at 14:57, Raymond Mao wrote: > > Get tpm event log from bloblist instead of FDT when bloblist is > enabled and valid from previous boot stage. > > As a fallback, when no event log from previous stage is observed > and no user buffer is passed, malloc a default buffer to initial

[ANN / RFC] Regular community calls?

2025-01-13 Thread Tom Rini
Hey all, It's been suggested again a few times recently that we should try and have some sort of regular open call / video chat as that might help clear up some issues. To that end, I'd like to propose we have the first one at 9am -0600 UTC (3pm +0 UTC) via Google Meet. This will be a day after th

Re: [PATCH v4 1/3] bloblist: add api to get blob with size

2025-01-13 Thread Raymond Mao
Hi Heinrich, On Mon, 13 Jan 2025 at 12:50, Heinrich Schuchardt wrote: > On 13.01.25 15:33, Raymond Mao wrote: > > Hi Heinrich, > > > > On Fri, 10 Jan 2025 at 19:04, Heinrich Schuchardt > > wrote: > > > > Am 10. Januar 2025 22:56:33 MEZ schrieb Raymond Mao > >

Re: [PATCH v4 3/3] tpm: get tpm event log from bloblist

2025-01-13 Thread Raymond Mao
Hi Heinrich, On Mon, 13 Jan 2025 at 12:52, Heinrich Schuchardt wrote: > On 13.01.25 15:43, Raymond Mao wrote: > > Hi Heinrich, > > > > On Fri, 10 Jan 2025 at 19:12, Heinrich Schuchardt > > wrote: > > > > Am 10. Januar 2025 22:56:35 MEZ schrieb Raymond Mao > >

Re: [PATCH v4 3/3] tpm: get tpm event log from bloblist

2025-01-13 Thread Heinrich Schuchardt
On 13.01.25 15:43, Raymond Mao wrote: Hi Heinrich, On Fri, 10 Jan 2025 at 19:12, Heinrich Schuchardt mailto:xypron.g...@gmx.de>> wrote: Am 10. Januar 2025 22:56:35 MEZ schrieb Raymond Mao mailto:raymond@linaro.org>>: >Get tpm event log from bloblist instead of FDT when bloblist

Re: [PATCH v4 1/3] bloblist: add api to get blob with size

2025-01-13 Thread Heinrich Schuchardt
On 13.01.25 15:33, Raymond Mao wrote: Hi Heinrich, On Fri, 10 Jan 2025 at 19:04, Heinrich Schuchardt mailto:xypron.g...@gmx.de>> wrote: Am 10. Januar 2025 22:56:33 MEZ schrieb Raymond Mao mailto:raymond@linaro.org>>: >bloblist_find function only returns the pointer of blob data

Re: [PULL] u-boot-usb/master

2025-01-13 Thread Tom Rini
On Mon, Jan 13, 2025 at 01:24:50PM +0100, Marek Vasut wrote: > The following changes since commit e13e0a921f444cc12127c8a497dcc476f1268939: > > Merge tag 'efi-next-20250105' of > https://source.denx.de/u-boot/custodians/u-boot-efi (2025-01-08 18:05:51 > -0600) > > are available in the Git re

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

2025-01-13 Thread Tom Rini
On Mon, Jan 13, 2025 at 01:17:30AM +0100, Marek Vasut wrote: > The following changes since commit bc157bb6667ed97e33be8ce8436c28baa275b295: > > Merge tag 'u-boot-rockchip-20250110' of > https://source.denx.de/u-boot/custodians/u-boot-rockchip (2025-01-10 18:56:22 > -0600) > > are available i

Re: [PATCH v3 17/30] emulation: fdt: Relax condition for OF_HAS_PRIOR_STAGE

2025-01-13 Thread Tom Rini
On Fri, Jan 10, 2025 at 05:00:16PM -0700, Simon Glass wrote: > QEMU always gets its devicetree from the OF_BOARD mechanism so we should > not depend on !BLOBLIST here. > > It's not clear why we need to have any relationship with BLOBLIST so > let's remove the entire condition. This is fine. > T

Re: [PATCH 7/8] arm64: renesas: Deduplicate board_early_init_f()

2025-01-13 Thread Adam Ford
On Sun, Jan 12, 2025 at 4:36 PM Marek Vasut wrote: > > Introduce common weak board_early_init_f() in rcar64-common.c > which is the default implementation in case there is no other > board specific board_early_init_f(). Remove board_early_init_f() > from Salvator-X, ULCB and Draak boards where thi

Re: [PATCH v4 2/3] tcg2: decouple eventlog size from efi

2025-01-13 Thread Raymond Mao
Hi Heinrich, On Fri, 10 Jan 2025 at 19:06, Heinrich Schuchardt wrote: > Am 10. Januar 2025 22:56:34 MEZ schrieb Raymond Mao < > raymond@linaro.org>: > >Move default eventlog size from efi to tpm for using in both > >modules. > > > >Signed-off-by: Raymond Mao > >--- > >Changes in v4 > >- Ini

Re: [PATCH v4 3/3] tpm: get tpm event log from bloblist

2025-01-13 Thread Raymond Mao
Hi Heinrich, On Fri, 10 Jan 2025 at 19:12, Heinrich Schuchardt wrote: > Am 10. Januar 2025 22:56:35 MEZ schrieb Raymond Mao < > raymond@linaro.org>: > >Get tpm event log from bloblist instead of FDT when bloblist is > >enabled and valid from previous boot stage. > > > >As a fallback, when no

Re: [PATCH v4 1/3] bloblist: add api to get blob with size

2025-01-13 Thread Raymond Mao
Hi Heinrich, On Fri, 10 Jan 2025 at 19:04, Heinrich Schuchardt wrote: > Am 10. Januar 2025 22:56:33 MEZ schrieb Raymond Mao < > raymond@linaro.org>: > >bloblist_find function only returns the pointer of blob data, > >which is fine for those self-describing data like FDT. > >But as a common s

RE: [PATCH 2/3] image: Add support for starting TFA BL31 as fitImage loadables

2025-01-13 Thread Biju Das
Hi Marex, > -Original Message- > From: Marek Vasut > Sent: 13 January 2025 12:40 > Subject: Re: [PATCH 2/3] image: Add support for starting TFA BL31 as fitImage > loadables > > On 1/13/25 1:15 PM, Biju Das wrote: > > Hi Marex, > > > > Thanks for the patch > > > >> -Original Message-

Re: [PATCH] boot: android: Check kcmdline's for NULL in android_image_get_kernel()

2025-01-13 Thread Nicolas Belin
ta.kcmdline_extra && *img_data.kcmdline_extra) { > if (*newbootargs) /* If there is something in newbootargs, a > space is needed */ > strcat(newbootargs, " "); > strcat(newbootargs, img_data.kcmdline_extra); > > --- > base-commit: bc157bb6667ed97e33be8ce8436c28baa275b295 > change-id: 20250113-kcmdline-extra-fix-509331e4d7f3 > > Best regards, > -- > Mattijs Korpershoek > Reviewed-by: Nicolas Belin

Re: [PATCH 2/3] image: Add support for starting TFA BL31 as fitImage loadables

2025-01-13 Thread Marek Vasut
On 1/13/25 1:15 PM, Biju Das wrote: Hi Marex, Thanks for the patch -Original Message- From: U-Boot On Behalf Of Marek Vasut Sent: 12 January 2025 22:37 Subject: [PATCH 2/3] image: Add support for starting TFA BL31 as fitImage loadables Add support for starting TFA from U-Boot runnin

Re: [PATCH v1] usb: dwc3: core: Fix timeout check

2025-01-13 Thread Marek Vasut
On 1/13/25 7:38 AM, Varadarajan Narayanan wrote: On Sun, Jan 12, 2025 at 09:48:41PM +0100, Marek Vasut wrote: On 1/10/25 8:43 AM, Varadarajan Narayanan wrote: dwc3_core_init loops 'timeout' times to check if the IP block is out of reset using 'while (timeout--)'. If there is some issue and the

[PULL] u-boot-usb/master

2025-01-13 Thread Marek Vasut
The following changes since commit e13e0a921f444cc12127c8a497dcc476f1268939: Merge tag 'efi-next-20250105' of https://source.denx.de/u-boot/custodians/u-boot-efi (2025-01-08 18:05:51 -0600) are available in the Git repository at: git://source.denx.de/u-boot-usb.git master for you to fetch

RE: [PATCH 2/3] image: Add support for starting TFA BL31 as fitImage loadables

2025-01-13 Thread Biju Das
Hi Marex, Thanks for the patch > -Original Message- > From: U-Boot On Behalf Of Marek Vasut > Sent: 12 January 2025 22:37 > Subject: [PATCH 2/3] image: Add support for starting TFA BL31 as fitImage > loadables > > Add support for starting TFA from U-Boot running in EL3 as part of fitIm

[PATCH] doc: coolpi: Fix the defconfig name

2025-01-13 Thread Andy Yan
The defconfig name should be: coolpi-cm5-genbook-rk3588_defconfig Signed-off-by: Andy Yan --- doc/board/coolpi/genbook_cm5_rk3588.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/board/coolpi/genbook_cm5_rk3588.rst b/doc/board/coolpi/genbook_cm5_rk3588.rst index cad2

Re: [PATCH 00/12] imx9: switch to bootstd for i.MX93/1 EVK/QSB and i.MX8M EVK

2025-01-13 Thread Frieder Schrempf
On 07.01.25 12:45 AM, Tony Dinh wrote: > Hi Peng & Simon, > > On Mon, Jan 6, 2025 at 4:15 AM Simon Glass wrote: >> >> Hi Peng, >> >> On Sun, 5 Jan 2025 at 18:14, Peng Fan wrote: >>> Subject: Re: [PATCH 00/12] imx9: switch to bootstd for i.MX93/1 EVK/QSB and i.MX8M EVK Hi Peng

[PATCH] boot: android: Check kcmdline's for NULL in android_image_get_kernel()

2025-01-13 Thread Mattijs Korpershoek
e_extra) { if (*newbootargs) /* If there is something in newbootargs, a space is needed */ strcat(newbootargs, " "); strcat(newbootargs, img_data.kcmdline_extra); --- base-commit: bc157bb6667ed97e33be8ce8436c28baa275b295 change-id: 20250113-kcmdline-extra-fix-509331e4d7f3 Best regards, -- Mattijs Korpershoek