Sridhar Siricilla has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35546 )
Change subject: soc/intel/{common,skl,cnl,icl,apl,tgl}: Move HFSTS1 register definition to SoC
......................................................................
Patch Set 27:
(1 comment)
https://review.coreboot.org/c/coreboot/+/35546/25/src/soc/intel/common/block...
File src/soc/intel/common/block/include/intelblocks/cse.h:
https://review.coreboot.org/c/coreboot/+/35546/25/src/soc/intel/common/block...
PS25, Line 54: /* ME Host Firmware Status register 1 */
: union me_hfsts1 {
: u32 data;
: struct {
: u32 working_state: 4;
: u32 mfg_mode: 1;
: u32 fpt_bad: 1;
: u32 operation_state: 3;
: u32 fw_init_complete: 1;
: u32 ft_bup_ld_flr: 1;
: u32 update_in_progress: 1;
: u32 error_code: 4;
: u32 operation_mode: 4;
: u32 reset_count: 4;
: u32 boot_options_present: 1;
: u32 reserved1: 1;
: u32 bist_test_state: 1;
: u32 bist_reset_request: 1;
: u32 current_power_source: 2;
: u32 d3_support_valid: 1;
: u32 d0i3_support_valid: 1;
: } __packed fields;
: };
Yes, it make sense, and implemented the code accordingly.
Done
--
To view, visit
https://review.coreboot.org/c/coreboot/+/35546
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: If7ea6043d7b5473d0c16e83d7b2d4b620c125652
Gerrit-Change-Number: 35546
Gerrit-PatchSet: 27
Gerrit-Owner: Rizwan Qureshi
rizwan.qureshi@intel.com
Gerrit-Reviewer: Aamir Bohra
aamir.bohra@intel.com
Gerrit-Reviewer: Furquan Shaikh
furquan@google.com
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Nico Huber
nico.h@gmx.de
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Reviewer: Rizwan Qureshi
riz.pro@gmail.com
Gerrit-Reviewer: Rizwan Qureshi
rizwan.qureshi@intel.com
Gerrit-Reviewer: Sridhar Siricilla
sridhar.siricilla@intel.com
Gerrit-Reviewer: Sridhar Siricilla
sridhar.siricilla@intel.corp-partner.google.com
Gerrit-Reviewer: Subrata Banik
subrata.banik@intel.com
Gerrit-Reviewer: V Sowmya
v.sowmya@intel.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Comment-Date: Tue, 21 Jan 2020 16:01:29 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Sridhar Siricilla
sridhar.siricilla@intel.com
Comment-In-Reply-To: Rizwan Qureshi
rizwan.qureshi@intel.com
Comment-In-Reply-To: Furquan Shaikh
furquan@google.com
Gerrit-MessageType: comment