u-boot/arch/x86
Simon Glass 7a187a89fd x86: Adjust search range for sysinfo table
Avoid searching starting at 0 since this memory may not be available,
e.g. if protection against NULL-pointer access is enabled. The table
cannot be there anyway, since the first 1KB of memory was originally
used for the interrupt table and coreboot avoids it.

Start at 0x400 instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2023-05-11 10:25:29 +08:00
..
cpu x86: Adjust search range for sysinfo table 2023-05-11 10:25:29 +08:00
dts Merge branch 'master' into next 2023-03-27 15:19:57 -04:00
include/asm x86: Support booting a 64-bit kernel from 64-bit U-Boot 2023-03-25 11:07:21 +01:00
lib x86: Exit EFI boot services before starting kernel 2023-03-25 11:07:22 +01:00
config.mk x86: Pass -z execstack for EFI payload flags 2023-02-23 13:29:20 -05:00
Kconfig efi: Set RUN_64BIT correctly for the EFI app 2023-03-25 11:07:21 +01:00
Makefile x86: Allow 16-bit init to be in TPL 2019-05-08 13:02:13 +08:00