Re: [U-Boot] [PATCH 21/40] x86: Allow 16-bit init to be in TPL

2019-02-21 Thread Bin Meng
On Wed, Jan 30, 2019 at 12:00 PM Simon Glass wrote: > > At present we support having 16-bit init be in SPL or U-Boot proper, but > not TPL. Add support for this so that TPL can boot. > > Signed-off-by: Simon Glass > --- > > Makefile | 1 + > arch/x86/Makefile

[U-Boot] [PATCH 21/40] x86: Allow 16-bit init to be in TPL

2019-01-29 Thread Simon Glass
At present we support having 16-bit init be in SPL or U-Boot proper, but not TPL. Add support for this so that TPL can boot. Signed-off-by: Simon Glass --- Makefile | 1 + arch/x86/Makefile | 4 ++-- arch/x86/cpu/intel_common/Makefile | 2 +-