Hello build bot (Jenkins), Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/41936
to look at the new patch set (#12).
Change subject: cpu/intel/broadwell: Add header files ......................................................................
cpu/intel/broadwell: Add header files
Relocate CPU-related headers from soc to cpu namespace. Note that the code in soc/intel/common expects to find the `soc/msr.h` header.
And yes, some prototypes are now in the wrong place. This will be fixed in the next commits, once the soc/intel/broadwell subfolder is no more.
With BUILD_TIMELESS=1 but without adding the .config file into the resulting coreboot image, google/auron (Buddy) remains identical.
Change-Id: Ia9e860fbb02e2fd3c894236abbb784c21f231bbf Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/cpu/intel/broadwell/acpi.c M src/cpu/intel/broadwell/bootblock.c A src/cpu/intel/broadwell/broadwell.h M src/cpu/intel/broadwell/broadwell_early_init.c M src/cpu/intel/broadwell/cpu.c M src/cpu/intel/broadwell/cpu_info.c M src/cpu/intel/broadwell/smmrelocate.c M src/cpu/intel/broadwell/tsc_freq.c M src/northbridge/intel/broadwell/igd.c M src/northbridge/intel/broadwell/report_platform.c M src/soc/intel/broadwell/include/soc/cpu.h M src/soc/intel/broadwell/include/soc/msr.h M src/southbridge/intel/wildcatpoint/pcie.c M src/southbridge/intel/wildcatpoint/xhci.c 14 files changed, 122 insertions(+), 132 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/41936/12