Re: [U-Boot] [PATCH v3 068/108] x86: Add an option to control the position of U-Boot

2019-11-21 Thread Simon Glass
Hi Bin, On Tue, 19 Nov 2019 at 01:34, Bin Meng wrote: > > Hi Simon, > > On Mon, Oct 21, 2019 at 11:40 AM Simon Glass wrote: > > > > The existing work-around for positioning U-Boot in the ROM when it > > actually runs from RAM still exists and there is not obvious way to change > > this. > > > >

Re: [U-Boot] [PATCH v3 068/108] x86: Add an option to control the position of U-Boot

2019-11-19 Thread Bin Meng
Hi Simon, On Mon, Oct 21, 2019 at 11:40 AM Simon Glass wrote: > > The existing work-around for positioning U-Boot in the ROM when it > actually runs from RAM still exists and there is not obvious way to change > this. > > Add a proper Kconfig option to handle this case. This also adds a new bool

[U-Boot] [PATCH v3 068/108] x86: Add an option to control the position of U-Boot

2019-10-20 Thread Simon Glass
The existing work-around for positioning U-Boot in the ROM when it actually runs from RAM still exists and there is not obvious way to change this. Add a proper Kconfig option to handle this case. This also adds a new bool property to indicate whether CONFIG_SYS_TEXT_BASE exists. Signed-off-by: S