Attention is currently required from: Tim Crawford, Sean Rhodes, SRIDHAR SIRICILLA, Furquan Shaikh, Paul Menzel, Rizwan Qureshi, Tim Wawrzynczak, Subrata Banik, Sridhar Siricilla, Arthur Heymans, Evgeny Zinoviev, Patrick Rudolph.
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/52800 )
Change subject: soc/intel: Allow enable/disable ME via CMOS
......................................................................
Patch Set 74:
(8 comments)
File src/soc/intel/common/block/cse/cse.c:
https://review.coreboot.org/c/coreboot/+/52800/comment/6850a4c3_7fa927f6
PS74, Line 998: set_uint_option("me_state_counter", me_state_counter);
Writing the option could fail, but I'm not sure how to handle this.
https://review.coreboot.org/c/coreboot/+/52800/comment/9f7f2840_c642b74c
PS74, Line 999: %d
%u
https://review.coreboot.org/c/coreboot/+/52800/comment/4c646d50_e4ea9e52
PS74, Line 1007: ;
Not needed
https://review.coreboot.org/c/coreboot/+/52800/comment/3c3db3b1_bf4e0348
PS74, Line 1020: %d
%u
https://review.coreboot.org/c/coreboot/+/52800/comment/0819362d_5fc65f0d
PS74, Line 1038: cse_is_hfs1_com_soft_temp_disable()
I'd store the result in a constant to avoid calling this function twice
https://review.coreboot.org/c/coreboot/+/52800/comment/c78894d3_a5e6804c
PS74, Line 1053: (me_state_counter != UINT_MAX) && (me_state_counter != 0)
inner braces not needed:
if (me_state_counter != UINT_MAX && me_state_counter != 0)
https://review.coreboot.org/c/coreboot/+/52800/comment/4702106b_ce444dcf
PS74, Line 1056: ;
Not needed
https://review.coreboot.org/c/coreboot/+/52800/comment/80d6a3f6_5cda072a
PS74, Line 1059: printk(BIOS_DEBUG, "HECI: Sending command to change state\n");
This message is misleading, the command was sent earlier. I'd just remove it.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/52800
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I374db3b7c0ded71cdc18f27970252fec7220cc20
Gerrit-Change-Number: 52800
Gerrit-PatchSet: 74
Gerrit-Owner: Sean Rhodes
admin@starlabs.systems
Gerrit-Reviewer: Evgeny Zinoviev
me@ch1p.io
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: Rizwan Qureshi
rizwan.qureshi@intel.com
Gerrit-Reviewer: SRIDHAR SIRICILLA
Gerrit-Reviewer: Sridhar Siricilla
sridhar.siricilla@intel.com
Gerrit-Reviewer: Subrata Banik
subrata.banik@intel.com
Gerrit-Reviewer: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Andy Pont
andy.pont@sdcsystems.com
Gerrit-CC: Angel Pons
th3fanbus@gmail.com
Gerrit-CC: Arthur Heymans
arthur@aheymans.xyz
Gerrit-CC: Paul Menzel
paulepanter@mailbox.org
Gerrit-CC: Tim Crawford
tcrawford@system76.com
Gerrit-Attention: Tim Crawford
tcrawford@system76.com
Gerrit-Attention: Sean Rhodes
admin@starlabs.systems
Gerrit-Attention: SRIDHAR SIRICILLA
Gerrit-Attention: Furquan Shaikh
furquan@google.com
Gerrit-Attention: Paul Menzel
paulepanter@mailbox.org
Gerrit-Attention: Rizwan Qureshi
rizwan.qureshi@intel.com
Gerrit-Attention: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-Attention: Subrata Banik
subrata.banik@intel.com
Gerrit-Attention: Sridhar Siricilla
sridhar.siricilla@intel.com
Gerrit-Attention: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Attention: Evgeny Zinoviev
me@ch1p.io
Gerrit-Attention: Patrick Rudolph
siro@das-labor.org
Gerrit-Comment-Date: Mon, 04 Oct 2021 13:48:53 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment