Re: [PATCH v3 1/5] x86: minnowmax: Fix up adjustment of CONFIG_TEXT_BASE

2023-03-16 Thread Bin Meng
On Thu, Mar 16, 2023 at 3:27 PM Bin Meng wrote: > > On Wed, Mar 15, 2023 at 8:00 AM Simon Glass 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

Re: [PATCH v3 1/5] x86: minnowmax: Fix up adjustment of CONFIG_TEXT_BASE

2023-03-16 Thread Bin Meng
On Wed, Mar 15, 2023 at 8:00 AM Simon Glass 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

[PATCH v3 1/5] x86: minnowmax: Fix up adjustment of CONFIG_TEXT_BASE

2023-03-14 Thread Simon Glass
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 Fixes: 66e2c665f ("x86: