[coreboot-gerrit] Change in coreboot[master]: soc/amd/stoneyridge: clean up chip.h

Martin Roth (Code Review) gerrit at coreboot.org
Mon Oct 16 19:48:00 CEST 2017


Martin Roth has uploaded this change for review. ( https://review.coreboot.org/22050


Change subject: soc/amd/stoneyridge: clean up chip.h
......................................................................

soc/amd/stoneyridge: clean up chip.h

Remove obsolete register entries and add register values that match
the names in AGESA.h that they will be used to set.

BUG=b:67209686
TEST=build

Change-Id: Ia9beb9d42f0ee5d63d9e9073507fc606a9d45c46
Signed-off-by: Martin Roth <martinroth at google.com>
---
M src/soc/amd/stoneyridge/chip.h
1 file changed, 2 insertions(+), 6 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/22050/1

diff --git a/src/soc/amd/stoneyridge/chip.h b/src/soc/amd/stoneyridge/chip.h
index cd3bc74..f086f9d 100644
--- a/src/soc/amd/stoneyridge/chip.h
+++ b/src/soc/amd/stoneyridge/chip.h
@@ -20,12 +20,8 @@
 
 struct soc_amd_stoneyridge_config {
 	u8 spdAddrLookup[1][1][2];
-	u32 ide0_enable : 1;
-	u32 sata0_enable : 1;
-	u32 boot_switch_sata_ide : 1;
-	u32 hda_viddid;
-	u8  gpp_configuration;
-	u8  sd_mode;
+	u32 SataEnable: 1;
+	u32 IdeEnable : 1;
 };
 
 typedef struct soc_amd_stoneyridge_config config_t;

-- 
To view, visit https://review.coreboot.org/22050
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia9beb9d42f0ee5d63d9e9073507fc606a9d45c46
Gerrit-Change-Number: 22050
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171016/f9b882e6/attachment-0001.html>


More information about the coreboot-gerrit mailing list