Arthur Heymans has uploaded this change for review.

View Change

nb/intel/sandybridge: Start VBOOT in bootblock

This also puts romstage in RW fmap regions.

Change-Id: Ie79fd70f45d115ead6bb0b238ccea1897ceec2f6
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
---
M src/northbridge/intel/sandybridge/Kconfig
1 file changed, 2 insertions(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/36926/1
diff --git a/src/northbridge/intel/sandybridge/Kconfig b/src/northbridge/intel/sandybridge/Kconfig
index 0502b50..2ef6299 100644
--- a/src/northbridge/intel/sandybridge/Kconfig
+++ b/src/northbridge/intel/sandybridge/Kconfig
@@ -24,7 +24,8 @@
if NORTHBRIDGE_INTEL_SANDYBRIDGE

config VBOOT
- select VBOOT_STARTS_IN_ROMSTAGE
+ select VBOOT_STARTS_IN_BOOTBLOCK
+ select VBOOT_SEPARATE_VERSTAGE

config USE_NATIVE_RAMINIT
bool "Use native raminit"

To view, visit change 36926. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie79fd70f45d115ead6bb0b238ccea1897ceec2f6
Gerrit-Change-Number: 36926
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-MessageType: newchange