Re: [U-Boot] [PATCH v3 029/108] x86: Add a CPU init function for TPL

2019-11-02 Thread Bin Meng
On Mon, Oct 28, 2019 at 3:50 PM Bin Meng wrote: > > On Mon, Oct 21, 2019 at 11:40 AM Simon Glass wrote: > > > > For TPL we only need to set up the features and identify the CPU to a > > basic level. Add a function to handle that. > > > > Signed-off-by: Simon Glass > > --- > > > > Changes in v3:

Re: [U-Boot] [PATCH v3 029/108] x86: Add a CPU init function for TPL

2019-10-28 Thread Bin Meng
On Mon, Oct 21, 2019 at 11:40 AM Simon Glass wrote: > > For TPL we only need to set up the features and identify the CPU to a > basic level. Add a function to handle that. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > arch/x86/cpu/i386/cpu.c | 8

[U-Boot] [PATCH v3 029/108] x86: Add a CPU init function for TPL

2019-10-20 Thread Simon Glass
For TPL we only need to set up the features and identify the CPU to a basic level. Add a function to handle that. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None arch/x86/cpu/i386/cpu.c | 8 arch/x86/include/asm/u-boot-x86.h | 9 + 2 files chan