summaryrefslogtreecommitdiff
path: root/src/mainboard/facebook/fbg1701/onboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/facebook/fbg1701/onboard.h')
-rw-r--r--src/mainboard/facebook/fbg1701/onboard.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/mainboard/facebook/fbg1701/onboard.h b/src/mainboard/facebook/fbg1701/onboard.h
index 330fe0f7d9..2c78d15961 100644
--- a/src/mainboard/facebook/fbg1701/onboard.h
+++ b/src/mainboard/facebook/fbg1701/onboard.h
@@ -19,10 +19,8 @@
#define ONBOARD_H
/* SD CARD gpio */
-#define SDCARD_CD 81 /* Not used */
+#define SDCARD_CD 81 /* Not used */
-#define ITE8528_CMD_PORT 0x6E
-#define ITE8528_DATA_PORT 0x6F
/* CPLD definitions */
#define CPLD_PCB_VERSION_PORT 0x283
@@ -32,15 +30,17 @@
#define CPLD_RESET_PORT 0x287
#define CPLD_CMD_RESET_DSI_BRIDGE_ACTIVE 0x20
#define CPLD_CMD_RESET_DSI_BRIDGE_INACTIVE 0x00
+#define ITE8528_CMD_PORT 0x6E
+#define ITE8528_DATA_PORT 0x6F
/* Define the items to be measured or verified */
-#define FSP (const char *)"fsp.bin"
-#define CMOS_LAYOUT (const char *)"cmos_layout.bin"
-#define RAMSTAGE (const char *)"fallback/ramstage"
-#define ROMSTAGE (const char *)"fallback/romstage"
-#define PAYLOAD (const char *)"fallback/payload"
-#define POSTCAR (const char *)"fallback/postcar"
-#define OP_ROM_VBT (const char *)"vbt.bin"
-#define MICROCODE (const char *)"cpu_microcode_blob.bin"
+#define FSP (const char *)"fsp.bin"
+#define CMOS_LAYOUT (const char *)"cmos_layout.bin"
+#define RAMSTAGE (const char *)"fallback/ramstage"
+#define ROMSTAGE (const char *)"fallback/romstage"
+#define PAYLOAD (const char *)"fallback/payload"
+#define POSTCAR (const char *)"fallback/postcar"
+#define OP_ROM_VBT (const char *)"vbt.bin"
+#define MICROCODE (const char *)"cpu_microcode_blob.bin"
#endif