[U-Boot] U-Boot broken for LS2080

york sun york.sun at nxp.com
Mon Mar 21 19:52:02 CET 2016


On 03/18/2016 02:37 PM, york sun wrote:
> Alison and Prabhakar,
> 
> Heads up, U-Boot is broken for LS2080 boards. Git bisects to this commit
> 
> 7985cdf74b280f86a1c7440298a84f1fb2876fd9
> arm64: Remove non-full-va map code
> 
> Please take a deeper look at the MMU tables.
> 

Found it. It is caused by incorrect PGTABLE_SIZE. Before this commit, it is
hard-coded as 0x10000. This commit replaced this macro with a function to
calculate the page table size. However, the table is not used for our SoCs. I
will send a small patch to revert this macro.

York




More information about the U-Boot mailing list