]> git.zerfleddert.de Git - m1-debian/blobdiff - bootstrap.sh
use the u-boot version with the m2 fix
[m1-debian] / bootstrap.sh
index 9978d4cba85858940f2e2e329c5b33a963b89836..e858f6ec9117dd18828fbd2b4af6c710ea882373 100644 (file)
@@ -28,8 +28,8 @@ build_linux()
         git fetch
         git reset --hard origin/asahi; git clean -f -x -d &> /dev/null
         curl -s https://tg.st/u/40c9642c7569c52189f84621316fc9149979ee65.patch | git am -
-        curl -s https://tg.st/u/0001-4k-iommu-patch-2022-03-11.patch | git am -
-        curl -s https://tg.st/u/config-2022-03-17-distro-sven-jannau.txt > .config
+        curl -s https://tg.st/u/0001-4k-iommu-patch-2022-07-20.patch | git am -
+        curl -s https://tg.st/u/config-2022-07-19-4k.txt > .config
         make olddefconfig
         make -j `nproc` V=0 bindeb-pkg > /dev/null
 )
@@ -50,10 +50,10 @@ build_uboot()
 {
 (
         handle_crosscompile
-        test -d u-boot || git clone --depth 1 https://github.com/AsahiLinux/u-boot
+        test -d u-boot || git clone https://github.com/AsahiLinux/u-boot
         cd u-boot
         git fetch
-        git reset --hard origin/asahi; git clean -f -x -d &> /dev/null
+        git reset --hard asahi-v2022.07-2; git clean -f -x -d &> /dev/null
         make apple_m1_defconfig
         make -j `nproc`
 )
Impressum, Datenschutz