Commit Graph

3 Commits

Author SHA1 Message Date
Gerd Hoffmann 1e1da7a963 check for e820 conflict
Add support to check for overlaps with e820 entries.
In case the 64bit pci io window has conflicts move it down.

The only known case where this happens is AMD processors
with 1TB address space which has some space just below
1TB reserved for HT.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2023-08-24 10:56:21 +02:00
Kevin O'Connor 5ba22ab9f5 e820: Update debugging messages to report 64bit values
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2015-10-15 10:52:13 -04:00
Kevin O'Connor c167e54533 e820: Rename memmap.c to e820map.c and use consistent "e820_" prefix
Rename memmap.c to e820map.c as the code in that file only deals with
maintaining the e820 map.  Move all the e820 definitions to new file
e820map.h and use a consistent "e820_" prefix on all exported
functions.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2015-10-15 10:52:13 -04:00
Renamed from src/memmap.c (Browse further)