Re: [PATCH v4 3/4] Kconfig: j721e: Change K3_MCU_SCRATCHPAD_BASE to non firewalled region

2023-03-14 Thread Manorit Chawdhry
On 14:01-20230306, Tom Rini wrote: > On Mon, Mar 06, 2023 at 11:12:53AM +0530, Manorit Chawdhry wrote: > > In non-combined boot flow for K3, all the firewalls are locked by default > > until sysfw comes up. Rom configures some of the firewall for its usage > > along with the SRAM for R5 but the PSR

[PATCH v5 4/4] arm: mach-k3: Increase SYSFW max image size

2023-03-14 Thread Manorit Chawdhry
From: Dave Gerlach When booting with HS silicon, the system firmware image is 278270, which is slightly larger than currently allocated amount. This can cause unexpected behavior if this overlap interferes with other things in memory, so increase this with a slightly margin added as well to avoi

[PATCH v5 3/4] Kconfig: j721e: Change K3_MCU_SCRATCHPAD_BASE to non firewalled region

2023-03-14 Thread Manorit Chawdhry
In non-combined boot flow for K3, all the firewalls are locked by default until sysfw comes up. Rom configures some of the firewall for its usage along with the SRAM for R5 but the PSRAM region is still locked. The K3 MCU Scratchpad for j721e was set to a PSRAM region triggering the firewall excep

[PATCH v5 2/4] configs: j721e: Merge the HS and non-HS defconfigs

2023-03-14 Thread Manorit Chawdhry
K3 devices have runtime type board detection. Make the default defconfig include the secure configuration. Then remove the HS specific config. Non-HS devices will continue to boot due to runtime device type detection. If TI_SECURE_DEV_PKG is not set the build will emit warnings, for non-HS devices

[PATCH v5 1/4] arm: k3: config.mk: Add missing dependencies on tispl.bin HS

2023-03-14 Thread Manorit Chawdhry
From: Andrew Davis When building for secure devices using non-buildman based image generation the signed tispl.bin file is called tispl.bin_HS. Also build the unsigned tispl.bin file as expected. Signed-off-by: Andrew Davis Signed-off-by: Manorit Chawdhry --- arch/arm/mach-k3/config.mk | 2 ++

[PATCH v5 0/4] J721E HS Fixes

2023-03-14 Thread Manorit Chawdhry
This series fixes the support for J721E board along with some maintainance for it. v5: - change the memory map to list-table v4: - Fix docs - applied reviewed-by v3: - drop fixes related to other boards ( make series j721e specific ) - memory map added in docs - applied reviewed-by v2: - Merge

Re: [PATCH 0/9] Enable splash screen

2023-03-14 Thread Nikhil M Jain
Hi Simon, On 15/03/23 03:38, Simon Glass wrote: Hi Nikhil, On Mon, 13 Mar 2023 at 04:15, Nikhil M Jain wrote: To enable splash screen at SPL stage move video driver and splash screen framework at SPL, which will bring up image on display very quickly and thus have early display support in SP

[PATCH v2 3/3] include: configs: j721e_evm: Change to using .env

2023-03-14 Thread Neha Malcom Francis
Move to using .env file for setting up environment variables for J721E and J7200. Signed-off-by: Neha Malcom Francis Reviewed-by: Tom Rini --- Changes in v2: - Added CONFIG_CMD_REMOTEPROC guard to including k3_rproc.env - Retained Reviewed-by tag board/ti/j721e/Kconfig |

[PATCH v2 2/3] include: configs: j721s2_evm: Change to using .env

2023-03-14 Thread Neha Malcom Francis
Move to using .env file for setting up environment variables for J721S2. Signed-off-by: Neha Malcom Francis Reviewed-by: Tom Rini --- Changes in v2: - Added CONFIG_CMD_REMOTEPROC guard to including k3_rproc.env - Retained Reviewed-by tag board/ti/j721s2/Kconfig | 6 ++ b

