CBMEM high table memory manager.
This code adds a very simple toc based memory manager for the high tables area. The purpose of this code is to make it simpler and more reliable to find certain data structures in memory. This will also make it possible to have ACPI S3 Resume working without an ugly hole at 31MB. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4860 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
a769344d43
commit
3b31402380
@@ -13,6 +13,7 @@ obj-y += cbfs.o
|
||||
obj-y += lzma.o
|
||||
#obj-y += lzmadecode.o
|
||||
obj-y += gcc.o
|
||||
obj-y += cbmem.o
|
||||
|
||||
initobj-y += uart8250.o
|
||||
initobj-y += memset.o
|
||||
|
Reference in New Issue
Block a user