On Wed, Jan 30, 2019 at 12:00 PM Simon Glass <[email protected]> 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 <[email protected]> > --- > > arch/x86/cpu/broadwell/Makefile | 1 + > arch/x86/cpu/broadwell/cpu.c | 673 ----------------------------- > arch/x86/cpu/broadwell/cpu_full.c | 694 ++++++++++++++++++++++++++++++ > 3 files changed, 695 insertions(+), 673 deletions(-) > create mode 100644 arch/x86/cpu/broadwell/cpu_full.c >
Reviewed-by: Bin Meng <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

