[coreboot] New patch to review for coreboot: b95f3f3 Add rules to pull down and uncompress gpl_vsa_lx_102.bin

Philip Prindeville (pprindeville@gmail.com) gerrit at coreboot.org
Thu Dec 29 20:23:14 CET 2011


Philip Prindeville (pprindeville at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/509

-gerrit

commit b95f3f353cf61b21bc079566edc100a355757771
Author: Philip Prindeville <philipp at redfish-solutions.com>
Date:   Thu Dec 29 12:21:39 2011 -0700

    Add rules to pull down and uncompress gpl_vsa_lx_102.bin
    
    These steps are in the Wiki, but they should be automated.
    
    Change-Id: I81528dddb47b0cfe4acd33456680f8d3211fabd7
    Signed-off-by: Philip Prindeville <philipp at redfish-solutions.com>
---
 src/arch/x86/Makefile.inc |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.inc
index 7bba44e..a95fd62 100755
--- a/src/arch/x86/Makefile.inc
+++ b/src/arch/x86/Makefile.inc
@@ -396,3 +396,8 @@ filo:
 			CONFIG_FILO_MASTER=$(CONFIG_FILO_MASTER) \
 			CONFIG_FILO_STABLE=$(CONFIG_FILO_STABLE)
 
+gpl_vsa_lx_102.bin.gz:
+	@wget -q http://marcjonesconsulting.com/gplvsa/gpl_vsa_lx_102.bin.gz
+
+gpl_vsa_lx_102.bin: gpl_vsa_lx_102.bin.gz
+	@gunzip $^




More information about the coreboot mailing list