From: Thomas Glanzmann Date: Thu, 10 Feb 2022 14:37:35 +0000 (+0100) Subject: Speed up large initrd loading from USB X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/b054227611f4fc4023b0837c0ee198d54977543a Speed up large initrd loading from USB 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 --- diff --git a/bootstrap.sh b/bootstrap.sh index 768fb5f..1b7af23 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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 )