]> git.baikalelectronics.ru Git - uboot.git/commitdiff
x86: dfi-bt700: Fix up adjustment of CONFIG_TEXT_BASE
authorSimon Glass <sjg@chromium.org>
Tue, 14 Mar 2023 23:59:54 +0000 (17:59 -0600)
committerBin Meng <bmeng@tinylab.org>
Mon, 27 Mar 2023 01:38:44 +0000 (09:38 +0800)
With recent CONFIG_TEXT_BASE changes, there are inconsistencies between
several settings.

Adjust CONFIG_SYS_MONITOR_LEN to allow more code space. Move the MRC
cache out of the way too.

Fixes: 213a08b824fe ("x86: dfi-bt700: Adjust CONFIG_TEXT_BASE")
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/dts/dfi-bt700.dtsi
configs/dfi-bt700-q7x-151_defconfig
configs/theadorable-x86-dfi-bt700_defconfig

index dff2345d60d01d2f18abe3fe3704ee20d80879ac..c077a84574f19e0af8f089191cfdb8f05cb50fd7 100644 (file)
                                        memory-map = <0xff800000 0x00800000>;
                                        rw-mrc-cache {
                                                label = "rw-mrc-cache";
-                                               reg = <0x006f0000 0x00010000>;
+                                               reg = <0x005f0000 0x00010000>;
                                        };
                                };
                        };
index bd8b2e1155d4408078e9311f5e7ff4e837191680..a48f7c25134c438e463be615258f533c0bbfddc4 100644 (file)
@@ -13,6 +13,7 @@ CONFIG_GENERATE_PIRQ_TABLE=y
 CONFIG_GENERATE_MP_TABLE=y
 CONFIG_HAVE_ACPI_RESUME=y
 CONFIG_SEABIOS=y
+CONFIG_SYS_MONITOR_LEN=2097152
 CONFIG_FIT=y
 CONFIG_FIT_SIGNATURE=y
 CONFIG_BOOTSTAGE=y
index 39c8a87fbeeac89328c5fc2892220a09626b856d..82c3488845594603cef13e641a4891119eaa5575 100644 (file)
@@ -15,6 +15,7 @@ CONFIG_GENERATE_PIRQ_TABLE=y
 CONFIG_GENERATE_MP_TABLE=y
 CONFIG_HAVE_ACPI_RESUME=y
 CONFIG_SEABIOS=y
+CONFIG_SYS_MONITOR_LEN=2097152
 CONFIG_FIT=y
 CONFIG_FIT_SIGNATURE=y
 CONFIG_BOOTSTAGE=y