]>
cvs.zerfleddert.de Git - m1-debian/blob - gpu.sh
960ccbe9b4d8ded0f81f6bae9bdcd1653068a684
3 # SPDX-License-Identifier: MIT
18 test -d linux
|| git clone https
://github.com
/AsahiLinux
/linux
21 git
reset --hard asahi
-6.1
-rc8-3;
22 source "$HOME/.cargo/env"
23 cat ..
/..
/config
-gpu.txt
> .config
24 make LLVM
=-14 olddefconfig
25 make -j `nproc` V
=0 bindeb
-pkg > /dev
/null
32 test -d m1n1
|| git clone
--recursive https
://github.com
/AsahiLinux
/m1n1
35 git
reset --hard v1.2
.2;
43 test -d u
-boot || git clone https
://github.com
/AsahiLinux
/u
-boot
46 git
reset --hard asahi
-v2022.10
-1;
48 make apple_m1_defconfig
51 cat m
1n
1/build
/m1n1.bin
`find linux/arch/arm64/boot/dts/apple/ -name \*.dtb` <(gzip -c u
-boot/u
-boot-nodtb.bin
) > u
-boot.bin