From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 8 Dec 2019 11:31:12 +0800 Subject: [PATCH v6 056/102] x86: Add an option to control the position of U-Boot In-Reply-To: <20191206213936.v6.56.I453a662d790c8ee5e3ec1a27c8e29feb84d03087@changeid> References: <20191207044315.51770-1-sjg@chromium.org> <20191206213936.v6.56.I453a662d790c8ee5e3ec1a27c8e29feb84d03087@changeid> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, Dec 7, 2019 at 12:49 PM 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 > property to indicate whether CONFIG_SYS_TEXT_BASE exists. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v6: None > Changes in v5: None > Changes in v4: > - Rename option to HAVE_SYS_TEXT_BASE > > Changes in v3: None > Changes in v2: None > > Kconfig | 9 ++++++--- > arch/x86/Kconfig | 5 +++++ > arch/x86/dts/u-boot.dtsi | 18 +++--------------- > configs/chromebook_samus_tpl_defconfig | 1 + > configs/qemu-x86_64_defconfig | 1 + > 5 files changed, 16 insertions(+), 18 deletions(-) > applied to u-boot-x86/next, thanks!