Add support for RAM-less multi-processor init
[coreboot.git] / src / cpu / Kconfig
index 6e6518618b85add382f81b1a50079ce0b6511ddf..0bdef347f0406fcba28ccb0a8306ec695ea1eda5 100644 (file)
@@ -31,6 +31,12 @@ config SMP
          This option is used to enable certain functions to make coreboot
          work correctly on symmetric multi processor (SMP) systems.
 
+config AP_SIPI_VECTOR
+       hex
+       default 0xfffff000
+       help
+         This must equal address of ap_sipi_vector from bootblock build.
+                 
 config MMX
        bool
        help