[coreboot] New patch to review for coreboot: 208c39d buildgcc: Get IASL from Secure HTTP
Zheng Bao (zheng.bao@amd.com)
gerrit at coreboot.org
Thu Aug 9 10:01:16 CEST 2012
Zheng Bao (zheng.bao at amd.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1428
-gerrit
commit 208c39de860074e44da1d332a6bd5e5232022d44
Author: zbao <fishbaozi at gmail.com>
Date: Thu Aug 9 17:48:35 2012 +0800
buildgcc: Get IASL from Secure HTTP
Only the latest acpica is available via both http and https.
Once it is replaced by newer version, it is only available via
secure http.
Change-Id: Ic1849c4f28e6cfc98c7008f8bf59474c6db2c19e
Signed-off-by: Zheng Bao <zheng.bao at amd.com>
Signed-off-by: zbao <fishbaozi at gmail.com>
---
util/crossgcc/buildgcc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index e0a6365..9103b59 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -54,7 +54,7 @@ BINUTILS_ARCHIVE="http://ftpmirror.gnu.org/binutils/binutils-${BINUTILS_VERSION}
GDB_ARCHIVE="http://ftpmirror.gnu.org/gdb/gdb-${GDB_VERSION}.tar.bz2"
W32API_ARCHIVE="http://downloads.sourceforge.net/project/mingw/MinGW/BaseSystem/RuntimeLibrary/Win32-API/w32api-${W32API_VERSION_SHORT}/w32api-${W32API_VERSION}-mingw32-src.tar.lzma"
MINGWRT_ARCHIVE="http://downloads.sourceforge.net/project/mingw/MinGW/BaseSystem/RuntimeLibrary/MinGW-RT/mingwrt-${MINGWRT_VERSION}/mingwrt-${MINGWRT_VERSION}-mingw32-src.tar.gz"
-IASL_ARCHIVE="http://www.acpica.org/download/acpica-unix-${IASL_VERSION}.tar.gz"
+IASL_ARCHIVE="https://www.acpica.org/download/acpica-unix-${IASL_VERSION}.tar.gz"
PYTHON_ARCHIVE="http://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tar.bz2"
EXPAT_ARCHIVE="http://downloads.sourceforge.net/sourceforge/expat/expat-${EXPAT_VERSION}.tar.gz"
More information about the coreboot
mailing list