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] = ...

?

Mike, have you started your work already?

View Change

To view, visit change 38564. To unsubscribe, or for help writing mail filters, visit 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: Wed, 12 Feb 2020 12:27:43 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment