[PATCH] dts: imx8mm: Add optee entry for binman

2024-03-01 Thread Manuel Traut
Used to embed the OPTEE OS binary into flash.bin so it can be detected and loaded by trusted-firmware-arm. Signed-off-by: Manuel Traut --- arch/arm/dts/imx8mm-u-boot.dtsi | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm/dts/imx8mm-u-boot.dtsi b/arch/arm/dts

[PATCH v5] imx: imx8mm: Add support for Mettler-Toledo snowflake board.

2023-09-29 Thread Manuel Traut
f main memory. [ bigeasy: porting and a bit of cleanup ] Signed-off-by: Manuel Traut Signed-off-by: Sebastian Andrzej Siewior Reviewed-by: Frieder Schrempf v4?v5: - Rebased on top of todays master v3?v4: - Added Frieder's tag - Rebased on top of v2023.07-rc5. v2?v3: Addressing Frieder's com

Booting verdin-imx8mm_defconfig fails

2023-05-08 Thread Manuel Traut
Hi, I am not able to run u-boot for the Toradex Verdin i.MX8MMini. I am not sure if I built/using u-boot as intended for this platform. DDR firmware used from: https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-8.19.bin and arm-trusted-firmware 2.8.0 u-boot was built with the following

Re: EXTERNAL - [PATCH] imx: imx8mm: Add suppoer for Mettler-Toledo snowflake board.

2023-03-16 Thread Manuel Traut
Am 16.03.2023 um 11:33 hat Frieder Schrempf geschrieben: > On 10.03.23 14:50, Sebastian Andrzej Siewior wrote: > > From: Manuel Traut > > > > The board is similar to Kontron's N801x design. It lacks external eMMC > > support and only supports only 1GiB of main me

Re: U-Boot: extlinux.conf boot menu support appears to be broken by commit 739e8361f3fe78038251216df6096a32bc2d5839

2023-01-17 Thread Manuel Traut
inux.conf > boot menu support in U-Boot: > > -8<--8<--8<--8<--8<--8<- > commit 739e8361f3fe78038251216df6096a32bc2d5839 > Author: Manuel Traut > Date: Fri Nov 18 09:00:27 2022 +0100 > > distro/pxe

[PATCH] distro/pxeboot: Handle prompt variable

2022-11-18 Thread Manuel Traut
an entry (no timeout). This change implements a behaviour as documented. It was tested with distroboot. Signed-off-by: Manuel Traut --- boot/pxe_utils.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/boot/pxe_utils.c b/boot/pxe_utils.c index 8133006875..075a0f2830 100644

[PATCH] Make ci_udc available in SPL

2022-04-07 Thread Manuel Traut
This is needed for SDP downloads of eg. fitimages in SPL stage. Signed-off-by: Manuel Traut --- common/spl/Kconfig | 10 +++ common/usb_hub.c| 4 + drivers/usb/gadget/Makefile | 18 ++-- drivers/usb/gadget/ci_udc.c | 159 +--- drivers