Attention is currently required from: Dmitry Ponamorev, Mariusz Szafrański, Suresh Bellampalli, Vanessa Eusebio, Angel Pons, Michal Motyl, Patrick Rudolph, King Sumo.
Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/57194 )
Change subject: mb/teleplatforms/D4E4S16P8: Add new CRB teleplatforms/D4E4S16P8
......................................................................
Patch Set 23:
(4 comments)
File src/mainboard/teleplatforms/D4E4S16P8/ramstage.c:
https://review.coreboot.org/c/coreboot/+/57194/comment/2dad4e96_483fd0e0
PS21, Line 26: SMBUS_IO_BASE
Why not `smbus_base()`?
This is ramstage, smbus_base() is romstage. There just isn't a clean way to do anything with SMBus currently.
https://review.coreboot.org/c/coreboot/+/57194/comment/4c2568fc_f87dce0d
PS21, Line 28: (tmp < 0x20 || tmp > 0x7f)
0x7f is DEL, which isn't printable. […]
Not sure if it looks like what you intended?
https://review.coreboot.org/c/coreboot/+/57194/comment/716d83fc_1d900368
PS21, Line 28: tmp == 0x3f/*?*/
nit: you can use a character literal in the comparison: […]
Done
https://review.coreboot.org/c/coreboot/+/57194/comment/2f0a639d_355ee818
PS21, Line 30: memset(serial, 0, sizeof(serial));
: memcpy(serial, ERROR_STRING, sizeof(ERROR_STRING));
: return serial;
Why not simply `return ERROR_STRING;` instead?
Done
--
To view, visit
https://review.coreboot.org/c/coreboot/+/57194
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: If654fc7a391643b50f2e52755fd7c11a37bfd188
Gerrit-Change-Number: 57194
Gerrit-PatchSet: 23
Gerrit-Owner: Dmitry Ponamorev
dponamorev@gmail.com
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Dmitry Ponamorev
dponamorev@gmail.com
Gerrit-Reviewer: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-Reviewer: Mariusz Szafrański
mariuszx.szafranski@intel.com
Gerrit-Reviewer: Michal Motyl
michalx.motyl@intel.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Suresh Bellampalli
suresh.bellampalli@intel.com
Gerrit-Reviewer: Vanessa Eusebio
vanessa.f.eusebio@intel.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: King Sumo
kingsumos@gmail.com
Gerrit-CC: Paul Menzel
paulepanter@mailbox.org
Gerrit-Attention: Dmitry Ponamorev
dponamorev@gmail.com
Gerrit-Attention: Mariusz Szafrański
mariuszx.szafranski@intel.com
Gerrit-Attention: Suresh Bellampalli
suresh.bellampalli@intel.com
Gerrit-Attention: Vanessa Eusebio
vanessa.f.eusebio@intel.com
Gerrit-Attention: Angel Pons
th3fanbus@gmail.com
Gerrit-Attention: Michal Motyl
michalx.motyl@intel.com
Gerrit-Attention: Patrick Rudolph
siro@das-labor.org
Gerrit-Attention: King Sumo
kingsumos@gmail.com
Gerrit-Comment-Date: Wed, 15 Dec 2021 10:11:06 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Angel Pons
th3fanbus@gmail.com
Gerrit-MessageType: comment