diff options
author | Simon Glass <sjg@chromium.org> | 2021-03-15 18:11:20 +1300 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-03-27 15:04:31 +1300 |
commit | 2d0423aff9fd9adc0933f94df6726e29ee2c89be (patch) | |
tree | 68970ad263f9e6686bcecd62a0613405c28ab225 /doc/chromium/index.rst | |
parent | c197f6e27923b4cff9d782cd9be7a058d5d65aa2 (diff) |
doc: Convert Chromium OS docs to rst
Move this documentation over to reST. Move the example files into a files/
directory so they are still separate.
Do a few minor updates while we are here:
- Tidy up sandbox build instructions
- Update my github account name
- Add some talks and links
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/chromium/index.rst')
-rw-r--r-- | doc/chromium/index.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/chromium/index.rst b/doc/chromium/index.rst new file mode 100644 index 0000000000..0722c25003 --- /dev/null +++ b/doc/chromium/index.rst @@ -0,0 +1,14 @@ +.. SPDX-License-Identifier: GPL-2.0+ +.. Copyright 2020 Google LLC + +Chromium OS-specific doc +======================== + +This provides some information about Chromium OS and U-Boot. + +.. toctree:: + :maxdepth: 2 + + overview + run_vboot + chainload |