Mike Banon 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:
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] = ...
?
--
To view, visit
https://review.coreboot.org/c/coreboot/+/38564
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ibce2af4de91549c4c9743cd997f625164672a713
Gerrit-Change-Number: 38564
Gerrit-PatchSet: 1
Gerrit-Owner: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-Reviewer: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-Reviewer: Michał Żygowski
michal.zygowski@3mdeb.com
Gerrit-Reviewer: Mike Banon
mikebdp2@gmail.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Comment-Date: Sat, 25 Jan 2020 17:52:02 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment