From b054227611f4fc4023b0837c0ee198d54977543a Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Thu, 10 Feb 2022 15:37:35 +0100 Subject: [PATCH] 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 --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) 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 ) -- 2.39.2