[PATCH v2] efi_selftests: fix controllers repeated selftesting

2023-06-13 Thread Ilias Apalodimas
Running the controller selftest more than one times fails with => setenv efi_selftest 'controllers' && bootefi selftest Testing EFI API implementation Selected test: 'controllers' Setting up 'controllers' Setting up 'controllers' succeeded Executing 'controllers' Executing 'controllers' succeeded

Re: [PATCH] riscv: add backtrace support

2023-06-13 Thread Bo Gan
On 5/25/23 4:05 AM, Ben Dooks wrote: On 15/05/2023 14:03, Ben Dooks wrote: When debugging, it is useful to have a backtrace to find out what is in the call stack as the previous function (RA) may not have been the culprit. Since this adds size to the build, do not add it by default and avoid pu

Re: [PATCH] watchdog: versal: Use new compatible xlnx,versal-wwdt

2023-06-13 Thread Stefan Roese
On 6/13/23 13:22, Michal Simek wrote: DT binding has been approved that's why use new compatible string. The old one is mark as deprecated and should be removed after some releases. Link: https://lore.kernel.org/r/20230420104231.2243079-3-srinivas.ne...@amd.com/ Signed-off-by: Michal Simek Re

Re: [PATCH 4/7] tools: mkeficapsule: Add support for parsing capsule params from config file

2023-06-13 Thread Takahiro Akashi
On Wed, Jun 14, 2023 at 10:56:23AM +0530, Sughosh Ganu wrote: > hi Takahiro, > > On Wed, 14 Jun 2023 at 09:09, Takahiro Akashi > wrote: > > > > Hi Sughosh, > > > > I think this is a good extension to mkeficapsule, but > > > > On Tue, Jun 13, 2023 at 04:08:03PM +0530, Sughosh Ganu wrote: > > > Add

Re: [PATCH 4/7] tools: mkeficapsule: Add support for parsing capsule params from config file

2023-06-13 Thread Sughosh Ganu
hi Takahiro, On Wed, 14 Jun 2023 at 09:09, Takahiro Akashi wrote: > > Hi Sughosh, > > I think this is a good extension to mkeficapsule, but > > On Tue, Jun 13, 2023 at 04:08:03PM +0530, Sughosh Ganu wrote: > > Add support for specifying the parameters needed for capsule > > generation through a c

Re: [PATCH 4/7] tools: mkeficapsule: Add support for parsing capsule params from config file

2023-06-13 Thread Takahiro Akashi
Hi Sughosh, I think this is a good extension to mkeficapsule, but On Tue, Jun 13, 2023 at 04:08:03PM +0530, Sughosh Ganu wrote: > Add support for specifying the parameters needed for capsule > generation through a config file, instead of passing them through > command-line. Parameters for more th

Re: [PATCH 2/3] riscv: clint: Update the sifive clint ipi driver to support aclint

2023-06-13 Thread Rick Chen
> From: Bin Meng > Sent: Monday, June 12, 2023 3:36 PM > To: u-boot@lists.denx.de > Cc: Leo Yu-Chi Liang(梁育齊) ; Rick Jian-Zhi Chen(陳建志) > > Subject: [PATCH 2/3] riscv: clint: Update the sifive clint ipi driver to > support aclint > > This RISC-V ACLINT specification [1] defines a set of memory

Re: [RFC] disable NFS support by default

2023-06-13 Thread Bin Meng
On Wed, Jun 14, 2023 at 2:41 AM Tom Rini wrote: > > On Tue, Jun 13, 2023 at 11:52:16AM +0100, Peter Robinson wrote: > > > While NFS is widely used in data centres, and private > > networks it's quite a nuanced usecase for device firmware. > > A lot of devices already disable it. > > > > Various ne

Re: [SPAM] Re: [PATCH] cmd: usb: Prevent reset in usb tree/info command

2023-06-13 Thread Simon Glass
Hi Xavier, On Tue, 13 Jun 2023 at 17:04, Xavier Drudis Ferran wrote: > > El Tue, Jun 13, 2023 at 03:58:22PM +0100, Simon Glass deia: > > > > Yes that's right. So 'usb info' should ignore UCLASS_BOOTDEV devices. > > That's a possibility, yes. It should work until someone adds another > device ther

