Re: [U-Boot] [PATCH v2 26/50] x86: Add a simple TPL implementation

2019-05-01 Thread Bin Meng
On Fri, Apr 26, 2019 at 12:00 PM Simon Glass wrote: > > Add the required CPU code so that TPL builds correctly. Also update the > SPL code to deal with being booted from TPL. > > Reviewed-by: Bin Meng > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/x86/include/asm/spl.h

[U-Boot] [PATCH v2 26/50] x86: Add a simple TPL implementation

2019-04-25 Thread Simon Glass
Add the required CPU code so that TPL builds correctly. Also update the SPL code to deal with being booted from TPL. Reviewed-by: Bin Meng Signed-off-by: Simon Glass --- Changes in v2: None arch/x86/include/asm/spl.h| 17 - arch/x86/lib/Makefile | 9 ++- arch/x86/li