[U-Boot] U-Boot broken for LS2080

18 Mar
2016
18 Mar
'16
10:37 p.m.
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.
York

21 Mar
21 Mar
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
3337
Age (days ago)
3340
Last active (days ago)
1 comments
1 participants
participants (1)
-
york sun