Re: [PATCH v2] sandbox: fix a compilation error

2023-06-13 Thread Simon Glass
Hi, On Tue, 13 Jun 2023 at 18:33, Tom Rini wrote: > > On Tue, Jun 13, 2023 at 07:05:52PM +0300, Sergei Antonov wrote: > > On Tue, 13 Jun 2023 at 17:58, Simon Glass wrote: > > > The problem with this is it then cannot be built on non-sandbox > > > boards. I think v1 was OK. > > > > Before the pat

Re: Pull request for tpm-for_tom-13062023

2023-06-13 Thread Tom Rini
On Tue, Jun 13, 2023 at 11:02:53AM +0300, Ilias Apalodimas wrote: > Hi Tom, > > The following changes since commit 260d4962e06c0a7d2713523c131416a3f70d7f2c: > > Merge tag v2023.07-rc4 into next (2023-06-12 14:55:33 -0400) > > are available in the Git repository at: > > https://source.denx.

[PATCH 1/1] doc: man-page for imxtract

2023-06-13 Thread Heinrich Schuchardt
Provide a man-page for the imxtract command. Signed-off-by: Heinrich Schuchardt --- doc/usage/cmd/imxtract.rst | 81 ++ doc/usage/index.rst| 1 + 2 files changed, 82 insertions(+) create mode 100644 doc/usage/cmd/imxtract.rst diff --git a/doc/usage/

Re: [PATCH v6 0/7] Tegra: add ASUS/Google Nexus 7 (2012) support

2023-06-13 Thread Tom Rini
On Tue, Jun 13, 2023 at 04:38:47PM +, Tom Warren wrote: > Svyatoslav, > > I've got your V6 patches applied, and buildman tegra is OK. I've never run > the CI tests before, so I'll have to look into that. I'll update > u-boot-tegra/master TOT today, though. > > TomR & Simon - I'm retiring t

Re: [PATCH v2 5/5] rockchip: rockpro64: Build u-boot-rockchip-spi.bin

2023-06-13 Thread Jonas Karlman
Hi Peter, On 2023-06-13 09:58, Peter Robinson wrote: > On Mon, Jun 12, 2023 at 11:20 PM Jonas Karlman wrote: >> >> Hi Peter, >> >> On 2023-06-11 22:22, Peter Robinson wrote: >>> Hi Jonas, >>> >>> This regresses the Rockpro64 build for me when building with gcc 12/13 >>> with the following error,

Re: [PATCH v2 4/4] net: add NFSv1 support

2023-06-13 Thread Tom Rini
On Tue, Jun 13, 2023 at 12:24:44PM +0100, Peter Robinson wrote: > > > To clarify a fact: I am happy with the patch. I am unhappy with the > > > wrong "naming" that my old > > > employer used and influenced this patch. Also the company is shipping > > > thousands of devices per > > > year where thes

Re: [RFC] disable NFS support by default

2023-06-13 Thread Tom Rini
On Tue, Jun 13, 2023 at 11:52:16AM +0100, Peter Robinson wrote: > While NFS is widely used in data centres, and private > networks it's quite a nuanced usecase for device firmware. > A lot of devices already disable it. > > Various network protocols should really be opt in, not opt > out, because

Re: [PATCH 0/1] virtio: add driver for virtio_console devices

2023-06-13 Thread Ying-Chun Liu (PaulLiu)
On 2023/6/9 17:27, Bin Meng wrote: Hi, On Tue, Jun 6, 2023 at 9:26 PM Ying-Chun Liu (PaulLiu) wrote: This is an implementation of single-character virtio-console. Part of the patch is based on barebox implementations. To test the patch, we can build qemu_arm64_defconfig target. Enable CON

Re: [PATCH v2] sandbox: fix a compilation error

