[coreboot-gerrit] Patch set updated for coreboot: arch/x86: Add files needed for C environment bootblock on x86

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Thu Jan 21 00:40:05 CET 2016


Alexandru Gagniuc (mr.nuke.me at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12880

-gerrit

commit 4bc7c2a866a3db52ade1c8a60557b2201965b901
Author: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Date:   Fri Jan 8 23:05:00 2016 -0800

    arch/x86: Add files needed for C environment bootblock on x86
    
    This provides symbols needed by CBFS and FMAP APIs, and allows running
    run_romstage() in an x86 bootblock. Note that console-related files
    are not added in this patch, as they are not essential for the
    functinality on an x86 environment bootbock.
    
    Change-Id: I36558b672a926ab22bc9018cd51aee32213792c2
    Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
---
 src/arch/x86/Makefile.inc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.inc
index f41b33c..124cb85 100644
--- a/src/arch/x86/Makefile.inc
+++ b/src/arch/x86/Makefile.inc
@@ -68,6 +68,11 @@ else
 LDFLAGS_bootblock += -m elf_x86_64 --oformat elf64-x86-64
 endif
 
+bootblock-y += boot.c
+bootblock-y += memcpy.c
+bootblock-y += memset.c
+bootblock-y += mmap_boot.c
+
 # Add the assembly file that pulls in the rest of the dependencies in
 # the right order. Make sure the auto generated bootblock.inc is a proper
 # dependency. Make the same true for the linker sript.



More information about the coreboot-gerrit mailing list