Re: [PATCH v4 03/20] x86: coreboot: Rearrange arch_cpu_init()

2023-09-19 Thread Bin Meng
On Thu, Aug 24, 2023 at 5:11 AM Simon Glass wrote: > > Init errors in SPL are currently ignored by this function. > > Change the code to init the CPU, reporting an error if something is wrong. > After that, look for the coreboot table. > > Signed-off-by: Simon Glass > --- > > (no changes since v1

[PATCH v4 03/20] x86: coreboot: Rearrange arch_cpu_init()

2023-08-23 Thread Simon Glass
Init errors in SPL are currently ignored by this function. Change the code to init the CPU, reporting an error if something is wrong. After that, look for the coreboot table. Signed-off-by: Simon Glass --- (no changes since v1) arch/x86/cpu/coreboot/coreboot.c | 12 +--- 1 file change