2023-06-13 Thread Tom Rini
On Tue, Jun 13, 2023 at 07:05:52PM +0300, Sergei Antonov wrote: > On Tue, 13 Jun 2023 at 17:58, Simon Glass wrote: > > The problem with this is it then cannot be built on non-sandbox > > boards. I think v1 was OK. > > Before the patch as well as after the patch: > if CONFIG_SANDBOX_SDL > declar

Re: [GIT PULL] xilinx patches for v2023.10-rc1

2023-06-13 Thread Tom Rini
On Mon, Jun 12, 2023 at 07:30:38PM +0200, Michal Simek wrote: > Hi Tom, > > please pull these patches for next version. CI didn't show any issue on > previous base but I see a lot of times that 32bit arm builds are failing > because of 1h limit. Note that this is a per-project setting, so I can

Re: [PATCH 1/1] virtio: add driver for virtio_console devices

2023-06-13 Thread Ahmad Fatoum
Hello, On 06.06.23 15:25, Ying-Chun Liu (PaulLiu) wrote: > From: "A. Cody Schuffelen" > > This is an implementation of single-character virtio-console. Part of the > patch is based on barebox implementations. Cool to see others found this useful. I had originally written this for the demo at ht

RE: [PATCH v6 0/7] Tegra: add ASUS/Google Nexus 7 (2012) support

2023-06-13 Thread Tom Warren
Svyatoslav, I've got your V6 patches applied, and buildman tegra is OK. I've never run the CI tests before, so I'll have to look into that. I'll update u-boot-tegra/master TOT today, though. TomR & Simon - I'm retiring the first week in July, so I won't be the Tegra custodian going forward - w

Re: [PATCH v2] sandbox: fix a compilation error

2023-06-13 Thread Sergei Antonov
On Tue, 13 Jun 2023 at 17:58, Simon Glass wrote: > The problem with this is it then cannot be built on non-sandbox > boards. I think v1 was OK. Before the patch as well as after the patch: if CONFIG_SANDBOX_SDL declaration of sandbox_sdl_set_bpp() else definition of sandbox_sdl_set_bpp() retu

Re: [SPAM] Re: [PATCH] cmd: usb: Prevent reset in usb tree/info command

2023-06-13 Thread Xavier Drudis Ferran
El Tue, Jun 13, 2023 at 03:58:22PM +0100, Simon Glass deia: > > Yes that's right. So 'usb info' should ignore UCLASS_BOOTDEV devices. That's a possibility, yes. It should work until someone adds another device there for some other purpose. > That is better than checking for the NULL pointer. >

[PATCH] board:pm9g45:add missing gpio_request()

2023-06-13 Thread Ilko Iliev
This fixes the following run time error message: set_dir_flags: error: gpio PIOD3 not reserved set_dir_flags: error: gpio PIOC14 not reserved Signed-off-by: Ilko Iliev --- board/ronetix/pm9g45/pm9g45.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/ronetix/pm9g45/pm9g45.c b/board/r

Re: [PATCH] efi_selftests: fix controllers repeated selftesting

2023-06-13 Thread Ilias Apalodimas
Hi Heinrich, On Tue, 13 Jun 2023 at 18:00, Heinrich Schuchardt wrote: > > On 6/13/23 15:23, Ilias Apalodimas wrote: > > Running the controller selftest more than one times fails with > > > > => setenv efi_selftest 'controllers' && bootefi selftest > > Testing EFI API implementation > > Selected t

Re: [PATCH] efi_selftests: fix controllers repeated selftesting

2023-06-13 Thread Heinrich Schuchardt
On 6/13/23 15:23, Ilias Apalodimas wrote: Running the controller selftest more than one times fails with => setenv efi_selftest 'controllers' && bootefi selftest Testing EFI API implementation Selected test: 'controllers' Setting up 'controllers' Setting up 'controllers' succeeded Executing 'con

Re: [PATCH v2] sandbox: fix a compilation error

2023-06-13 Thread Tom Rini
On Tue, Jun 13, 2023 at 03:58:25PM +0100, Simon Glass wrote: > Hi Sergei, > > On Mon, 12 Jun 2023 at 22:19, Sergei Antonov wrote: > > > > With sandbox and sandbox64 configurations: > > > > In file included from .../u-boot/include/test/test.h:156, > > from .../u-boot/include/test/

Re: [PATCH v2] sandbox: fix a compilation error

2023-06-13 Thread Simon Glass
Hi Sergei, On Mon, 12 Jun 2023 at 22:19, Sergei Antonov wrote: > > With sandbox and sandbox64 configurations: > > In file included from .../u-boot/include/test/test.h:156, > from .../u-boot/include/test/lib.h:9, > from .../u-boot/test/lib/test_crc8.c:8: > .../u-b

Re: [PATCH 3/3 v2] test/py: Account PCR updates properly during testing

2023-06-13 Thread Simon Glass
Hi Ilias, On Tue, 13 Jun 2023 at 06:48, Ilias Apalodimas wrote: > > On Mon, Jun 12, 2023 at 10:17:28PM +0100, Simon Glass wrote: > > Hi Ilias, > > > > On Wed, 7 Jun 2023 at 10:18, Ilias Apalodimas > > wrote: > > > > > > Currently we only read the pcr updates once on test_tpm2_pcr_read(). > > > I

Re: [PATCH 01/12] fdt_support: include dm/ofnode.h

2023-06-13 Thread Simon Glass
Hi Patrick, On Thu, 8 Jun 2023 at 16:16, Patrick Delaunay wrote: > > This patch is a preliminary patch to use ofnode function > is fdt_support to read the U-Boot device tree with livetree > compatible functions. When will the real patch come? Reviewed-by: Simon Glass Regards, Simon > > Sign

Re: [SPAM] Re: [PATCH] cmd: usb: Prevent reset in usb tree/info command

2023-06-13 Thread Simon Glass
Hi Xavier, On Tue, 13 Jun 2023 at 07:52, Xavier Drudis Ferran wrote: > > Ok. New test. > > This uses yesterday morning's next branch. > commit 5b589e139620214f > Merge: cc5a940923 32d2461e04 > Merge branch 'next_net/phy_connect_dev' > > USB2 does not work for rk3399 in next (fixes are in mast

[PATCH 1/2] dm: adc: add iMX93 ADC support

2023-06-13 Thread Luca Ellero
This commit adds driver for iMX93 ADC. The driver is implemented using driver model and provides ADC uclass's methods for ADC single channel operations: - adc_start_channel() - adc_channel_data() - adc_stop() ADC features: - channels: 4 - resolution: 12-bit Signed-off-by: Luc

[PATCH 2/2] imx93_evk: defconfig: add adc support

2023-06-13 Thread Luca Ellero
iMX93 ADC features: - 4 channels - 12 bit resolution Signed-off-by: Luca Ellero --- configs/imx93_11x11_evk_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/imx93_11x11_evk_defconfig b/configs/imx93_11x11_evk_defconfig index 89edebc4c6..30ef460c80 100644 --- a/confi

[PATCH v5 0/2 RESEND] imx93: add ADC support

2023-06-13 Thread Luca Ellero
Add ADC support for NXP iMX93 Changes for v2: - add "static" to functions - enable ADC in iMX93 EVK Changes for v3: - split in 3 commits - keep dts file in sync with Linux devicetree - add comments to commits Changes for v4: - add imx93_adc_power_down() in imx93_adc_stop() Changes for v5: - sim

[PATCH] xilinx: board: Add support to pick bootscr address from DT

2023-06-13 Thread Michal Simek
From: Algapally Santosh Sagar The bootscript is expected at a default address specific to each platform. When high speed memory like Programmable Logic Double Data Rate RAM (PL DDR RAM) or Higher Bandwidth Memory RAM (HBM) is used the boot.scr may be loaded at a different offset. The offset needs

Re: [PATCH v1] dt-bindings: riscv: deprecate riscv,isa