[PATCH v2 1/3] include: environment: ti: Use .env for environment variables

2023-03-14 Thread Neha Malcom Francis
Add K3 common environment variables to .env. We retain the old-style C environment .h files to maintain compatibility with other K3 boards that have not moved to using .env yet. Signed-off-by: Neha Malcom Francis --- Changes in v2: - removed addition of dfu.env as none of the K3 boards us

Re: [PATCH 1/3] include: environment: ti: Use .env for environment variables

2023-03-14 Thread Neha Malcom Francis
Hi Tom, On 15/03/23 09:35, Neha Malcom Francis wrote: Hi Tom, On 14/03/23 22:17, Tom Rini wrote: On Tue, Mar 14, 2023 at 04:07:50PM +0530, Neha Malcom Francis wrote: Add K3 common environment variables to .env. We retain the old-style C environment .h files to maintain compatibility with oth

Re: [PATCH 1/3] include: environment: ti: Use .env for environment variables

2023-03-14 Thread Neha Malcom Francis
Hi Tom, On 14/03/23 22:17, Tom Rini wrote: On Tue, Mar 14, 2023 at 04:07:50PM +0530, Neha Malcom Francis wrote: Add K3 common environment variables to .env. We retain the old-style C environment .h files to maintain compatibility with other K3 boards that have not moved to using .env yet. Sig

[PULL] Please pull u-boot-coldfire/master

2023-03-14 Thread Angelo Dureghello
The following changes since commit 88e08fc5f6e508eac46cd1dfb0379b11ae032c0a: Prepare v2023.04-rc4 (2023-03-13 20:52:48 -0400) are available in the Git repository at: git://git.denx.de/u-boot-coldfire.git master for you to fetch changes up to 791840fdc41d7e937158a6ac56e9316391fde7ab: boa

[PATCH] board: m5253demo: remove floating point flash size calculation

2023-03-14 Thread Angelo Dureghello
From: Angelo Dureghello This board is using floating point arithmetic to display the SST39VF6401B flash size. This actually generates errors with toolchains without appropriate sw fp math functions available. SST39VF6401B is the only flash for wich the size is displayed, it's size is 8192KB and

[PATCH] m68k: add private libgcc ashrdi3

2023-03-14 Thread Angelo Dureghello
From: Angelo Dureghello Add ashrdi3.c to private libgcc. Signed-off-by: Angelo Dureghello --- arch/m68k/lib/Makefile | 2 +- arch/m68k/lib/ashrdi3.c | 48 + 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 arch/m68k/lib/ashrdi3.c d

[PATCH] board: amcore: fix config options namespace

2023-03-14 Thread Angelo Dureghello
From: Angelo Dureghello Remove CONFIG_ namespace options from .h, moving them to defconfig, while changing non-defconfig options to CFG_ namespace. Signed-off-by: Angelo Durgehello --- configs/amcore_defconfig | 3 ++- include/configs/amcore.h | 13 +++-- 2 files changed, 5 insertions

[PATCH] m68k: rename CONFIG_MCFTMR to CFG_MCFTMR

2023-03-14 Thread Angelo Dureghello
From: Angelo Dureghello This is not a Kconfig option so changing to _CFG. Signed-off-by: Angelo Durgehello --- arch/m68k/cpu/mcf523x/interrupts.c| 2 +- arch/m68k/cpu/mcf52x2/interrupts.c| 12 ++-- arch/m68k/cpu/mcf532x/interrupts.c| 2 +- arch/m68k/cpu/mcf5445x/interrupt

[PATCH] console: Use flush() before panic and reset

2023-03-14 Thread Tony Dinh
To make sure the panic and the reset messages will go out, console flush() should be used. Sleep periods do not work in early u-boot phase when timer driver is not initialized yet. Reference: https://lists.denx.de/pipermail/u-boot/2023-March/512233.html Signed-off-by: Tony Dinh --- arch/arm/

