Attention is currently required from: Jamie Ryu, Subrata Banik, Ethan Tsao, Ravishankar Sarawadi, John Zhao, Tim Wawrzynczak, Patrick Rudolph. Hello build bot (Jenkins), Jamie Ryu, Subrata Banik, Ethan Tsao, Ravishankar Sarawadi, John Zhao, Tim Wawrzynczak, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/62012
to look at the new patch set (#4).
Change subject: soc/intel/common: defining PCI dev ids and cpu id in soc directory ......................................................................
soc/intel/common: defining PCI dev ids and cpu id in soc directory
PCI device ids and cpu ids in common header files cause rebase issue during early soc development before upstream code. To avoid rebase issue, it's better allowing to define them in soc directory by using below additional configs. CONFIG_INTEL_CPU_IDS_IN_SOC_DIR CONFIG_SOC_INTEL_PCI_DEV_IDS_IN_SOC_DIR
Signed-off-by: Wonkyu Kim wonkyu.kim@intel.com Change-Id: I355264ee595dc2ebdf0e911d5b0aa866e10f1a12 --- M src/include/cpu/intel/cpu_ids.h M src/include/device/pci_ids.h M src/soc/intel/common/Kconfig.common M src/soc/intel/common/block/cpu/Kconfig 4 files changed, 16 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/62012/4