Frans Hendriks has uploaded this change for review.

View Change

soc/intel/braswell/chip.h: Add IGD_MEMSIZE_xxMB

Add defines to have some more readable code for devcietree.cb.

BUG=N/A
TEST=4K HDMI monitor and LCD working fine on Facebook FBG-1701

Change-Id: Ifc1a7657a528d1fc570dd16df66b078e37e014cb
Signed-off-by: Frans Hendriks <fhendriks@eltan.com>
---
M src/soc/intel/braswell/chip.h
1 file changed, 5 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/35751/1
diff --git a/src/soc/intel/braswell/chip.h b/src/soc/intel/braswell/chip.h
index 747b941..9f790dc 100644
--- a/src/soc/intel/braswell/chip.h
+++ b/src/soc/intel/braswell/chip.h
@@ -32,6 +32,11 @@
#define SVID_CONFIG3 3
#define SVID_PMIC_CONFIG 8

+#define IGD_MEMSIZE_32MB 0x01
+#define IGD_MEMSIZE_64MB 0x02
+#define IGD_MEMSIZE_96MB 0x03
+#define IGD_MEMSIZE_128MB 0x04
+
enum lpe_clk_src {
LPE_CLK_SRC_XTAL,
LPE_CLK_SRC_PLL,

To view, visit change 35751. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ifc1a7657a528d1fc570dd16df66b078e37e014cb
Gerrit-Change-Number: 35751
Gerrit-PatchSet: 1
Gerrit-Owner: Frans Hendriks <fhendriks@eltan.com>
Gerrit-MessageType: newchange