
21 Mar
2016
21 Mar
'16
7:52 p.m.
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