[PATCH v3 4/5] x86: dfi-bt700: Fix up adjustment of CONFIG_TEXT_BASE

2023-03-14 Thread Simon Glass
With recent CONFIG_TEXT_BASE changes, there are inconsistencies between several settings. Adjust CONFIG_SYS_MONITOR_LEN to allow more code space. Move the MRC cache out of the way too. Signed-off-by: Simon Glass Fixes: 5d1c8342aea ("x86: dfi-bt700: Adjust CONFIG_TEXT_BASE") --- Changes in v3: -

[PATCH v3 5/5] x86: som-db5800-som-6867: Fix up adjustment of CONFIG_TEXT_BASE

2023-03-14 Thread Simon Glass
With recent CONFIG_TEXT_BASE changes, there are inconsistencies between several settings. Adjust CONFIG_SYS_MONITOR_LEN to allow more code space. Move the MRC cache out of the way too. Signed-off-by: Simon Glass Fixes: e23cae30801 ("x86: som-db5800-som-6867: Adjust CONFIG_TEXT_BASE") --- Change

[PATCH v3 3/5] x86: conga-qeval20-qa3-e3845: Fix up adjustment of CONFIG_TEXT_BASE

2023-03-14 Thread Simon Glass
With recent CONFIG_TEXT_BASE changes, there are inconsistencies between several settings. Adjust CONFIG_SYS_MONITOR_LEN to allow more code space. Move the MRC cache out of the way too. Signed-off-by: Simon Glass Fixes: 388f93f9635 ("x86: conga-qeval20-qa3-e3845: Adjust CONFIG_TEXT_BASE") --- Ch

[PATCH v3 1/5] x86: minnowmax: Fix up adjustment of CONFIG_TEXT_BASE

