From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 19 Nov 2019 16:34:12 +0800 Subject: [U-Boot] [PATCH v3 069/108] x86: Add an option to control the position of SPL In-Reply-To: <20191021033913.220758-65-sjg@chromium.org> References: <20191021033913.220758-22-sjg@chromium.org> <20191021033913.220758-65-sjg@chromium.org> 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 Mon, Oct 21, 2019 at 11:40 AM Simon Glass wrote: > > For apollolake SPL is run from CAR (cache-as-RAM) which is in a different > location from where SPL must be placed in ROM. In other words, although > SPL runs before SDRAM is set up, it is not execute-in-place (XIP). > > Add a Kconfig option for the ROM position. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Add SPL condition to the option > > Changes in v2: None > > arch/x86/Kconfig | 5 +++++ > arch/x86/dts/u-boot.dtsi | 4 ++-- > 2 files changed, 7 insertions(+), 2 deletions(-) > Reviewed-by: Bin Meng