Re: [U-Boot] [PATCH v2 19/50] x86: broadwell: Split CPU init

2019-05-01 Thread Bin Meng
On Fri, Apr 26, 2019 at 12:00 PM Simon Glass wrote: > > Split the CPU init into two parts - the 'full' init which happens in the > first U-Boot phase, and the rest of the init that happens on subsequent > stages. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: Non

[U-Boot] [PATCH v2 19/50] x86: broadwell: Split CPU init

2019-04-25 Thread Simon Glass
Split the CPU init into two parts - the 'full' init which happens in the first U-Boot phase, and the rest of the init that happens on subsequent stages. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: None arch/x86/cpu/broadwell/Makefile | 1 + arch/x86/cpu/broadwell/c