[PATCH] coreboot-v2: Add multiboot support
[coreboot.git] / src / config / Options.lb
index 715a2b8ef9ede580797eadf211a772192151cbfb..5dfa013e7b2cd67f0aa3029f09336f340583b40f 100644 (file)
@@ -608,6 +608,11 @@ end
 # Boot options
 ###############################################
 
+define CONFIG_MULTIBOOT
+       default 1
+       export always
+       comment "Use Multiboot (rather than ELF boot notes) to boot the payload"
+end
 define CONFIG_IDE_PAYLOAD
        default 0
        export always
@@ -856,6 +861,11 @@ define HAVE_HARD_RESET
        export used
        comment "Have hard reset"
 end
+define HAVE_SMI_HANDLER
+       default none
+       export used
+       comment "Set, if the board needs an SMI handler"
+end
 define MEMORY_HOLE
        default none
        export used
@@ -1115,6 +1125,12 @@ define CONFIG_GX1_VIDEOMODE
 # 4 for 1280x1024
 end
 
+define CONFIG_PCIE_CONFIGSPACE_HOLE
+       default 0
+       export always
+       comment "Leave a hole for PCIe config space in the device allocator"
+end
+
 ###############################################
 # Board specific options
 ###############################################