diff options
author | Richard Spiegel <richard.spiegel@silverbackltd.com> | 2017-12-01 08:24:26 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-12-07 02:31:45 +0000 |
commit | 376dc82dca8be3c1cec3e317d2d175efa690d436 (patch) | |
tree | 5a048bf9cbff4434feaad8a4059c19a5d713aa35 /payloads/nvramcui/Makefile | |
parent | 8fdbd114ec528ac414b49393f6e856cee4056d87 (diff) |
amd/stoneyridge: Create new name/IRQ association
Table intr_types[] is hard to maintain, and has unused spaces filled with
NULL. A new table format is needed that creates strong association between
the APIC register index and the associated IRQ name, is easy to maintain
and has no unused space (index) to indicate that a particular register is
unused while still indicating which registers are valid.
Also, the string that defines the name of associated IRQ should be declared
with "#define" in a header, but must be physically initiated in a source
file. The "#define" must make a strong association between the used register
index and the associated IRQ name. Example:
#define INDEX_0X16_NAME "PerMon\t"
BUG=b:69868534
TEST=Check serial output against BKDG for AMD Family 15h Models 70h-7Fh
Processors definitions for Pci_Intr_Index. Also, check for new output
format to confirm write_pci_int_table() is working as desired. There's
no test for write_pci_cfg_irqs, as it's not being used by kahlee.
Change-Id: I2dde4d016cc3228e50dcfadd2d3586a3609e608d
Signed-off-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Reviewed-on: https://review.coreboot.org/22667
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'payloads/nvramcui/Makefile')
0 files changed, 0 insertions, 0 deletions