
16 Mar
2023
16 Mar
'23
8:27 a.m.
On Wed, Mar 15, 2023 at 8:00 AM Simon Glass sjg@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@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@gmail.com