Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/72722
to look at the new patch set (#3).
Change subject: soc/intel/common: Add Intel Trace Hub driver ......................................................................
soc/intel/common: Add Intel Trace Hub driver
From Meteor Lake onwards Intel FSP will generate the Trace Hub related HOB if the Trace Hub is configured to save data in DRAM. This memory region is used by Trace Hub to store the traces for debugging purpose. This driver locates the HOB and marks the memory region reserved so that OS does not use it.
Change-Id: Ie5a348071b6c6a35e8be3efd1b2b658a991aed0e Signed-off-by: Pratikkumar Prajapati pratikkumar.v.prajapati@intel.com --- M src/include/device/pci_ids.h A src/soc/intel/common/block/tracehub/Kconfig A src/soc/intel/common/block/tracehub/Makefile.inc A src/soc/intel/common/block/tracehub/tracehub.c 4 files changed, 83 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/72722/3