[PATCH] coreboot-v2: Add multiboot support

Signed-off-by: Robert Millan <rmh@aybabtu.com>
Acked-by: Jordan Crouse <jordan@cosmicpneguin.net>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3745 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Robert Millan
2008-11-11 20:20:54 +00:00
committed by Jordan Crouse
parent 5cb4d9d663
commit 81af3d4a00
6 changed files with 318 additions and 2 deletions

View File

@@ -1,8 +1,12 @@
uses HAVE_PIRQ_TABLE
uses HAVE_ACPI_TABLES
uses CONFIG_MULTIBOOT
object boot.o
object coreboot_table.o
if CONFIG_MULTIBOOT
object multiboot.o
end
object tables.o
if HAVE_PIRQ_TABLE
object pirq_routing.o