Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31516 )
Change subject: google/kukui: Boot up SSPM
......................................................................
Patch Set 7: Code-Review+2
(1 comment)
LGTM, but you'll need to submit the binary to blobs.git first, obviously.
https://review.coreboot.org/#/c/31516/7/src/soc/mediatek/mt8183/sspm.c
File src/soc/mediatek/mt8183/sspm.c:
https://review.coreboot.org/#/c/31516/7/src/soc/mediatek/mt8183/sspm.c@24
PS7, Line 24: static uint8_t sspm_bin[BUF_SIZE];
nit: I don't exactly remember the default alignment rules in effect here, but you may wanna add an __aligned(8) here just to make sure it will always be well-aligned (because the compiler just sees uint8_t with a 1-byte alignment requirement here).
--
To view, visit
https://review.coreboot.org/c/coreboot/+/31516
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I4ae6034454326f5115cd3948819adc448b67fb1c
Gerrit-Change-Number: 31516
Gerrit-PatchSet: 7
Gerrit-Owner: Erin Lo
erin.lo@mediatek.com
Gerrit-Reviewer: Chun-ta Lin
itspeter@google.com
Gerrit-Reviewer: Erin Lo
erin.lo@mediatek.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: You-Cheng Syu
youcheng@google.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Erin Lo
erin.lo@mediatek.corp-partner.google.com
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-CC: Tristan Hsieh
tristan.shieh@mediatek.com
Gerrit-Comment-Date: Thu, 07 Mar 2019 20:57:26 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment