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.
Series-changes: 2
- Update commit message with more detail
- Update code comment to mention that addresses <1KB are ignored
Change-Id: I894e1ef2d49639682066ea6a4eb471619bb793fc
Signed-off-by: Simon Glass <sjg@chromium.org>
1 file changed