soc/intel/xeon_sp: Move set_bios_init_completion()
commit5851f9dae5e94cfae9e027da8302f80c65e5b647
authorMarc Jones <marcjones@sysproconsulting.com>
Mon, 2 Nov 2020 22:30:10 +0000 (2 15:30 -0700)
committerPatrick Georgi <pgeorgi@google.com>
Mon, 9 Nov 2020 10:17:14 +0000 (9 10:17 +0000)
tree43ab51694390983112d67b4e4b93e084e57f04fe
parent12d515dcc56230cba10884d425d8e07ed4562e0c
soc/intel/xeon_sp: Move set_bios_init_completion()

Move set_bios_init_completion() and helper functions from skx
and cpx soc_util.c to xeon common util.c. There are some slight
differences between skx and cpx, so used the more correct cpx
functions. Both cpx and skx platforms boot as expected.

Change-Id: Ie416b3a43ccdd14a0eb542786593c2eb4d37450f
Signed-off-by: Marc Jones <marcjones@sysproconsulting.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47172
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Jay Talbott <JayTalbott@sysproconsulting.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
src/soc/intel/xeon_sp/cpx/chip.c
src/soc/intel/xeon_sp/cpx/include/soc/soc_util.h
src/soc/intel/xeon_sp/cpx/soc_util.c
src/soc/intel/xeon_sp/include/soc/util.h
src/soc/intel/xeon_sp/skx/include/soc/soc_util.h
src/soc/intel/xeon_sp/skx/soc_util.c
src/soc/intel/xeon_sp/util.c