1
0
Fork 0
remarkable-uboot/lib/efi_loader
Andreas Färber dede284d1c efi_loader: Handle memory overflows
jetson-tk1 has 2 GB of RAM at 0x80000000, causing gd->ram_top to be zero.
Handle this by either avoiding ram_top or by using the same type as
ram_top to reverse the overflow effect.

Cc: Alexander Graf <agraf@suse.de>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Alexander Graf <agraf@suse.de>
2016-04-18 17:11:44 -04:00
..
Kconfig efi_loader: hook up in build environment 2016-03-15 21:30:11 -04:00
Makefile efi_loader: Add GOP support 2016-03-27 09:12:12 -04:00
efi_boottime.c efi_loader: Fix some entry/exit points 2016-03-27 09:13:02 -04:00
efi_console.c efi_loader: Add console interface 2016-03-15 18:03:09 -04:00
efi_disk.c efi_loader: Increase path string to 32 characters 2016-04-18 17:11:37 -04:00
efi_gop.c efi_loader: Add GOP support 2016-03-27 09:12:12 -04:00
efi_image_loader.c efi_loader: Fix some entry/exit points 2016-03-27 09:13:02 -04:00
efi_memory.c efi_loader: Handle memory overflows 2016-04-18 17:11:44 -04:00
efi_runtime.c efi_loader: Always flush in cache line size granularity 2016-04-18 17:11:39 -04:00