Subrata Banik 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:
(3 comments)
https://review.coreboot.org/c/coreboot/+/36550/6/src/soc/intel/tigerlake/boo...
File src/soc/intel/tigerlake/bootblock/pch.c:
https://review.coreboot.org/c/coreboot/+/36550/6/src/soc/intel/tigerlake/boo...
PS6, Line 110: uint16_t io_enables = LPC_IOE_SUPERIO_2E_2F | LPC_IOE_KBC_60_64 |
https://github. […]
there are 2 register one over PCR to provide decode range and another over primary config using PCI write
hence both programming are required
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.
Done
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?
Done
--
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 12:23:58 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Patrick Rudolph
siro@das-labor.org
Comment-In-Reply-To: Subrata Banik
subrata.banik@intel.com
Comment-In-Reply-To: Arthur Heymans
arthur@aheymans.xyz
Comment-In-Reply-To: Patrick Rudolph
patrick.rudolph@9elements.com
Gerrit-MessageType: comment