commit | 1297d318b4908243859c80fba2a60e949df136f1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 04 16:54:55 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Thu May 11 10:25:29 2023 +0800 |
tree | f042fb8fa46cb123911767708c67fdf1e921d1ad | |
parent | cb3a7acba7e340b20cb4ed1a1b43a4f6332e679f [diff] |
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>