diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-06-29 08:50:00 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-06-30 09:19:52 +0000 |
commit | 05ba1e9bf2cf34c34de2d5ac62c827ac6d016cf8 (patch) | |
tree | cb27b9d66dcd0a79cda7b7dbf6cb2af00b1623ac /Documentation/mainboard | |
parent | 0c1dd9c84188cc150a05302cc9b4af476a761d2b (diff) |
Doc/mb/google/dragonegg: Drop abandoned project info
Commit 0013623 (mb/google/dragonegg: remove abandoned project) dropped
this mainboard because it is no longer in development nor used. However,
the associated documentation remained. Rest in pieces, Dragonegg. ;-;
Change-Id: Idd2ee716717132ba3fa237ae97f34686007d3685
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42858
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.md | 40 | ||||
-rw-r--r-- | Documentation/mainboard/index.md | 4 |
2 files changed, 0 insertions, 44 deletions
diff --git a/Documentation/mainboard/google/dragonegg.md b/Documentation/mainboard/google/dragonegg.md deleted file mode 100644 index ef7e61b710..0000000000 --- a/Documentation/mainboard/google/dragonegg.md +++ /dev/null @@ -1,40 +0,0 @@ -# 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/iceLake_coreboot_development` -``` - -## Building coreboot - -* Follow build instructions mentioned in Ice Lake document -```eval_rst -:doc:`../../soc/intel/icelake/iceLake_coreboot_development` -``` - -* 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 c229b060d5..3a7dd31742 100644 --- a/Documentation/mainboard/index.md +++ b/Documentation/mainboard/index.md @@ -51,10 +51,6 @@ The boards in this section are not real mainboards, but emulators. - [GA-H61M-S2PV](gigabyte/ga-h61m-s2pv.md) -## Google - -- [Dragonegg](google/dragonegg.md) - ## HP - [Compaq 8200 Elite SFF](hp/compaq_8200_sff.md) |