]> git.baikalelectronics.ru Git - uboot.git/commit
armv8: ls2088aqds: Fix MC firmware loading during SD boot
authorWasim Khan <wasim.khan@nxp.com>
Mon, 10 Jun 2019 10:17:27 +0000 (10:17 +0000)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Wed, 19 Jun 2019 07:24:57 +0000 (12:54 +0530)
commit0f0ddf315b956ac23a395186d2a5060260ee4b89
tree925e2fc6017a09ea41fd513bcaf3d3fb19792030
parent1ed1265298334716b8764b80abf11812517863a3
armv8: ls2088aqds: 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/ls2080aqds.h