[PATCH] x86: Revert "x86: minnowmax: Adjust CONFIG_TEXT_BASE"

This causes Minnowmax to stop booting. I am not sure why though.
Drop the EFI_LOADER feature instead, since it is not needed.
This reverts commit 66e2c665f3b60d726e1c26ad44ac97aa76ead6f5.
Signed-off-by: Simon Glass sjg@chromium.org ---
configs/minnowmax_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configs/minnowmax_defconfig b/configs/minnowmax_defconfig index 679b6e3de53..0d7f55a651f 100644 --- a/configs/minnowmax_defconfig +++ b/configs/minnowmax_defconfig @@ -1,5 +1,5 @@ CONFIG_X86=y -CONFIG_TEXT_BASE=0xFFE00000 +CONFIG_TEXT_BASE=0xFFF00000 CONFIG_NR_DRAM_BANKS=8 CONFIG_ENV_SIZE=0x1000 CONFIG_ENV_OFFSET=0x6EF000 @@ -74,3 +74,4 @@ CONFIG_VIDEO_COPY=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y CONFIG_GENERATE_ACPI_TABLE=y # CONFIG_GZIP is not set +# CONFIG_EFI_LOADER is not set

Hi Simon,
On Mon, Feb 6, 2023 at 8:54 AM Simon Glass sjg@chromium.org wrote:
This causes Minnowmax to stop booting. I am not sure why though.
Drop the EFI_LOADER feature instead, since it is not needed.
This reverts commit 66e2c665f3b60d726e1c26ad44ac97aa76ead6f5.
Signed-off-by: Simon Glass sjg@chromium.org
configs/minnowmax_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
This is weird. Can you do some debugging?
Regards, Bin

Hi Bin,
On Sun, 5 Feb 2023 at 19:35, Bin Meng bmeng.cn@gmail.com wrote:
Hi Simon,
On Mon, Feb 6, 2023 at 8:54 AM Simon Glass sjg@chromium.org wrote:
This causes Minnowmax to stop booting. I am not sure why though.
Drop the EFI_LOADER feature instead, since it is not needed.
This reverts commit 66e2c665f3b60d726e1c26ad44ac97aa76ead6f5.
Signed-off-by: Simon Glass sjg@chromium.org
configs/minnowmax_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
This is weird. Can you do some debugging?
I think I got to the bottom of it. I sent a v2.
Regards, Simon
participants (2)
-
Bin Meng
-
Simon Glass