doc: use graphviz for intro boot-flow diagram

Trying out the graphviz capability rather than using static images that
we can't easily modify.  Also updated the site logo that was too wide.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2018-06-11 10:32:37 -07:00
committed by David Kinder
parent 64515cfe58
commit 44293a42ab
4 changed files with 15 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
digraph G {
rankdir=LR;
bgcolor="transparent";
UEFI -> "acrn.efi" -> "OS\nBootloader" ->
"SOS\nKernel" -> "ACRN\nDevice Model" -> "Virtual\nBootloader";
}