mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-25 20:43:32 +00:00
7b39e5b53a
The update_firmware script is intended to update the boot firmware but the details including the offset and hardware partition are dependent on the boot device. Specifically: - IMX8MM/IMX8MP (BOOTROM v2) the offset is 32KiB for SD and eMMC user hardware partition and 0KiB for eMMC boot partitions. - IMX8MM the offset is 33KiB for SD and eMMC regardless of hardware partition. Dynamically set soc, dev, bootpart, and bootblk env vars at runtime and use these in the update_firmware script. Remove the splblk env var from config files as its no longer needed. Signed-off-by: Tim Harvey <tharvey@gateworks.com> |
||
---|---|---|
.. | ||
eeprom.c | ||
eeprom.h | ||
imximage-8mm-lpddr4.cfg | ||
imximage-8mn-lpddr4.cfg | ||
imximage-8mp-lpddr4.cfg | ||
Kconfig | ||
lpddr4_timing.h | ||
lpddr4_timing_imx8mm.c | ||
lpddr4_timing_imx8mm_512mb.c | ||
lpddr4_timing_imx8mn.c | ||
lpddr4_timing_imx8mp.c | ||
MAINTAINERS | ||
Makefile | ||
spl.c | ||
venice.c | ||
venice.env |