coreboot/payloads/libpayload/include
Aaron Durbin 66518fd86e libpayload: arm64: fix mmu bugs
1. keep functions and objects used entirely within mmu.c as static.
2. DMA region finding needs to terminate. Therefore, the next address
   to be attempted needs to be less then the current end address.
3. Ensure mmu_ranges passed to mmu_init_ranges_from_sysinfo() has
   0 entries marked as used.

BUG=chrome-os-partner:31634
BRANCH=None
TEST=Booted ryu with RAM hole above cbmem tables below 4GiB.

Change-Id: I5cb4e5009359cb04c4e1b5fe60845f80fbdff02c
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/221725
Reviewed-by: Furquan Shaikh <furquan@chromium.org>
Tested-by: Furquan Shaikh <furquan@chromium.org>
Commit-Queue: Furquan Shaikh <furquan@chromium.org>
2014-10-09 16:42:13 +00:00
..
arm/arch libpayload: Add support for memory barriers 2014-08-26 03:05:57 +00:00
arm64/arch libpayload: arm64: fix mmu bugs 2014-10-09 16:42:13 +00:00
arpa
pci
storage
sys
usb libpayload:support dwc2 usb driver 2014-09-04 15:47:17 +00:00
x86/arch libpayload: Add support for memory barriers 2014-08-26 03:05:57 +00:00
assert.h
cbfs.h Provide selfboot() external declaration in a common file 2014-05-24 02:53:58 +00:00
cbfs_core.h libpayload: Add support for arm64 in libpayload 2014-06-07 01:28:57 +00:00
cbfs_ram.h
coreboot_tables.h libpayload: cros: include mac addresses in coreboot table 2014-09-24 08:56:03 +00:00
ctype.h
die.h libpayload: Add a new "die" function to fatally signal programming errors. 2013-11-27 01:46:00 +00:00
endian.h libpayload: Expand setbits_le32() and fix readl() const-ness 2014-07-19 01:08:25 +00:00
errno.h
exception.h libpayload: Rework exception hook interface 2014-06-11 03:30:54 +00:00
gdb.h libpayload: Add remote GDB support 2014-06-11 03:33:56 +00:00
getopt.h
inttypes.h
ipchksum.h libpayload: Fix the license in some files which were accidentally made GPL. 2014-01-11 01:36:57 +00:00
kconfig.h
keycodes.h
lar.h
libpayload.h libpayload arm64: Add function to get coreboot table ptr 2014-09-17 01:23:33 +00:00
limits.h
lzma.h
malloc.h
multiboot_tables.h
panel.h
pci.h
stdarg.h
stddef.h ARM: API to Map Physical Address to Wipe Memory above 4GB 2014-03-07 04:54:49 +00:00
stdint.h
stdio.h
stdlib.h libpayload: Add remote GDB support 2014-06-11 03:33:56 +00:00
string.h
strings.h
sysinfo.h libpayload: cros: include mac addresses in coreboot table 2014-09-24 08:56:03 +00:00
term.h
unistd.h
video_console.h