[coreboot] New patch to review for coreboot: fb5306c Pass IASL to SeaBIOS

Marc Jones (marcj303@gmail.com) gerrit at coreboot.org
Tue May 15 05:07:33 CEST 2012


Marc Jones (marcj303 at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1033

-gerrit

commit fb5306c489c07395984bcc59115ae0e2d3cb9f7b
Author: Marc Jones <marc.jones at se-eng.com>
Date:   Mon May 14 21:06:10 2012 -0600

    Pass IASL to SeaBIOS
    
    Use the coreboot IASL for building SeaBIOS.
    
    Change-Id: Ia6c802b090d53b7fbbc8ddb6edad3de6b822ff41
    Signed-off-by: Marc Jones <marc.jones at se-eng.com>
---
 src/arch/x86/Makefile.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.inc
index 5486bb1..1b1308e 100644
--- a/src/arch/x86/Makefile.inc
+++ b/src/arch/x86/Makefile.inc
@@ -365,7 +365,7 @@ seabios:
 			OBJCOPY="$(OBJCOPY)" STRIP="$(STRIP)" \
 			CONFIG_SEABIOS_MASTER=$(CONFIG_SEABIOS_MASTER) \
 			CONFIG_SEABIOS_STABLE=$(CONFIG_SEABIOS_STABLE) \
-			OUT=$(abspath $(obj))
+			OUT=$(abspath $(obj)) IASL="$(IASL)"
 
 filo:
 	$(MAKE) -C payloads/external/FILO -f Makefile.inc \




More information about the coreboot mailing list