Re: [U-Boot] [PATCH] armv8: ls1046ardb: Enable IFC for SPL build

2018-07-27 Thread York Sun
On 06/08/2018 04:38 PM, York Sun wrote: > Commit a52ff334c5b1 ("armv8: ls1046ardb: SPL size reduction") reduced > image size for SPL. IFC was disabled. If PPA is loaded in SPL, MMU is > enabled as a result. Removing IFC skips IFC region in the MMU table, > causing later failure in RAM version U-boo

[U-Boot] [PATCH] armv8: ls1046ardb: Enable IFC for SPL build

2018-06-08 Thread York Sun
Commit a52ff334c5b1 ("armv8: ls1046ardb: SPL size reduction") reduced image size for SPL. IFC was disabled. If PPA is loaded in SPL, MMU is enabled as a result. Removing IFC skips IFC region in the MMU table, causing later failure in RAM version U-boot when accessing CPLD through IFC. Only disable