commit | 2c8dd318639a37c308d7946d9f6548727dfc32ca | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@linaro.org> | Tue Apr 15 19:18:40 2014 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Apr 17 21:34:04 2014 +0100 |
tree | 4607d9203972d9ef2516d791a29bcfd3ebe2a34c | |
parent | 2c7ffc414d8591018248b5487757e45f7bb6bd3c [diff] |
target-arm: Add v8 mmu translation support Add support for v8 page table walks. This supports stage 1 translations for 4KB, 16KB and 64KB page sizes starting with 0 or 1 level. Signed-off-by: Rob Herring <rob.herring@linaro.org> [PMM: fix style nits, fold in 16/64K page support patch, use arm_el_is_aa64() to decide whether to do 64 bit page table walk] Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>