Attention is currently required from: Tarun Tuli, Sean Rhodes, Subrata Banik, Kapil Porwal, Lean Sheng Tan, Kyösti Mälkki.
Werner Zeh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/70052 )
Change subject: soc/intel: Improve TCO accessors
......................................................................
Patch Set 4:
(2 comments)
File src/soc/intel/common/pch/include/intelpch/smbus.h:
https://review.coreboot.org/c/coreboot/+/70052/comment/892dbfcd_6ca6bf0c
PS4, Line 15: TCO_NO_REBOOT (1 << 0)
From what I have got this bit is not common across all platforms (not defined for APL).
File src/soc/intel/elkhartlake/bootblock/bootblock.c:
https://review.coreboot.org/c/coreboot/+/70052/comment/1b853c78_51dccaf5
PS4, Line 36: uint16_t reg = tco_read16(TCO1_CNT);
: /* NO_REBOOT is enabled via bit 0 in TCO1_CNT. */
: reg |= TCO_NO_REBOOT;
: tco_write16(TCO1_CNT, reg);
This could be
tco_setbits16(TCO1_CNT, TCO_NO_REBOOT);
already here as you have just defined this helpers in this commit.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/70052
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0090585bf6f30482952af40a985b086cf7bd91e6
Gerrit-Change-Number: 70052
Gerrit-PatchSet: 4
Gerrit-Owner: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-Reviewer: Elyes Haouas
ehaouas@noos.fr
Gerrit-Reviewer: Kapil Porwal
kapilporwal@google.com
Gerrit-Reviewer: Lean Sheng Tan
sheng.tan@9elements.com
Gerrit-Reviewer: Sean Rhodes
sean@starlabs.systems
Gerrit-Reviewer: Subrata Banik
subratabanik@google.com
Gerrit-Reviewer: Tarun Tuli
taruntuli@google.com
Gerrit-Reviewer: Werner Zeh
werner.zeh@siemens.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Attention: Tarun Tuli
taruntuli@google.com
Gerrit-Attention: Sean Rhodes
sean@starlabs.systems
Gerrit-Attention: Subrata Banik
subratabanik@google.com
Gerrit-Attention: Kapil Porwal
kapilporwal@google.com
Gerrit-Attention: Lean Sheng Tan
sheng.tan@9elements.com
Gerrit-Attention: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-Comment-Date: Thu, 01 Dec 2022 12:47:25 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment