Attention is currently required from: Michał Żygowski, Frans Hendriks, Angel Pons, Arthur Heymans, Wim Vervoorn.
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59754 )
Change subject: mb/facebook/fbg1701: Remove ONBOARD_SAMSUNG_MEM
......................................................................
Patch Set 3:
(1 comment)
File src/mainboard/facebook/fbg1701/romstage.c:
https://review.coreboot.org/c/coreboot/+/59754/comment/404eaec0_a3016a3d
PS3, Line 21: u8 spd_index;
:
: switch (cpld_read_pcb_version()) {
: case 0: /* intentional fallthrough */
: case 1: /* intentional fallthrough */
: case 2: /* intentional fallthrough */
: case 3: /* intentional fallthrough */
: case 4: /* intentional fallthrough */
: case 5:
: spd_index = 0;
: break;
: case 6: /* intentional fallthrough */
: case 7:
: spd_index = 1;
: break;
: default:
: spd_index = 2;
: break;
: }
I prefer to use it as in the patchset
ok
--
To view, visit
https://review.coreboot.org/c/coreboot/+/59754
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I21b5ddc430410a1e8b3e9012d0c07d278880ff47
Gerrit-Change-Number: 59754
Gerrit-PatchSet: 3
Gerrit-Owner: Frans Hendriks
fhendriks@eltan.com
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Felix Held
felix-coreboot@felixheld.de
Gerrit-Reviewer: Michał Żygowski
michal.zygowski@3mdeb.com
Gerrit-Reviewer: Wim Vervoorn
wvervoorn@eltan.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Attention: Michał Żygowski
michal.zygowski@3mdeb.com
Gerrit-Attention: Frans Hendriks
fhendriks@eltan.com
Gerrit-Attention: Angel Pons
th3fanbus@gmail.com
Gerrit-Attention: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Attention: Wim Vervoorn
wvervoorn@eltan.com
Gerrit-Comment-Date: Thu, 09 Dec 2021 20:53:29 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Frans Hendriks
fhendriks@eltan.com
Comment-In-Reply-To: Angel Pons
th3fanbus@gmail.com
Comment-In-Reply-To: Felix Held
felix-coreboot@felixheld.de
Gerrit-MessageType: comment