2023-03-14 Thread Simon Glass
With recent CONFIG_TEXT_BASE changes, there are inconsistencies between several settings. Adjust CONFIG_SYS_MONITOR_LEN to allow more code space. Move the MRC cache out of the way too. Add documentation on how to make this change safely. Signed-off-by: Simon Glass Fixes: 66e2c665f ("x86: minnow

[PATCH v3 2/5] x86: bayleybay: Fix up adjustment of CONFIG_TEXT_BASE

2023-03-14 Thread Simon Glass
With recent CONFIG_TEXT_BASE changes, there are inconsistencies between several settings. Adjust CONFIG_SYS_MONITOR_LEN to allow more code space. Move the MRC cache out of the way too. Signed-off-by: Simon Glass Fixes: f38be308683 ("x86: bayleybay: Adjust CONFIG_TEXT_BASE") --- Changes in v3: -

Please pull u-boot-dm into -next

2023-03-14 Thread Simon Glass
Hi Tom, This is for the -next branch I have redone this to fix the fdt warnings with the new compiler. https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/15603 The following changes since commit 20aaff677d8bc3cc2d529d859aa1ea65f5a4db7d: Merge branch '2023-03-14-revert-two-TI-patc

Re: [PATCH] arm: kirkwood: Enable uart0 dm-pre-reloc for Kirkwood boards

2023-03-14 Thread Tony Dinh
Hi Pali, On Tue, Mar 14, 2023 at 2:30 PM Tony Dinh wrote: > > Hi Pali, > > On Tue, Mar 14, 2023 at 2:09 PM Pali Rohár wrote: > > > > On Tuesday 14 March 2023 13:59:21 Tony Dinh wrote: > > > Hi all, > > > > > > I'm closing the loop on this thread. Please see below. > > > > > > On Fri, Feb 10, 202

Re: [RFC PATCH] binman: bintool: etype: Add support for ti-secure entry

2023-03-14 Thread Simon Glass
Hi Neha, On Mon, 13 Mar 2023 at 21:38, Neha Malcom Francis wrote: > > Hi Simon > > On 11/03/23 02:19, Simon Glass wrote: > > Hi, > > > > On Thu, 9 Mar 2023 at 21:35, Neha Malcom Francis wrote: > >> > >> Hi Andrew, Simon > >> > >> On 01/03/23 22:41, Andrew Davis wrote: > >>> On 2/28/23 9:10 AM, S

[PATCH 1/2] mpc83xx: Remove stale CONFIG_SYS_LBLAWBAR{4/5/6/7}_PRELIM

2023-03-14 Thread Christophe Leroy
Last (incorrect) use of those CONFIG items was removed by commit 9fd9abedcc ("TQM834x: remove defines causing gcc4.4 warnings") Those items are invalid and should have been removed at the same time because lblaw[] has only 4 elements. And they were removed from the whitelist by commit 9c5df7a2a9

[PATCH 2/2] mpc83xx: Remove CONFIG_SYS_GPIO{1/2}_PRELIM and related

2023-03-14 Thread Christophe Leroy
Last use of CONFIG_SYS_GPIO1_PRELIM was removed by commit fae2ea5951 ("ppc: Remove MPC8349EMDS board and ARCH_MPC8349 support"). Last use of CONFIG_SYS_GPIO2_PRELIM was removed even before by commit 6843862342 ("ppc: Remove caddy2 / vme8349 boards") Those two items were removed from whitelist by

Re: [PATCH] test: cmd: fdt: Drop unused fdt_test_header_get() fdt parameter

2023-03-14 Thread Simon Glass
Hi Marek, On Sat, 11 Mar 2023 at 09:29, Marek Vasut wrote: > > The 'fdt' parameter is not used anywhere in the function, drop it. > This also should fix the following compiler warning in sandbox_spl: > > test/cmd/fdt.c:1159:9: warning: 'fdt_test_header_get' accessing 4096 bytes in > a region of

Re: [PATCH 0/9] Enable splash screen

2023-03-14 Thread Simon Glass
Hi Nikhil, On Mon, 13 Mar 2023 at 04:15, Nikhil M Jain wrote: > > To enable splash screen at SPL stage move video driver and splash screen > framework at SPL, which will bring up image on display very quickly and > thus have early display support in SPL. > > Nikhil M Jain (9): > drivers: video:

Re: Please pull u-boot-dm/next

2023-03-14 Thread Simon Glass
Hi Tom, On Mon, 13 Mar 2023 at 13:36, Tom Rini wrote: > > On Sun, Mar 12, 2023 at 09:10:19PM -0600, Simon Glass wrote: > > > Hi Tom, > > > > This is for the -next branch > > > > > > https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/15568 > > > > The following changes since commit bcf

Re: [PATCH] arm: kirkwood: Enable uart0 dm-pre-reloc for Kirkwood boards

2023-03-14 Thread Tony Dinh
Hi Pali, On Tue, Mar 14, 2023 at 2:09 PM Pali Rohár wrote: > > On Tuesday 14 March 2023 13:59:21 Tony Dinh wrote: > > Hi all, > > > > I'm closing the loop on this thread. Please see below. > > > > On Fri, Feb 10, 2023 at 6:29 PM Tony Dinh wrote: > > > > > > Hi Pali, > > > > > > On Fri, Feb 10, 2

Re: [ANN] U-Boot v2023.04-rc4 released

2023-03-14 Thread Tom Rini
On Tue, Mar 14, 2023 at 06:58:12PM +, Christophe Leroy wrote: > > > Le 14/03/2023 à 18:55, Tom Rini a écrit : > > On Tue, Mar 14, 2023 at 05:27:34AM +, Christophe Leroy wrote: > >> Hi Tom, > >> > >> Le 14/03/2023 à 01:53, Tom Rini a écrit : > >>> Hey all, > >>> > >>> It's the scheduled da

Re: [PATCH] arm: kirkwood: Enable uart0 dm-pre-reloc for Kirkwood boards

2023-03-14 Thread Pali Rohár
On Tuesday 14 March 2023 13:59:21 Tony Dinh wrote: > Hi all, > > I'm closing the loop on this thread. Please see below. > > On Fri, Feb 10, 2023 at 6:29 PM Tony Dinh wrote: > > > > Hi Pali, > > > > On Fri, Feb 10, 2023 at 1:44 PM Pali Rohár wrote: > > > > > > On Friday 10 February 2023 13:38:44

Re: [PATCH] arm: kirkwood: Enable uart0 dm-pre-reloc for Kirkwood boards

2023-03-14 Thread Tony Dinh
Hi all, I'm closing the loop on this thread. Please see below. On Fri, Feb 10, 2023 at 6:29 PM Tony Dinh wrote: > > Hi Pali, > > On Fri, Feb 10, 2023 at 1:44 PM Pali Rohár wrote: > > > > On Friday 10 February 2023 13:38:44 Tony Dinh wrote: > > > Hi Stefan, > > > Hi Pali, > > > > > > On Fri, Feb

Re: [ANN] U-Boot v2023.04-rc4 released

2023-03-14 Thread Christophe Leroy
Le 14/03/2023 à 18:55, Tom Rini a écrit : > On Tue, Mar 14, 2023 at 05:27:34AM +, Christophe Leroy wrote: >> Hi Tom, >> >> Le 14/03/2023 à 01:53, Tom Rini a écrit : >>> Hey all, >>> >>> It's the scheduled day for -rc4, and once again it's the end of my day. >>> The delta between -rc3 and -rc4

Re: [PATCH v8 13/24] rockchip: rk3288: syscon_rk3288: store syscon platdata in regmap

2023-03-14 Thread John Keeping
On Mon, Mar 13, 2023 at 10:09:23PM +0100, Johan Jonker wrote: > On 3/13/23 18:46, John Keeping wrote: > > On Mon, Mar 13, 2023 at 05:53:20PM +0100, Johan Jonker wrote: > >> On 3/13/23 14:26, John Keeping wrote: > >>> On Mon, Mar 13, 2023 at 01:30:57AM +0100, Johan Jonker wrote: > The Rockchip

[PATCH v1 7/7] arm: dts: rockchip: rk3288: partial sync pwm nodes

2023-03-14 Thread Johan Jonker
In order to better compare the Linux rk3288.dtsi version 6.3 -rc2 with the u-boot version partial sync the pwm nodes. Signed-off-by: Johan Jonker --- arch/arm/dts/rk3288.dtsi | 18 +- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/arch/arm/dts/rk3288.dtsi b/arch/a

[PATCH v1 6/7] clk: rockchip: clk_rk3288: add PCLK_RKPWM

2023-03-14 Thread Johan Jonker
The rk3288 pwm node synced from Linux make use of PCLK_RKPWM instead of PCLK_PWM. They have the same pclk_cpu parent, so add PCLK_RKPWM to rk3288_clk_get_rate(). Signed-off-by: Johan Jonker --- drivers/clk/rockchip/clk_rk3288.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/rock

[PATCH v1 5/7] arm: dts: rockchip: rk3288: partial sync vop/lvds/mipi/hdmi nodes

2023-03-14 Thread Johan Jonker
In order to better compare the Linux rk3288.dtsi version 6.3 -rc2 with the u-boot version partial sync the vop/lvds/mipi/hdmi nodes. Signed-off-by: Johan Jonker --- arch/arm/dts/rk3288.dtsi | 48 1 file changed, 24 insertions(+), 24 deletions(-) diff --g

[PATCH v1 3/7] video: rockchip: rk_vop: add rk3288-dp compare string

2023-03-14 Thread Johan Jonker
In the current rk3288.dtsi file the compatible string for the DisplayPort(DP) node ends with "edp". The string in the binding ends with "dp" which conflicts with "cdn-dp" as a search term. Add "rk3288-dp" as compare string to select vop_id. Signed-off-by: Johan Jonker --- drivers/video/rockchip/

[PATCH v1 4/7] arm: dts: rockchip: rk3288: partial sync edp node

2023-03-14 Thread Johan Jonker
The rk3288 edp node has a phy node in Linux with a clock property while current U-boot driver expects this clock on position index 1. Move U-boot specific DT clock properties to rk3288-u-boot.dtsi and partially the sync edp node. Signed-off-by: Johan Jonker --- arch/arm/dts/rk3288-u-boot.dtsi |

[PATCH v1 2/7] arm: dts: rockchip: rk3288: partial sync grf and pmu nodes

2023-03-14 Thread Johan Jonker
In order to better compare the Linux rk3288.dtsi version 6.3 -rc2 with the u-boot version partial sync the grf and pmu nodes. Signed-off-by: Johan Jonker --- arch/arm/dts/rk3288.dtsi | 269 +-- 1 file changed, 173 insertions(+), 96 deletions(-) diff --git a/a

[PATCH v1 1/7] arm: dts: rockchip: rk3288: move io-domains nodes

2023-03-14 Thread Johan Jonker
In order to better compare the Linux rk3288.dtsi version with the u-boot version move the io-domains nodes. Signed-off-by: Johan Jonker --- arch/arm/dts/rk3288-miqi.dtsi| 27 +++-- arch/arm/dts/rk3288-phycore-som.dtsi | 30 +--- arch/arm/dts/rk

Re: [PATCH v9 06/10] arm_ffa: introduce the FF-A Sandbox driver

2023-03-14 Thread Abdellatif El Khlifi
Hi Simon, > Hi Abdellatif, > > On Fri, 10 Mar 2023 at 06:10, Abdellatif El Khlifi > wrote: > > > > Provide a Sandbox driver to emulate the FF-A ABIs > > > > The emulated ABIs are those supported by the FF-A core driver > > and according to FF-A specification v1.0. > > > > The Sandbox driver prov

Re: [ANN] U-Boot v2023.04-rc4 released

2023-03-14 Thread Tom Rini
On Tue, Mar 14, 2023 at 05:27:34AM +, Christophe Leroy wrote: > Hi Tom, > > Le 14/03/2023 à 01:53, Tom Rini a écrit : > > Hey all, > > > > It's the scheduled day for -rc4, and once again it's the end of my day. > > The delta between -rc3 and -rc4 is about what I would hope for. I still > > ho

Re: [PATCH v9 09/10] arm_ffa: efi: introduce FF-A MM communication

2023-03-14 Thread Abdellatif El Khlifi
On Fri, Mar 10, 2023 at 12:50:01PM -0800, Simon Glass wrote: Hi Simon, > Hi Abdellatif, > > On Fri, 10 Mar 2023 at 06:11, Abdellatif El Khlifi > wrote: > > > > Add MM communication support using FF-A transport > > > > This feature allows accessing MM partitions services through > > EFI MM commu

Re: [PATCH 3/3] include: configs: j721e_evm: Change to using .env

2023-03-14 Thread Tom Rini
On Tue, Mar 14, 2023 at 04:07:52PM +0530, Neha Malcom Francis wrote: > Move to using .env file for setting up environment variables for J721E > and J7200. > > Signed-off-by: Neha Malcom Francis Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [PATCH 2/3] include: configs: j721s2_evm: Change to using .env

2023-03-14 Thread Tom Rini
On Tue, Mar 14, 2023 at 04:07:51PM +0530, Neha Malcom Francis wrote: > Move to using .env file for setting up environment variables for J721S2. > > Signed-off-by: Neha Malcom Francis Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [PATCH 1/3] include: environment: ti: Use .env for environment variables

2023-03-14 Thread Tom Rini
On Tue, Mar 14, 2023 at 04:07:50PM +0530, Neha Malcom Francis wrote: > Add K3 common environment variables to .env. We retain the old-style C > environment .h files to maintain compatibility with other K3 boards that > have not moved to using .env yet. > > Signed-off-by: Neha Malcom Francis Tha

"bootelf -p" loads every segement without checking its type

2023-03-14 Thread 黄 晨曦
Hello, I am making a toy OS kernel on RISC-V platform. The kernel image I built is a ELF file that should be booted using U-Boot's bootelf command. However, I was getting such error when doing bootelf -p : Unhandled exception: Store/AMO access fault My kernel file is a 64-bit ELF file wit

Pull request: u-boot-sunxi/master DT update for v2023.04

2023-03-14 Thread Andre Przywara
Hi Tom, please pull these two patches containing just devicetree updates for Allwinner boards. I was still hoping for a review, since we cannot import the files from the Linux tree verbatim, but managed to write some filter script that convinced me that the changes are fine. The files are from Lin

Re: next: Pull request efi-next-20230313

2023-03-14 Thread Tom Rini
On Mon, Mar 13, 2023 at 03:40:18PM +0100, Heinrich Schuchardt wrote: > The following changes since commit bcf343146ff365a88481b9a80920ed146c6dee5b: > > Merge tag 'dm-next-9mar23' of > https://source.denx.de/u-boot/custodians/u-boot-dm into next (2023-03-09 > 11:22:50 -0500) > > are available i

Re: [PATCH v2 1/2] configs: j721s2: merge HS and non-HS defconfigs

2023-03-14 Thread Tom Rini
On Tue, Mar 14, 2023 at 01:58:46PM +0530, Manorit Chawdhry wrote: > On 12:52-20230307, Tom Rini wrote: > > On Fri, Feb 24, 2023 at 10:37:48AM +0530, Manorit Chawdhry wrote: > > > > > K3 devices have runtime type board detection. Make the default defconfig > > > include the secure configuration. Th

No USB with CM4 module

2023-03-14 Thread Mario Lombardo
Dear u-boot list members, I just experience issues with the RPi CM4 Module and U-Boot. I try to migrate a linux (Raspi Bullseye) from direct loading to use U-Boot as loader. When I load the CM4 direct using the PI-loader (config.txt), everything works. But when I change the kernel to “u-boot.b

[PATCH] serial: zynqmp: Fetch baudrate from dtb and update

2023-03-14 Thread Venkatesh Yadav Abbarapu
From: Algapally Santosh Sagar The baudrate configured in .config is taken by default by serial. If change of baudrate is required then the .config needs to changed and u-boot recompilation is required or the u-boot environment needs to be updated. To avoid this, support is added to fetch the bau

Re: [PATCH v9 06/10] arm_ffa: introduce the FF-A Sandbox driver

2023-03-14 Thread Abdellatif El Khlifi
On Fri, Mar 10, 2023 at 12:49:57PM -0800, Simon Glass wrote: > Hi Abdellatif, > > On Fri, 10 Mar 2023 at 06:10, Abdellatif El Khlifi > wrote: > > > > Provide a Sandbox driver to emulate the FF-A ABIs > > > > The emulated ABIs are those supported by the FF-A core driver > > and according to FF-A s

[PATCH 2/2] mx51evk: Remove unused mx51evk_video.c file

2023-03-14 Thread Fabio Estevam
From: Fabio Estevam Since commit 1fa43cad8625 ("video: Drop references to CONFIG_VIDEO et al") the mx51evk_video.c is no longer used. Remove the unused file. Signed-off-by: Fabio Estevam --- board/freescale/mx51evk/mx51evk_video.c | 98 - 1 file changed, 98 deletions(-

[PATCH 1/2] mx53loco: Remove unused mx53loco_video.c file

2023-03-14 Thread Fabio Estevam
From: Fabio Estevam Since commit 1fa43cad8625 ("video: Drop references to CONFIG_VIDEO et al") the mx53loco_video.c is no longer used. Remove the unused file. Signed-off-by: Fabio Estevam --- board/freescale/mx53loco/mx53loco_video.c | 114 -- 1 file changed, 114 deletions

[PATCH 3/3] include: configs: j721e_evm: Change to using .env

2023-03-14 Thread Neha Malcom Francis
Move to using .env file for setting up environment variables for J721E and J7200. Signed-off-by: Neha Malcom Francis --- board/ti/j721e/Kconfig | 12 board/ti/j721e/j721e.env| 79 + include/configs/j721e_evm.h | 134 3 file

[PATCH 1/3] include: environment: ti: Use .env for environment variables

2023-03-14 Thread Neha Malcom Francis
Add K3 common environment variables to .env. We retain the old-style C environment .h files to maintain compatibility with other K3 boards that have not moved to using .env yet. Signed-off-by: Neha Malcom Francis --- include/environment/ti/dfu.env | 54 +++ include/en

[PATCH 2/3] include: configs: j721s2_evm: Change to using .env

2023-03-14 Thread Neha Malcom Francis
Move to using .env file for setting up environment variables for J721S2. Signed-off-by: Neha Malcom Francis --- board/ti/j721s2/Kconfig | 6 ++ board/ti/j721s2/j721s2.env | 53 include/configs/j721s2_evm.h | 118 +-- 3 files changed, 60

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

2023-03-14 Thread Luca Ellero
Il 14/03/2023 04:03, Bough Chen ha scritto: -Original Message- From: Luca Ellero Sent: 2023年3月13日 21:06 To: u-boot@lists.denx.de; sba...@denx.de; feste...@gmail.com; dl-uboot-imx ; luca.ell...@brickedbrain.com; Ye Li ; Peng Fan ; Bough Chen Cc: Luca Ellero Subject: [PATCH 1/3] dm: adc:

[GIT PULL] please pull fsl-qoriq-next for next

2023-03-14 Thread Peng Fan
Hi Tom, Please pull fsl-qoriq-next-2023-3-14 for next CI: https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/15599 - Enable DM_SERIAL for freescale ls2080a Drop non DM_ETH code for freescale: lx2160a/ls2080rdb/ls2080aqds/ls10

Re: [PATCH v2 1/2] configs: j721s2: merge HS and non-HS defconfigs

2023-03-14 Thread Manorit Chawdhry
On 12:52-20230307, Tom Rini wrote: > On Fri, Feb 24, 2023 at 10:37:48AM +0530, Manorit Chawdhry wrote: > > > K3 devices have runtime type board detection. Make the default defconfig > > include the secure configuration. Then remove the HS specific config. > > > > Non-HS devices will continue to b

Re: [PATCH] arm: kirkwood: Enable Debug UART for Zyxel NSA310S

2023-03-14 Thread Pali Rohár
On Sunday 12 March 2023 20:35:51 Tony Dinh wrote: > It's useful to enable Debug UART for future DM Serial regression tests > for Kirkwood boards. > > Also, see background discussion in this thread: > https://lists.denx.de/pipermail/u-boot/2023-March/512010.html > > Signed-off-by: Tony Dinh Revi

Re: [PATCH] ARM: meson: odroid-go-ultra: setup PMIC regulators are board init

2023-03-14 Thread Neil Armstrong
Hi, On Fri, 10 Feb 2023 11:25:07 +0100, Neil Armstrong wrote: > The Odroid Go Ultra has 2 chained PMICs RK818 and RK818, and needs > an adjustment on the BUCK and LDO values. > > Add the initial regulators values in -u-boot.dtsi & run the initial > regulator setup in a new odroid-go-ultra board.

Re: [PATCH 0/2] ARM: meson: Add initial support for BPI-CM4 module with BPI-CM4IO baseboard

2023-03-14 Thread Neil Armstrong
Hi, On Tue, 07 Mar 2023 09:20:23 +0100, Neil Armstrong wrote: > Add support for both the BananaPi BPI-CM4 module and the BananaPi > baseboard which is compatible with the RaspberryPi CM4IO baseboard. > > The BananaPi BPI-CM4 module follows the CM4 specifications at [1], > but with a single HDMI p