Re: [U-Boot] [PATCH v2 2/3] armv8: ls2088aqds: Fix MC firmware loading during SD boot

2019-06-19 Thread Prabhakar Kushwaha
> -Original Message- > From: Wasim Khan > Sent: Monday, June 10, 2019 3:47 PM > To: u-boot@lists.denx.de; Prabhakar Kushwaha > ; Priyanka Jain > Cc: Wasim Khan > Subject: [PATCH v2 2/3] armv8: ls2088aqds: Fix MC firmware loading during SD > boot > > During SD boot, MC firmware and DPC a

[U-Boot] [PATCH v2 2/3] armv8: ls2088aqds: Fix MC firmware loading during SD boot

2019-06-10 Thread Wasim Khan
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 0x8000) is more than 1 MB then part of MC firmware will be overwritten by DPC firmware (load address 0x8010). Fix: Update the