aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/Kconfig
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2012-11-14 08:08:50 +0200
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-11-30 00:58:03 +0100
commit48e21ec430cf83f540bf189b1dfa372938cc9b36 (patch)
treedc2b193454b694d2dbbb9388b247b5958922c3cb /src/arch/x86/Kconfig
parentf90224845d5a916863c3b060a58fd82ff8d6bec0 (diff)
Add mainboard hook to bootblock
Change allows to override default bootblock_mainboard_init() with mainboard-specific code. If the default bootblock_mainboard_init() handler is replaced, with one from file BOOTBLOCK_MAINBOARD_INIT, one needs to take care the replacement calls all the necessary bootblock_x_init() functions. Change-Id: Ie8c667cdba7cafe9ed2d4b19ab2bd21d941ad4ca Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/1845 Reviewed-by: Patrick Georgi <patrick@georgi-clan.de> Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/arch/x86/Kconfig')
-rw-r--r--src/arch/x86/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig
index 9bfd368c2e..5f46145f8e 100644
--- a/src/arch/x86/Kconfig
+++ b/src/arch/x86/Kconfig
@@ -70,6 +70,9 @@ config PC80_SYSTEM
bool
default y
+config BOOTBLOCK_MAINBOARD_INIT
+ string
+
config BOOTBLOCK_NORTHBRIDGE_INIT
string