Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30331 )
Change subject: google/kukui: Move some initialization from bootblock to verstage
......................................................................
Patch Set 9:
(1 comment)
https://review.coreboot.org/#/c/30331/9/src/mainboard/google/kukui/verstage....
File src/mainboard/google/kukui/verstage.c:
https://review.coreboot.org/#/c/30331/9/src/mainboard/google/kukui/verstage....
PS9, Line 26: void verstage_mainboard_init(void)
Can you wrap all the contents of this function into another function (e.g. mainboard_early_init()), call it from verstage_mainboard_init(), and also add
if (!IS_ENABLED(CONFIG_VBOOT))
mainboard_early_init();
to the top of platform_romstage_main()? That should make sure people can also run this board without CONFIG_VBOOT.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/30331
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I9968d88c54283ef334d1ab975086d4adb3363bd6
Gerrit-Change-Number: 30331
Gerrit-PatchSet: 9
Gerrit-Owner: You-Cheng Syu
youcheng@google.com
Gerrit-Reviewer: Chun-ta Lin
itspeter@google.com
Gerrit-Reviewer: Hung-Te Lin
hungte@chromium.org
Gerrit-Reviewer: Julius Werner
jwerner@chromium.org
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Tristan Hsieh
tristan.shieh@mediatek.com
Gerrit-Reviewer: You-Cheng Syu
youcheng@google.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Nico Huber
nico.h@gmx.de
Gerrit-Comment-Date: Wed, 23 Jan 2019 21:50:46 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment