Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36550 )
Change subject: soc/intel/tigerlake/bootblock: Do initial SoC commit till bootblock
......................................................................
Patch Set 9: Code-Review+1
(2 comments)
A few nits.
https://review.coreboot.org/c/coreboot/+/36550/9/src/soc/intel/tigerlake/boo...
File src/soc/intel/tigerlake/bootblock/pch.c:
https://review.coreboot.org/c/coreboot/+/36550/9/src/soc/intel/tigerlake/boo...
PS9, Line 106: 0xFFFFFFFF
use lower case.
https://review.coreboot.org/c/coreboot/+/36550/9/src/soc/intel/tigerlake/boo...
File src/soc/intel/tigerlake/bootblock/report_platform.c:
https://review.coreboot.org/c/coreboot/+/36550/9/src/soc/intel/tigerlake/boo...
PS9, Line 40: static uint8_t get_dev_revision(pci_devfn_t dev)
: {
: return pci_read_config8(dev, PCI_REVISION_ID);
: }
:
: static uint16_t get_dev_id(pci_devfn_t dev)
: {
: return pci_read_config16(dev, PCI_DEVICE_ID);
: }
static inline?
--
To view, visit
https://review.coreboot.org/c/coreboot/+/36550
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id7a05f4b183028550d805f02a8078ab69862a62e
Gerrit-Change-Number: 36550
Gerrit-PatchSet: 9
Gerrit-Owner: Subrata Banik
subrata.banik@intel.com
Gerrit-Reviewer: Aaron Durbin
adurbin@chromium.org
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Furquan Shaikh
furquan@google.com
Gerrit-Reviewer: Nico Huber
nico.h@gmx.de
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Raj Astekar
raj.astekar@intel.com
Gerrit-Reviewer: Ravishankar Sarawadi
ravishankar.sarawadi@intel.com
Gerrit-Reviewer: Ronak Kanabar
ronak.kanabar@intel.com
Gerrit-Reviewer: Stefan Reinauer
stefan.reinauer@coreboot.org
Gerrit-Reviewer: Subrata Banik
subrata.banik@intel.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Patrick Rudolph
patrick.rudolph@9elements.com
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Fri, 08 Nov 2019 11:15:32 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment