[PATCH v2 3/5] arch: arm: dts: k3-j7200-r5-evm: Add missing fss range

2024-08-09 Thread Jonathan Humphreys
Upstream DTS added explicit ranges to the fss node. It did not include the 32 bit memory space needed by the R5 to access OSPI. With the upstream DTS sync, OSPI boot no longer works. Adding the missing range here. It is also being added in the upstream DTS, so after the next upstream DTS sync, t

[PATCH v2 4/5] arch: arm: dts: k3-j721e-r5-evm: Add missing fss range

2024-08-09 Thread Jonathan Humphreys
Upstream DTS added explicit ranges to the fss node. It did not include the 32 bit memory space needed by the R5 to access OSPI. With the upstream DTS sync, OSPI boot no longer works. Adding the missing range here. It is also being added in the upstream DTS, so after the next upstream DTS sync, t

[PATCH v2 1/5] arch: arm: dts: k3-j784s4-r5-evm: Add missing fss range

2024-08-09 Thread Jonathan Humphreys
Upstream DTS added explicit ranges to the fss node. It did not include the 32 bit memory space needed by the R5 to access OSPI. With the upstream DTS sync, OSPI boot no longer works. Adding the missing range here. It is also being added in the upstream DTS, so after the next upstream DTS sync, t

[PATCH v2 5/5] arch: arm: dts: k3-j721e-r5-sk: Add missing fss range

2024-08-09 Thread Jonathan Humphreys
Upstream DTS added explicit ranges to the fss node. It did not include the 32 bit memory space needed by the R5 to access OSPI. With the upstream DTS sync, OSPI boot no longer works. Adding the missing range here. It is also being added in the upstream DTS, so after the next upstream DTS sync, t

[PATCH v2 2/5] arch: arm: dts: k3-am69-r5-sk: Add missing fss range

2024-08-09 Thread Jonathan Humphreys
Upstream DTS added explicit ranges to the fss node. It did not include the 32 bit memory space needed by the R5 to access OSPI. With the upstream DTS sync, OSPI boot no longer works. Adding the missing range here. It is also being added in the upstream DTS, so after the next upstream DTS sync, t

[PATCH v2 0/5] arch: arm: dts: ti: Add missing fss range

2024-08-09 Thread Jonathan Humphreys
Upstream DTS added explicit ranges to the fss node. It did not include the 32 bit memory space needed by the R5 to access OSPI. With the upstream DTS sync, OSPI boot no longer works. Adding the missing range here. It is also being added in the upstream DTS, so after the next upstream DTS sync, the

Re: Pull request for tpm-master-09082024

2024-08-09 Thread Tom Rini
On Fri, Aug 09, 2024 at 09:56:00PM +0300, Ilias Apalodimas wrote: > Hi Tom, > > The following changes since commit 6f4c31c2b658358628b5b0fa801f55c7477c7585: > > Prepare v2024.10-rc2 (2024-08-05 18:13:42 -0600) > > are available in the Git repository at: > > https://source.denx.de/u-boot/cu

Re: [PATCH v2 1/1] disk: add TegraPT support

2024-08-09 Thread Tom Rini
On Fri, Aug 09, 2024 at 08:57:03AM +0300, Svyatoslav Ryhel wrote: > пт, 9 серп. 2024 р. о 08:49 Heinrich Schuchardt пише: > > > > > > > > Am 7. August 2024 14:10:24 MESZ schrieb Svyatoslav Ryhel > > : > > >TegraPT is compatible with EFI part but it can't pass Protective MBR check. > > >Skip this

Re: [PATCH v2 1/3] ext4: Fix integer overflow in ext4fs_read_symlink()

2024-08-09 Thread Tom Rini
On Fri, Aug 09, 2024 at 06:29:34PM +0200, Richard Weinberger wrote: > Heinrich, > > Am Freitag, 9. August 2024, 18:13:27 CEST schrieb 'Heinrich Schuchardt' via > upstream: > > Thank you for pointing at the problematic code. > > > > You are calling __builtin_add_overflow(int, int, size_t *). > >

Re: [PATCH] cmd: add a fetch utility

2024-08-09 Thread Tom Rini
On Fri, Aug 09, 2024 at 07:23:42PM +0200, Caleb Connolly wrote: > > > On 09/08/2024 08:18, Heinrich Schuchardt wrote: > > > > > > Am 8. August 2024 18:24:24 MESZ schrieb Caleb Connolly > > : > > > While U-Boot does a pretty good job at printing information at startup > > > about what hardware

Re: [PATCH v2 1/5] arch: arm: dts: k3-j784s4-r5-evm: Add missing fss range

2024-08-09 Thread Andrew Davis
On 8/9/24 4:17 PM, Jonathan Humphreys wrote: Upstream DTS added explicit ranges to the fss node. It did not include the 32 bit memory space needed by the R5 to access OSPI. With the upstream DTS sync, OSPI boot no longer works. Adding the missing range here. It is also being added in the upstr

[PATCH v3 2/5] arch: arm: dts: k3-am69-r5-sk: Add missing fss range

2024-08-09 Thread Jonathan Humphreys
Upstream DTS added explicit ranges to the fss node. It did not include the 32 bit memory space needed by the R5 to access OSPI. With the upstream DTS sync, OSPI boot no longer works. Adding the missing range here. It is also being added in the upstream DTS, so after the next upstream DTS sync, t

[PATCH v3 1/5] arch: arm: dts: k3-j784s4-r5-evm: Add missing fss range

2024-08-09 Thread Jonathan Humphreys
Upstream DTS added explicit ranges to the fss node. It did not include the 32 bit memory space needed by the R5 to access OSPI. With the upstream DTS sync, OSPI boot no longer works. Adding the missing range here. It is also being added in the upstream DTS, so after the next upstream DTS sync, t

[PATCH v3 5/5] arch: arm: dts: k3-j721e-r5-sk: Add missing fss range

2024-08-09 Thread Jonathan Humphreys
Upstream DTS added explicit ranges to the fss node. It did not include the 32 bit memory space needed by the R5 to access OSPI. With the upstream DTS sync, OSPI boot no longer works. Adding the missing range here. It is also being added in the upstream DTS, so after the next upstream DTS sync, t

[PATCH v3 3/5] arch: arm: dts: k3-j7200-r5-evm: Add missing fss range

2024-08-09 Thread Jonathan Humphreys
Upstream DTS added explicit ranges to the fss node. It did not include the 32 bit memory space needed by the R5 to access OSPI. With the upstream DTS sync, OSPI boot no longer works. Adding the missing range here. It is also being added in the upstream DTS, so after the next upstream DTS sync, t

[PATCH v3 0/5] arch: arm: dts: ti: Add missing fss range

2024-08-09 Thread Jonathan Humphreys
Upstream DTS added explicit ranges to the fss node. It did not include the 32 bit memory space needed by the R5 to access OSPI. With the upstream DTS sync, OSPI boot no longer works. Adding the missing range here. It is also being added in the upstream DTS, so after the next upstream DTS sync, the

[PATCH v3 4/5] arch: arm: dts: k3-j721e-r5-evm: Add missing fss range

2024-08-09 Thread Jonathan Humphreys
Upstream DTS added explicit ranges to the fss node. It did not include the 32 bit memory space needed by the R5 to access OSPI. With the upstream DTS sync, OSPI boot no longer works. Adding the missing range here. It is also being added in the upstream DTS, so after the next upstream DTS sync, t

Re: [PATCH v2 2/2] i2c: samsung: Support platforms other than EXYNOS4 and EXYNOS5

2024-08-09 Thread David Virag
Hi Henrik, On Fri, 2024-08-09 at 23:08 +0200, Henrik Grimler wrote: > Hi David, > > Thinking about this a bit more... > > On Fri, Aug 02, 2024 at 09:19:16PM +0200, David Virag wrote: [snip] > > @@ -9,11 +9,15 @@ > >  #include > >  #include > >  #include > > +#if IS_ENABLED(CONFIG_ARCH_EXYNOS4

Re: [PATCH 8/8] rockchip: rk3308-rock-pi-s: Enable LED and IO Domain driver

2024-08-09 Thread FUKAUMI Naoki
Hi, On 7/30/24 23:51, Jonas Karlman wrote: Add LED=y and LED_GPIO=y to support the onboard leds. Add ROCKCHIP_IODOMAIN=y to configure correct io voltage domains. Add DM_MDIO=y now that the DT contain a Ethernet phy node. Signed-off-by: Jonas Karlman Reviewed-by: Kever Yang for the whole s

Re: [PATCH] mtd: nand: raw: atmel: remove unnecessary return value

2024-08-09 Thread Marcus Folkesson
Hello Alexander, Thanks for fast response! On Fri, Aug 09, 2024 at 02:25:04PM +0200, Alexander Dahl wrote: > Hello Marcus, > > Am Fri, Aug 09, 2024 at 02:15:43PM +0200 schrieb Marcus Folkesson: > > The condition 'ret' is always true as it is never set to other than > > -EIO. > > Technically, yo

Verified Boot through U-Boot for RPi3 with OP-TEE

2024-08-09 Thread thomas.gymer
Hello all, We (Eden and I) have been assigned a summer project exploring the possibility of verified boot for Linux with a view to experiment with a TEE, and would like to share our outcomes from the project so far. We've been working on condensing all the information and documentation on TF-A,

Re: [PATCH v2 1/1] disk: add TegraPT support

2024-08-09 Thread Svyatoslav Ryhel
сб, 10 серп. 2024 р. о 01:02 Tom Rini пише: > > On Fri, Aug 09, 2024 at 08:57:03AM +0300, Svyatoslav Ryhel wrote: > > пт, 9 серп. 2024 р. о 08:49 Heinrich Schuchardt пише: > > > > > > > > > > > > Am 7. August 2024 14:10:24 MESZ schrieb Svyatoslav Ryhel > > > : > > > >TegraPT is compatible with E

<    1   2