commit | 363eb14a782b341a218429ed8064f1c0ee4e4c95 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 19 21:00:04 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Fri Sep 22 06:03:46 2023 +0800 |
tree | 3b91b25899df2a98d1e4b7fd6915d57d528297ad | |
parent | add9ef979cd26eeeb675ddac46239cb551eb9dcb [diff] |
x86: coreboot: Rearrange arch_cpu_init() 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 <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>