Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38564 )
Change subject: [WIP] AGESA,binaryPI boards: Move IRQ table programming ......................................................................
Patch Set 1:
Patch Set 1:
Yes I can work on this but not sure if I understood a task. You'd like me to convert from style
static const u8 mainboard_picr_data[0x54] = { 0x1F, 0x1f, 0x1f, ...
to a style
static const u8 mainboard_picr_data[] = { [0x00] = 0x1F, 0x1f, 0x1f, 0x1F, ... [0x08] = ...
?
It's all yours, whatever makes checkpatch and jenkins happy. Taking the style from some more recent binaryPI board or mb/google/kahlee should get you there.