aboutsummaryrefslogtreecommitdiff
path: root/Documentation/mainboard
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2018-11-26 11:43:16 +0530
committerPatrick Georgi <pgeorgi@google.com>2018-11-27 08:57:07 +0000
commit13415333fedada138515a986afab799ca05a785f (patch)
tree90bc16a48e45ddeeabfb4245ca0ab9eee44c894b /Documentation/mainboard
parent0c273ae208bb3ce74282e90b2bd68d9df114f136 (diff)
Documentation/../../dragonegg: Add dragonegg coreboot development documentation
Change-Id: Ia15e317557a0893d9f80cc9e87c6b90c85b93dcf Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/29829 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'Documentation/mainboard')
-rw-r--r--Documentation/mainboard/google/dragonegg.md40
-rw-r--r--Documentation/mainboard/index.md4
2 files changed, 44 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 |
++---------------------+------------+
+```
diff --git a/Documentation/mainboard/index.md b/Documentation/mainboard/index.md
index 0b4716832a..128f0c1d3e 100644
--- a/Documentation/mainboard/index.md
+++ b/Documentation/mainboard/index.md
@@ -33,6 +33,10 @@ The boards in this section are not real mainboards, but emulators.
- [GA-H61M-S2PV](gigabyte/ga-h61m-s2pv.md)
+## Google
+
+- [Dragonegg](google/dragonegg.md)
+
## Open Cellular
- [Elgon](opencellular/elgon.md)