summaryrefslogtreecommitdiff
path: root/Documentation/mainboard/google/dragonegg.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/mainboard/google/dragonegg.md')
-rw-r--r--Documentation/mainboard/google/dragonegg.md40
1 files changed, 40 insertions, 0 deletions
diff --git a/Documentation/mainboard/google/dragonegg.md b/Documentation/mainboard/google/dragonegg.md
new file mode 100644
index 0000000000..df4fe16d44
--- /dev/null
+++ b/Documentation/mainboard/google/dragonegg.md
@@ -0,0 +1,40 @@
+# Google Dragonegg (Chromebook)
+
+This page describes how to run coreboot on the google dragonegg board.
+
+Dragonegg is based on Intel Ice Lake platform, please refer to below link to get more details
+```eval_rst
+:doc:`../../soc/intel/iceLake_coreboot_development.md`
+```
+
+## Building coreboot
+
+* Follow build instructions mentioned in Ice Lake document
+```eval_rst
+:doc:`../../soc/intel/iceLake_coreboot_development.md`
+```
+
+* The default options for this board should result in a fully working image:
+```bash
+ # echo "CONFIG_VENDOR_GOOGLE=y" > .config
+ # echo "CONFIG_BOARD_GOOGLE_DRAGONEGG=y" >> .config
+ # make olddefconfig && make
+```
+
+## Flashing coreboot
+
+```eval_rst
++---------------------+------------+
+| Type | Value |
++=====================+============+
+| Socketed flash | no |
++---------------------+------------+
+| Vendor | Winbond |
++---------------------+------------+
+| Size | 32 MiB |
++---------------------+------------+
+| Internal flashing | yes |
++---------------------+------------+
+| External flashing | yes |
++---------------------+------------+
+```