0010-coreboot-fam15h-use-new-upstream-for-acpica.patch 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. From ba94a3f27a26d181291b5908bdd627be375eb606 Mon Sep 17 00:00:00 2001
  2. From: Leah Rowe <leah@libreboot.org>
  3. Date: Sun, 16 Jul 2023 00:44:22 +0100
  4. Subject: [PATCH 1/1] coreboot/fam15h: use new upstream for acpica
  5. the original upstream died
  6. i decided to host it myself, on libreboot rsync,
  7. for use by mirrors.
  8. this is also useful for GNU Boot, when downloading
  9. acpica on coreboot 4.11_branch, for fam15h boards
  10. this change is not necessary on other coreboot trees,
  11. which adhere to new coreboot policy (newer coreboot
  12. pulls acpica from github, which is fairly reliable)
  13. Signed-off-by: Leah Rowe <leah@libreboot.org>
  14. ---
  15. util/crossgcc/buildgcc | 2 +-
  16. 1 file changed, 1 insertion(+), 1 deletion(-)
  17. diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
  18. index b75b90a877..e3efa722f1 100755
  19. --- a/util/crossgcc/buildgcc
  20. +++ b/util/crossgcc/buildgcc
  21. @@ -73,7 +73,7 @@ MPC_ARCHIVE="https://ftpmirror.gnu.org/mpc/mpc-${MPC_VERSION}.tar.gz"
  22. GCC_ARCHIVE="https://ftpmirror.gnu.org/gcc/gcc-${GCC_VERSION}/gcc-${GCC_VERSION}.tar.xz"
  23. BINUTILS_ARCHIVE="https://ftpmirror.gnu.org/binutils/binutils-${BINUTILS_VERSION}.tar.xz"
  24. GDB_ARCHIVE="https://ftpmirror.gnu.org/gdb/gdb-${GDB_VERSION}.tar.xz"
  25. -IASL_ARCHIVE="https://acpica.org/sites/acpica/files/acpica-unix2-${IASL_VERSION}.tar.gz"
  26. +IASL_ARCHIVE="https://www.mirrorservice.org/sites/libreboot.org/release/misc/acpica/acpica-unix2-${IASL_VERSION}.tar.gz"
  27. PYTHON_ARCHIVE="https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tar.xz"
  28. EXPAT_ARCHIVE="https://downloads.sourceforge.net/sourceforge/expat/expat-${EXPAT_VERSION}.tar.bz2"
  29. # CLANG toolchain archive locations
  30. --
  31. 2.40.1