summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/icelake/chip.h
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-04-05 12:12:16 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-04-08 06:47:40 +0000
commita3d33795f81417c548e562f7cf12102d41d44f85 (patch)
tree6270840e51db402a32de183ac99066acb0e046c4 /src/soc/intel/icelake/chip.h
parent00f53a8d9e18e75aaa44886e083580033a935a70 (diff)
downloadcoreboot-a3d33795f81417c548e562f7cf12102d41d44f85.tar.gz
coreboot-a3d33795f81417c548e562f7cf12102d41d44f85.tar.bz2
coreboot-a3d33795f81417c548e562f7cf12102d41d44f85.zip
soc/intel/{cannonlake,icelake}: Drop unhooked `SendVrMbxCmd`
This option's value is not used anywhere. Remove it. Change-Id: I0f30cddd30d459f48b51f377b111bbc04709c5f8 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52102 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/soc/intel/icelake/chip.h')
-rw-r--r--src/soc/intel/icelake/chip.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/soc/intel/icelake/chip.h b/src/soc/intel/icelake/chip.h
index b878fd6edbf3..bef9adb4e2b0 100644
--- a/src/soc/intel/icelake/chip.h
+++ b/src/soc/intel/icelake/chip.h
@@ -138,13 +138,6 @@ struct soc_intel_icelake_config {
* Setting to 0 (default) disables Heci1 and hides the device from OS */
uint8_t HeciEnabled;
- /* Enable VR specific mailbox command
- * 00b - no VR specific cmd sent
- * 01b - VR mailbox cmd specifically for the MPS IMPV8 VR will be sent
- * 10b - VR specific cmd sent for PS4 exit issue
- * 11b - Reserved */
- uint8_t SendVrMbxCmd;
-
/* Enable/Disable EIST. 1b:Enabled, 0b:Disabled */
uint8_t eist_enable;