2023-06-13 Thread Conor Dooley
On Tue, Jun 13, 2023 at 07:28:34AM -0600, Rob Herring wrote: > On Mon, Jun 12, 2023 at 3:23 PM Conor Dooley wrote: > > On Thu, Jun 08, 2023 at 08:30:28PM +0100, Conor Dooley wrote: > > > On Thu, Jun 08, 2023 at 01:15:37PM -0600, Rob Herring wrote: > > > > On Tue, May 30, 2023 at 03:12:12PM +0100,

Re: [PATCH v1] dt-bindings: riscv: deprecate riscv,isa

2023-06-13 Thread Rob Herring
On Mon, Jun 12, 2023 at 3:23 PM Conor Dooley wrote: > > Rob, > Before I press on with more versions... > > On Thu, Jun 08, 2023 at 08:30:28PM +0100, Conor Dooley wrote: > > On Thu, Jun 08, 2023 at 01:15:37PM -0600, Rob Herring wrote: > > > On Tue, May 30, 2023 at 03:12:12PM +0100, Conor Dooley wro

[PATCH] efi_selftests: fix protocol repeated selftesting

2023-06-13 Thread Ilias Apalodimas
Running the protocols selftest more than one times fails with => setenv efi_selftest 'manage protocols' && bootefi selftest Testing EFI API implementation Selected test: 'manage protocols' Setting up 'manage protocols' Setting up 'manage protocols' succeeded Executing 'manage protocols' Executing

[PATCH] efi_selftests: fix controllers repeated selftesting

2023-06-13 Thread Ilias Apalodimas
Running the controller selftest more than one times fails with => setenv efi_selftest 'controllers' && bootefi selftest Testing EFI API implementation Selected test: 'controllers' Setting up 'controllers' Setting up 'controllers' succeeded Executing 'controllers' Executing 'controllers' succeeded

Re: [PATCH] env: mmc: statically set the environment partition name

2023-06-13 Thread Patrick DELAUNAY
Hi, On 6/13/23 13:05, Emmanuel Di Fede wrote: The new opt-out setting, CONFIG_ENV_MMC_PARTITION, statically sets the MMC environment partition name. Prior to this patch, the only way to declare this partition name was by creating a 'u-boot,mmc-env-partition' parameter in the device-tree's /conf

Re: [PATCH] menu: Re-enable the ANSI codes

2023-06-13 Thread Mark Kettenis
> From: Simon Glass > Date: Mon, 12 Jun 2023 21:14:32 +0100 > > The intent here was to allow ANSI codes to be disabled, since it was > proving impoosible to test operation of the menu code when it kept moving > the cursor. Unfortunately this ended up in the patch. > > Correct this by enabling AN

Re: [PATCH v2 4/4] net: add NFSv1 support

2023-06-13 Thread Christian Gmeiner
Am Di., 13. Juni 2023 um 13:24 Uhr schrieb Peter Robinson : > > > > To clarify a fact: I am happy with the patch. I am unhappy with the > > > wrong "naming" that my old > > > employer used and influenced this patch. Also the company is shipping > > > thousands of devices per > > > year where these

[PATCH] env: mmc: statically set the environment partition name

2023-06-13 Thread Emmanuel Di Fede
The new opt-out setting, CONFIG_ENV_MMC_PARTITION, statically sets the MMC environment partition name. Prior to this patch, the only way to declare this partition name was by creating a 'u-boot,mmc-env-partition' parameter in the device-tree's /config node. This setting provides additional flexibi

Re: [PATCH v2 4/4] net: add NFSv1 support

2023-06-13 Thread Peter Robinson
> > To clarify a fact: I am happy with the patch. I am unhappy with the > > wrong "naming" that my old > > employer used and influenced this patch. Also the company is shipping > > thousands of devices per > > year where these patches are used. > > Further clean-ups and clarifications to the suppor

[PATCH] watchdog: versal: Use new compatible xlnx,versal-wwdt

2023-06-13 Thread Michal Simek
DT binding has been approved that's why use new compatible string. The old one is mark as deprecated and should be removed after some releases. Link: https://lore.kernel.org/r/20230420104231.2243079-3-srinivas.ne...@amd.com/ Signed-off-by: Michal Simek --- drivers/watchdog/xilinx_wwdt.c | 3 ++-

