u-boot-qemu-x86: rewrite u-boot patches, no changes

- against 2025.01
This commit is contained in:
Ricardo Pardini 2025-09-21 15:26:59 +02:00 committed by Igor
parent 937e6de66f
commit 58d1f715a1
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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 @@