diff --git a/patch/u-boot/u-boot-qemu-x86/0001-hack-higher-ramdisk-load-address-both-in-u-boot-source-and-bootscript.patch b/patch/u-boot/u-boot-qemu-x86/0001-hack-higher-ramdisk-load-address-both-in-u-boot-source-and-bootscript.patch index 294cf88b70..590f4c7b6e 100644 --- a/patch/u-boot/u-boot-qemu-x86/0001-hack-higher-ramdisk-load-address-both-in-u-boot-source-and-bootscript.patch +++ b/patch/u-boot/u-boot-qemu-x86/0001-hack-higher-ramdisk-load-address-both-in-u-boot-source-and-bootscript.patch @@ -9,7 +9,7 @@ Subject: hack: higher ramdisk load address both in u-boot source and 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h -index 8bd0716c08d2..f1907792d338 100644 +index 111111111111..222222222222 100644 --- a/include/configs/x86-common.h +++ b/include/configs/x86-common.h @@ -13,7 +13,7 @@ @@ -29,7 +29,7 @@ index 8bd0716c08d2..f1907792d338 100644 + "ramdisk_addr_r=0x8000000\0" \ "ramdiskfile=initramfs.gz\0" - + #endif /* __CONFIG_H */ -- Armbian diff --git a/patch/u-boot/u-boot-qemu-x86/0002-x86-patch-uboot-defconfig-to-use-the-q35-machine-type-not-i440fx.patch b/patch/u-boot/u-boot-qemu-x86/0002-x86-patch-uboot-defconfig-to-use-the-q35-machine-type-not-i440fx.patch index c142b8ea0d..a817458a30 100644 --- a/patch/u-boot/u-boot-qemu-x86/0002-x86-patch-uboot-defconfig-to-use-the-q35-machine-type-not-i440fx.patch +++ b/patch/u-boot/u-boot-qemu-x86/0002-x86-patch-uboot-defconfig-to-use-the-q35-machine-type-not-i440fx.patch @@ -9,7 +9,7 @@ Subject: x86: patch uboot defconfig to use the `q35` machine type, not 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configs/qemu-x86_defconfig b/configs/qemu-x86_defconfig -index 24682a5387df..efdf520d813f 100644 +index 111111111111..222222222222 100644 --- a/configs/qemu-x86_defconfig +++ b/configs/qemu-x86_defconfig @@ -4,7 +4,7 @@ CONFIG_SYS_MALLOC_F_LEN=0x1000 @@ -21,7 +21,7 @@ index 24682a5387df..efdf520d813f 100644 CONFIG_DEBUG_UART_BASE=0x3f8 CONFIG_DEBUG_UART_CLOCK=1843200 CONFIG_DEBUG_UART=y -@@ -58,6 +58,7 @@ CONFIG_LBA48=y +@@ -54,6 +54,7 @@ CONFIG_LBA48=y CONFIG_SYS_64BIT_LBA=y CONFIG_CPU=y CONFIG_NVME_PCI=y @@ -29,7 +29,7 @@ index 24682a5387df..efdf520d813f 100644 CONFIG_SYS_NS16550_PORT_MAPPED=y CONFIG_SPI=y CONFIG_USB_KEYBOARD=y -@@ -65,5 +66,6 @@ CONFIG_FRAMEBUFFER_SET_VESA_MODE=y +@@ -62,5 +63,6 @@ CONFIG_FRAMEBUFFER_SET_VESA_MODE=y CONFIG_FRAMEBUFFER_VESA_MODE_USER=y CONFIG_FRAMEBUFFER_VESA_MODE=0x144 CONFIG_CONSOLE_SCROLL_LINES=5 diff --git a/patch/u-boot/u-boot-qemu-x86/0003-hack-bump-bzimage-max-size-to-45mb-from-15mb.patch b/patch/u-boot/u-boot-qemu-x86/0003-hack-bump-bzimage-max-size-to-45mb-from-15mb.patch index 8f0da850d0..ccd9ce4f7f 100644 --- a/patch/u-boot/u-boot-qemu-x86/0003-hack-bump-bzimage-max-size-to-45mb-from-15mb.patch +++ b/patch/u-boot/u-boot-qemu-x86/0003-hack-bump-bzimage-max-size-to-45mb-from-15mb.patch @@ -8,7 +8,7 @@ Subject: hack: bump bzimage max size to 45mb from 15mb 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/include/asm/zimage.h b/arch/x86/include/asm/zimage.h -index 9ad74dc0b946..e1f057df3806 100644 +index 111111111111..222222222222 100644 --- a/arch/x86/include/asm/zimage.h +++ b/arch/x86/include/asm/zimage.h @@ -22,7 +22,7 @@