[PATCH v3 1/5] x86: minnowmax: Fix up adjustment of CONFIG_TEXT_BASE
Bin Meng
bmeng.cn at gmail.com
Thu Mar 16 08:27:38 CET 2023
On Wed, Mar 15, 2023 at 8:00 AM Simon Glass <sjg at chromium.org> wrote:
>
> 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.
>
> Add documentation on how to make this change safely.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Fixes: 66e2c665f ("x86: minnowmax: Adjust CONFIG_TEXT_BASE")
> ---
>
> Changes in v3:
> - Squash commits
> - Fix ordering of Environment in docs
> - Fix value of CONFIG_TEXT_BASE in docs
> - Change the commit message and subject
>
> Changes in v2:
> - Add new patch which boots while still enabling EFI_LOADER
>
> arch/x86/dts/minnowmax.dts | 2 +-
> configs/minnowmax_defconfig | 1 +
> doc/board/intel/minnowmax.rst | 15 +++++++++++++--
> 3 files changed, 15 insertions(+), 3 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list