diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-11-23 13:15:19 +0100 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2021-01-24 12:03:55 +0000 |
commit | 9d733def594cd9b982260743d2c48b3abad17255 (patch) | |
tree | 1aa4f16e8e42a4edf5b38a0f9d117bb4d32920be /src/soc/intel/broadwell/cpu | |
parent | 739a6ad1ac098231c34587c69237906e721b7e91 (diff) |
soc/intel/broadwell: Use Haswell CPU headers
Now that the boards use Haswell's CPU code, Broadwell can be updated.
Change-Id: If07e5272f07edb59bb18eef1f80d7d5807b26e66
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46949
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/broadwell/cpu')
-rw-r--r-- | src/soc/intel/broadwell/cpu/romstage.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/soc/intel/broadwell/cpu/romstage.c b/src/soc/intel/broadwell/cpu/romstage.c index c9f70a85d1..3b11e93cab 100644 --- a/src/soc/intel/broadwell/cpu/romstage.c +++ b/src/soc/intel/broadwell/cpu/romstage.c @@ -2,10 +2,8 @@ #include <arch/cpu.h> #include <console/console.h> +#include <cpu/intel/haswell/haswell.h> #include <cpu/x86/msr.h> -#include <soc/cpu.h> -#include <soc/msr.h> -#include <soc/romstage.h> void set_max_freq(void) { |