summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2011-06-24 16:02:49 -0700
committerSimon Glass <sjg@chromium.org>2011-08-29 10:39:35 -0700
commit73ecd11001289f0c8698fc4cfead5c49360c46c7 (patch)
tree227ab62cc617f28f97a6c470e0e28500e2671716
parentc2f963b424c0e1f7210489b5646d7862570ec8f5 (diff)
Add necessary configuration items required by bootimage.
This change is required to support the build system change described under http://gerrit.chromium.org/gerrit/3199. BUG=chrome-os-partner:4563 TEST=manual: see issue 3199 quoted above for the test procedure description. Change-Id: Id9b64884458dfc387f80e999c14d3822187e0415 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: http://gerrit.chromium.org/gerrit/3201 Reviewed-by: Stefan Reinauer <reinauer@google.com>
-rw-r--r--include/configs/coreboot.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 9aa5ade62ea..5fd9897f919 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -225,6 +225,16 @@
* Network device support
*/
#define CONFIG_NET_MULTI
-
+/* this will have to be enabled to get the bitmaps to work...
+#define CONFIG_LCD 1
+*/
+
+#define CONFIG_CHROMEOS_HWID "COREBOOT U-BOOT 0000"
+#define CONFIG_OFFSET_GBB 0x000d0000
+#define CONFIG_LENGTH_GBB 0x00020000
+#define CONFIG_OFFSET_FMAP 0x001a0000
+#define CONFIG_LENGTH_FMAP 0x00000400
+#define CONFIG_LCD_vl_col 1366
+#define CONFIG_LCD_vl_row 768
#endif /* __CONFIG_H */