Attention is currently required from: Jason Glenesk, Marshall Dawson, Felix Held. Hello build bot (Jenkins), Jason Glenesk, Marshall Dawson, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/54923
to look at the new patch set (#2).
Change subject: soc/amd/common/block: Add irq_override flags ......................................................................
soc/amd/common/block: Add irq_override flags
The irq_override field requires we use the MP_IRQ_* #define values. These are currently provided in the x86/arch/smp/mpspec.h header. This header is not available when building for PSP verstage. So instead we copy the definitions into chip.h. I renamed the prefix to MPS_ to not conflict with the existing MP_ #defines. The MPS_ prefix is what is used in the ACPI spec.
BUG=none TEST=Use MPS_IRQ_ enum in device tree
Signed-off-by: Raul E Rangel rrangel@chromium.org Change-Id: If6f44d4ef4b7bb7398e173f42269e4fa833b545c --- M src/soc/amd/common/block/include/amdblocks/chip.h 1 file changed, 8 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/54923/2