[U-Boot] [PATCH v2 22/50] x86: broadwell: Allow booting from SPL

2019-04-25 Thread Simon Glass
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 +++

Re: [U-Boot] [PATCH v2 22/50] x86: broadwell: Allow booting from SPL

2019-05-01 Thread Bin Meng
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 > --- > > Cha