[coreboot] New patch to review for coreboot: 39c215d Update SeaBIOS URL

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Wed May 9 21:10:00 CEST 2012


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1020

-gerrit

commit 39c215ded5bd29de6dda804692238cc6024e82dd
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Wed May 9 21:07:17 2012 +0200

    Update SeaBIOS URL
    
    We have a http accessible SeaBIOS mirror at review.coreboot.org.
    Use it.
    
    Change-Id: Icce8e4f9ca1fa69966c82423b2b27057f15b30d2
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
 payloads/external/SeaBIOS/Makefile.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/payloads/external/SeaBIOS/Makefile.inc b/payloads/external/SeaBIOS/Makefile.inc
index 70bbc78..e0f03b1 100644
--- a/payloads/external/SeaBIOS/Makefile.inc
+++ b/payloads/external/SeaBIOS/Makefile.inc
@@ -9,7 +9,7 @@ all: build
 
 $(OUT)/seabios:
 	echo "    Cloning SeaBIOS from Git"
-	git clone git://git.seabios.org/seabios.git $(OUT)/seabios
+	git clone http://review.coreboot.org/p/seabios.git $(OUT)/seabios
 
 fetch: $(OUT)/seabios
 	cd $(OUT)/seabios; git show $(TAG-y) >/dev/null 2>&1 ;	if [ $$? -ne 0 ]; \




More information about the coreboot mailing list