Re: [U-Boot] [PATCH v3 02/18] x86: Add a simple TPL implementation

2019-05-07 Thread Bin Meng
On Fri, May 3, 2019 at 12:52 AM 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 v3: > - Rebase to x86/master > > Changes in v2

[U-Boot] [PATCH v3 02/18] x86: Add a simple TPL implementation

2019-05-02 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 v3: - Rebase to x86/master Changes in v2: None arch/x86/include/asm/spl.h| 17 - arch/x86/lib/Make