[PATCH] usb: musb-new: sunxi: read SRAM controller address from DT

2023-06-13 Thread Andre Przywara
Some older SoCs (<=A20, F1C100s) do not have a dedicated SRAM buffer for the USB-OTG controller, but require the CPU to relinquish one of its SRAM blocks to the USB controller. This is done by flipping a bit in the SRAM controller (aka "syscon"). So far we were doing this using the hardcoded SRAM c

[RFC] disable NFS support by default

2023-06-13 Thread Peter Robinson
While NFS is widely used in data centres, and private networks it's quite a nuanced usecase for device firmware. A lot of devices already disable it. Various network protocols should really be opt in, not opt out, because they add extra size and are potential attack vectors from a security PoV. In

[PATCH 6/7] test: efi_capsule: Test capsule generation from config file

2023-06-13 Thread Sughosh Ganu
Support has been added to generate capsules through parameters specified in the config file. To bring this under the testing ambit, make changes in the EFI capsule test logic to generate the capsule files by parsing the config file, when the path to the config file is specified. Signed-off-by: Sug

[PATCH 7/7] doc: Add documentation to describe capsule config file format

2023-06-13 Thread Sughosh Ganu
The UEFI capsule can be generated either through command-line parameters, or, by specifying those in a config file. Add documentation to describe the format of the config file. Signed-off-by: Sughosh Ganu --- doc/develop/uefi/uefi.rst | 64 +++ 1 file changed,

[PATCH 4/7] tools: mkeficapsule: Add support for parsing capsule params from config file

2023-06-13 Thread Sughosh Ganu
Add support for specifying the parameters needed for capsule generation through a config file, instead of passing them through command-line. Parameters for more than a single capsule file can be specified, resulting in generation of multiple capsules through a single invocation of the command. Thi

[PATCH 5/7] Makefile: Add a target for building capsules

2023-06-13 Thread Sughosh Ganu
Add a target for building EFI capsules. The capsule parameters are specified through a config file, and the path to the config file is specified through CONFIG_EFI_CAPSULE_CFG_FILE. When the config file is not specified, the command only builds tools. Signed-off-by: Sughosh Ganu --- Makefile | 9

[PATCH 3/7] doc: capsule: Document the new mechanism to embed ESL file into dtb

2023-06-13 Thread Sughosh Ganu
Update the document to specify how the EFI Signature List(ESL) file can be embedded into the platform's dtb as part of the u-boot build. Signed-off-by: Sughosh Ganu --- doc/develop/uefi/uefi.rst | 19 +-- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/doc/develop/

[PATCH 2/7] test: py: Generate capsule keys prior to building u-boot

2023-06-13 Thread Sughosh Ganu
Currently, the keys and the EFI Signature List(ESL) file used for capsule authentication can be generated after the u-boot image has been built. The ESL file is then manually embedded into the platform's dtb for capsule authentication. This flow has been changed through an earlier commit, which em

[PATCH 1/7] capsule: authenticate: Embed capsule public key in platform's dtb

2023-06-13 Thread Sughosh Ganu
The EFI capsule authentication logic in u-boot expects the public key in the form of an EFI Signature List(ESL) to be provided as part of the platform's dtb. Currently, the embedding of the ESL file into the dtb needs to be done manually. Add a script for embedding the ESL used for capsule authent

[PATCH 0/7] Integrate EFI capsule tasks into u-boot's build flow

2023-06-13 Thread Sughosh Ganu
This patchset aims to bring two capsule related tasks under the u-boot build flow. One is the embedding of the public key into the platform's dtb as part of dtb' build. The public key is in the form of an EFI Signature List(ESL) file and is used for capsule authentication. This is achieved at th

Re: [PATCH v6 0/7] Tegra: add ASUS/Google Nexus 7 (2012) support

