Re: [PATCH] ARM: i.MX93: add bootsource detection

2024-02-27 Thread Sascha Hauer
On Tue, 20 Feb 2024 12:45:08 +0100, Sascha Hauer wrote: > On i.MX93 the ROM API can be used to detect the bootsource. Implement > support for this. > > Applied, thanks! [1/1] ARM: i.MX93: add bootsource detection https://git.pengutronix.de/cgit/barebox/commit/?id=47e42821eccc (link may

[PATCH] ARM: i.MX93: add bootsource detection

2024-02-20 Thread Sascha Hauer
On i.MX93 the ROM API can be used to detect the bootsource. Implement support for this. Signed-off-by: Sascha Hauer --- arch/arm/mach-imx/imx9.c | 1 + arch/arm/mach-imx/romapi.c | 67 ++ include/mach/imx/generic.h | 1 + 3 files changed, 69 insertions(+)