]> git.zerfleddert.de Git - m1-debian/commitdiff
Speed up large initrd loading from USB
authorThomas Glanzmann <thomas@glanzmann.de>
Thu, 10 Feb 2022 14:37:35 +0000 (15:37 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Thu, 10 Feb 2022 14:37:35 +0000 (15:37 +0100)
15:19 < tpw_rules> Glanzmann: https://patchwork.ozlabs.org/project/uboot/patch/20211222225124.7154-1-twatson52@icloud.com/ this patch should fix it. i need to submit v3 to fix a problem with u-boot's tests. but it works great

bootstrap.sh

index 768fb5f4cd6e01a213b31a2e7e09c7be8c0a87a2..1b7af232ef2734e66f5a235fc3532e7a17375e69 100644 (file)
@@ -27,6 +27,7 @@ build_uboot()
         cd u-boot
         git fetch
         git reset --hard origin/x2r10g10b10; git clean -f -x -d
+        curl -s https://tg.st/u/v2-console-usb-kbd-Limit-poll-frequency-to-improve-performance.diff | patch -p1
         make apple_m1_defconfig
         make -j 16
 )
Impressum, Datenschutz