board/freescale/common/imx: add support for i.MX8M Nano
authorGary Bisson <gary.bisson@boundarydevices.com>
Wed, 15 Apr 2020 16:18:28 +0000 (18:18 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 18 Apr 2020 13:31:42 +0000 (15:31 +0200)
commiteb8b6ee4565174d6001157c74d62abdc72b73250
treef87842da130d5a4bc8e47422f9110760e7b2f747
parent7a0323c5dfcbce91010b3158d3488a1ade7bdec6
board/freescale/common/imx: add support for i.MX8M Nano

Almost identical as i.MX8M Mini, here are the differences:
- different ATF load address [1]
- different entry point [2]
- different ROM version (v2) [3]

[1] https://gitlab.denx.de/u-boot/u-boot/-/blob/v2020.04/board/freescale/imx8mn_evk/README
[2] https://gitlab.denx.de/u-boot/u-boot/-/blob/v2020.04/configs/imx8mn_ddr4_evk_defconfig#L22
[3] https://gitlab.denx.de/u-boot/u-boot/-/commit/b8f16834

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
board/freescale/common/imx/imx8-bootloader-prepare.sh