From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Wed, 1 May 2019 23:34:59 +0800 Subject: [U-Boot] [PATCH v2 22/50] x86: broadwell: Allow booting from SPL In-Reply-To: <20190426035922.20596-23-sjg@chromium.org> References: <20190426035922.20596-1-sjg@chromium.org> <20190426035922.20596-23-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 Fri, Apr 26, 2019 at 12:00 PM Simon Glass wrote: > > At present broadwell only supports booting straight into U-Boot proper. > Add a separate init file to boot from SPL into U-Boot proper, and select > it when SPL is in use. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: None > > arch/x86/cpu/broadwell/Makefile | 15 +++++++ > arch/x86/cpu/broadwell/cpu_from_spl.c | 63 +++++++++++++++++++++++++++ > 2 files changed, 78 insertions(+) > create mode 100644 arch/x86/cpu/broadwell/cpu_from_spl.c > applied to u-boot-x86, thanks!