]> git.ipfire.org Git - thirdparty/u-boot.git/commit
armv8: ls2088ardb: Fix MC firmware loading during SD boot
authorWasim Khan <wasim.khan@nxp.com>
Mon, 10 Jun 2019 10:17:29 +0000 (10:17 +0000)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Wed, 19 Jun 2019 07:24:57 +0000 (12:54 +0530)
commit196fa2efbe0cd1fcb3d2f13cb02ba3dfdde56122
tree44364c8558d0bfee0cc3d14f5fa40c3db576ab8b
parentc3d141e03a2fe0196b686535ccc258e472f43996
armv8: ls2088ardb: Fix MC firmware loading during SD boot

During SD boot, MC firmware and DPC are copied from SD card to DDR.
Size reserved between MC and DPC firmware on DDR is 1MB.
If the size of MC firmware(load address 0x80000000) is more than 1 MB
then part of MC firmware will be overwritten by DPC firmware (load
address 0x80100000).

Fix: Update the MC/DPL/DPC firmware's DDR address as per their
respective addresses in SD card.

Signed-off-by: Wasim Khan <wasim.khan@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
include/configs/ls2080ardb.h