mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
map_physmem should return a pointer that can be used by the CPU to access the given memory - on MIPS simply returning the physical address as it does prior to this patch doesn't achieve that. Instead return a pointer to the memory within (c)kseg0, which matches up consistently with the (c)kseg1 pointer that uncached mappings return via ioremap. Signed-off-by: Paul Burton <paul.burton@imgtec.com> |
||
|---|---|---|
| .. | ||
| mach-generic | ||
| addrspace.h | ||
| asm-offsets.h | ||
| asm.h | ||
| bitops.h | ||
| byteorder.h | ||
| cache.h | ||
| cachectl.h | ||
| cacheops.h | ||
| cm.h | ||
| config.h | ||
| const.h | ||
| cpu-features.h | ||
| global_data.h | ||
| gpio.h | ||
| io.h | ||
| isadep.h | ||
| linkage.h | ||
| malta.h | ||
| mipsregs.h | ||
| pgtable-bits.h | ||
| posix_types.h | ||
| processor.h | ||
| ptrace.h | ||
| reboot.h | ||
| reg.h | ||
| regdef.h | ||
| sections.h | ||
| sgidefs.h | ||
| string.h | ||
| system.h | ||
| types.h | ||
| u-boot-mips.h | ||
| u-boot.h | ||
| unaligned.h | ||