]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/armv8/mmu.h
ARMv8/sec_firmware: relocated and renamed the config FSL_PPA_ARMV8_PSCI
[u-boot] / arch / arm / include / asm / armv8 / mmu.h
index 0d08ed3ba81060235d2f32e8efaec93ef69e1907..aa0f3c42f63211a4ff906fc51111fe6529a0f577 100644 (file)
@@ -135,12 +135,15 @@ static inline void set_ttbr_tcr_mair(int el, u64 table, u64 tcr, u64 attr)
 }
 
 struct mm_region {
-       u64 base;
+       u64 virt;
+       u64 phys;
        u64 size;
        u64 attrs;
 };
 
 extern struct mm_region *mem_map;
+void setup_pgtables(void);
+u64 get_tcr(int el, u64 *pips, u64 *pva_bits);
 #endif
 
 #endif /* _ASM_ARMV8_MMU_H_ */