Philip Prindeville ([email protected]) just uploaded a new patch set to 
gerrit, which you can find at http://review.coreboot.org/509

-gerrit

commit b95f3f353cf61b21bc079566edc100a355757771
Author: Philip Prindeville <[email protected]>
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 <[email protected]>
---
 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 $^

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to