[coreboot-gerrit] New patch to review for coreboot: verstage to x86

Aaron Durbin (adurbin@chromium.org) gerrit at coreboot.org
Wed Sep 30 17:37:09 CET 2015


Aaron Durbin (adurbin at chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11756

-gerrit

commit ccff836d3304fd0704432e15a716bd580a881067
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Tue Sep 29 15:03:58 2015 -0500

    verstage to x86
    
    Change-Id: I905dffe8438402667ac60d1ad57f587fd3c002cb
---
 src/arch/x86/Makefile.inc | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.inc
index f16edcd..6cf288c 100644
--- a/src/arch/x86/Makefile.inc
+++ b/src/arch/x86/Makefile.inc
@@ -149,6 +149,20 @@ $$(objcbfs)/$(1).debug: $$$$($(1)-libs) $$$$($(1)-objs)
 endef
 
 ###############################################################################
+# verstage
+###############################################################################
+
+ifeq ($(CONFIG_ARCH_VERSTAGE_X86_32)$(CONFIG_ARCH_VERSTAGE_X86_64),y)
+
+ifeq ($(CONFIG_ARCH_VERSTAGE_X86_32),y)
+$(eval $(call early_x86_stage,verstage,elf32-i386))
+else
+$(eval $(call early_x86_stage,verstage,elf64-x86-64))
+endif
+
+endif # CONFIG_ARCH_VERSTAGE_X86_32 / CONFIG_ARCH_VERSTAGE_X86_64
+
+###############################################################################
 # romstage
 ###############################################################################
 



More information about the coreboot-gerrit mailing list