intel/sandybridge: Don't hardcode platform type
commit74203de85185842f90ff1708b4f16445cc279688
authorPatrick Rudolph <siro@das-labor.org>
Mon, 20 Nov 2017 10:57:01 +0000 (20 11:57 +0100)
committerFelix Held <felix-coreboot@felixheld.de>
Sat, 28 Jul 2018 16:00:42 +0000 (28 16:00 +0000)
tree4ced98a0ea62d32dd8fb22686085b219f07e0bf4
parent2a7be5bf3061fe8ccd5505f08489ea4671b61f20
intel/sandybridge: Don't hardcode platform type

* Add a function to return CPU platform ID bits
* Add a function to return platform type
** Platform id is 4 on Lenovo T430 (mobile)
** Platform id is 1 on HP8200 (desktop)
* Use introduced method to handle platform specific code
* Use enum for platform type
* Report platform ID

Change-Id: Ifbfc64c8cec98782d6efc987a4d4d5aeab1402ba
Signed-off-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-on: https://review.coreboot.org/22530
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
12 files changed:
src/cpu/intel/model_206ax/Makefile.inc
src/cpu/intel/model_206ax/common.c [new file with mode: 0644]
src/cpu/intel/model_206ax/model_206ax.h
src/cpu/intel/model_206ax/model_206ax_init.c
src/northbridge/intel/sandybridge/Makefile.inc
src/northbridge/intel/sandybridge/common.c [new file with mode: 0644]
src/northbridge/intel/sandybridge/early_init.c
src/northbridge/intel/sandybridge/raminit.c
src/northbridge/intel/sandybridge/raminit_common.c
src/northbridge/intel/sandybridge/raminit_common.h
src/northbridge/intel/sandybridge/romstage.c
src/northbridge/intel/sandybridge/sandybridge.h