2023-06-13 Thread Svyatoslav Ryhel
9 червня 2023 р. 07:34:41 GMT+03:00, Svyatoslav Ryhel написав(-ла): >This patchset adds support for native use of U-Boot on: >- ASUS T30 Transformers (7 devices, all models); >- ASUS/Google Nexus 7 (2012), both grouper and tilapia >- LG Optimus 4X HD (P880) and Optimus Vu (P895) >- HTC One X (

Re: [PATCH v2 4/4] net: add NFSv1 support

2023-06-13 Thread Peter Robinson
> I can help with reviews in this area. In this case, please CC me. I suggest adding yourself to the MAINTAINERS file as a reviewer, people won't know you've offered and in a year Tom may not remember.

[PATCH 1/1] bootm: don't call booti_setup for EFI images

2023-06-13 Thread Heinrich Schuchardt
On the arm64 architecture booti_setup() is called for EFI FIT images. This function call fails because EFI images typically do not have a kernel signature. Check that the operating system property "os" of the image is "linux" before invoking booti_setup(). Fixes: 487b5fa6deb1 ("bootm: Handle kern

Pull request for tpm-for_tom-13062023

2023-06-13 Thread Ilias Apalodimas
Hi Tom, The following changes since commit 260d4962e06c0a7d2713523c131416a3f70d7f2c: Merge tag v2023.07-rc4 into next (2023-06-12 14:55:33 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-tpm/ tags/tpm-for_tom-13062023 for you to fetch changes

Re: [PATCH v2 5/5] rockchip: rockpro64: Build u-boot-rockchip-spi.bin

2023-06-13 Thread Peter Robinson
On Mon, Jun 12, 2023 at 11:20 PM Jonas Karlman wrote: > > Hi Peter, > > On 2023-06-11 22:22, Peter Robinson wrote: > > Hi Jonas, > > > > This regresses the Rockpro64 build for me when building with gcc 12/13 > > with the following error, if I remove CONFIG_LTO it builds, but > > overlaps. > > > >

[PATCH v1 4/4] misc: nuvoton: fix type error

2023-06-13 Thread Jim Liu
Signed-off-by: Jim Liu --- drivers/misc/npcm_otp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/npcm_otp.c b/drivers/misc/npcm_otp.c index 304910888b..08029724c0 100644 --- a/drivers/misc/npcm_otp.c +++ b/drivers/misc/npcm_otp.c @@ -33,7 +33,7 @@ static int npc

[PATCH v1 3/4] ARM: dts: npcm8xx: fix dts node error

2023-06-13 Thread Jim Liu
The SHA and OTP should under the ahb node Signed-off-by: Jim Liu --- arch/arm/dts/nuvoton-npcm8xx-u-boot.dtsi | 33 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/arch/arm/dts/nuvoton-npcm8xx-u-boot.dtsi b/arch/arm/dts/nuvoton-npcm8xx-u-boot.dtsi index

[PATCH v1 2/4] board: nuvoton: add env setting for boot to linux

2023-06-13 Thread Jim Liu
add console and mem env to boot to linux kernel Signed-off-by: Jim Liu --- board/nuvoton/poleg_evb/poleg_evb.c | 7 +++ include/configs/poleg.h | 2 ++ 2 files changed, 9 insertions(+) diff --git a/board/nuvoton/poleg_evb/poleg_evb.c b/board/nuvoton/poleg_evb/poleg_evb.c index

[PATCH v1 1/4] ARM: config: Enable config to decompress the FIT image

2023-06-13 Thread Jim Liu
Enable FIT and SHA config to decompress the kernel image Signed-off-by: Jim Liu --- configs/poleg_evb_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/poleg_evb_defconfig b/configs/poleg_evb_defconfig index b00fb48a5a..cab589d7aa 100644 --- a/configs/poleg_evb_defconfig +

[PATCH v1 0/4] fix type error and add feature to boot to kernel

2023-06-13 Thread Jim Liu
fix type error and add feature to boot to kernel Jim Liu (4): ARM: config: Enable config to decompress the FIT image board: nuvoton: add env setting for boot to linux ARM: dts: npcm8xx: fix dts node error misc: nuvoton: fix type error arch/arm/dts/nuvoton-npcm8xx-u-boot.dtsi | 33 +++