[PATCH] ARM: dts: imx: Fix eMMC boot on Data Modul i.MX8M Plus eDM SBC

2023-07-11 Thread sbabic
> In case the i.MX8M Plus starts from eMMC BOOT1/BOOT2 HW partitions, the > flash.bin container is stored at offset 0 from the start, that means the > fitImage itb is at offset 0x2c0 instead of 0x300 sectors from the start. > Handle this difference in custom spl_mmc_get_uboot_raw_sector() . >

RE: [PATCH] ARM: dts: imx: Fix eMMC boot on Data Modul i.MX8M Plus eDM SBC

2023-07-06 Thread Jaehoon Chung
> -Original Message- > From: U-Boot On Behalf Of Peng Fan > Sent: Thursday, July 6, 2023 5:01 PM > To: Marek Vasut ; u-boot@lists.denx.de > Cc: tr...@konsulko.com; Fabio Estevam ; Peng Fan > ; Stefano Babic > > Subject: Re: [PATCH] ARM: dts: imx: Fix eMMC b

Re: [PATCH] ARM: dts: imx: Fix eMMC boot on Data Modul i.MX8M Plus eDM SBC

2023-07-06 Thread Peng Fan
On 7/6/2023 7:26 AM, Marek Vasut wrote: In case the i.MX8M Plus starts from eMMC BOOT1/BOOT2 HW partitions, the flash.bin container is stored at offset 0 from the start, that means the fitImage itb is at offset 0x2c0 instead of 0x300 sectors from the start. Handle this difference in custom

[PATCH] ARM: dts: imx: Fix eMMC boot on Data Modul i.MX8M Plus eDM SBC

2023-07-05 Thread Marek Vasut
In case the i.MX8M Plus starts from eMMC BOOT1/BOOT2 HW partitions, the flash.bin container is stored at offset 0 from the start, that means the fitImage itb is at offset 0x2c0 instead of 0x300 sectors from the start. Handle this difference in custom spl_mmc_get_uboot_raw_sector() .