On 3/15/21 6:11 AM, Simon Glass wrote: > 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 <[email protected]> > --- > > .../chainload.rst} | 80 ++++++++++------ > doc/chromium/{ => files}/chromebook_jerry.its | 0 > .../{ => files}/devkeys/kernel.keyblock | Bin > .../devkeys/kernel_data_key.vbprivk | Bin > doc/chromium/{ => files}/nyan-big.its | 0 > doc/chromium/index.rst | 14 +++ > doc/chromium/overview.rst | 74 ++++++++++++++ > .../run_vboot.rst} | 90 ++++++++---------- > doc/index.rst | 8 ++ > 9 files changed, 183 insertions(+), 83 deletions(-) > rename doc/{README.chromium-chainload => chromium/chainload.rst} (79%) > rename doc/chromium/{ => files}/chromebook_jerry.its (100%) > rename doc/chromium/{ => files}/devkeys/kernel.keyblock (100%) > rename doc/chromium/{ => files}/devkeys/kernel_data_key.vbprivk (100%) > rename doc/chromium/{ => files}/nyan-big.its (100%) > create mode 100644 doc/chromium/index.rst > create mode 100644 doc/chromium/overview.rst > rename doc/{README.chromium => chromium/run_vboot.rst} (68%) > Applied to u-boot-dm/next, thanks!
- [PATCH 07/19] sandbox: image: Allow sandbox to load an... Simon Glass
- [PATCH 09/19] binman: Show a message when changing sub... Simon Glass
- [PATCH 10/19] spl: Split out bootstage ID into a funct... Simon Glass
- [PATCH 11/19] bootstage: Warning if space is exhausted Simon Glass
- [PATCH 12/19] sf: Support querying write-protect Simon Glass
- [PATCH 13/19] cpu: Rename SPL_CPU_SUPPORT to SPL_CPU Simon Glass
- [PATCH 14/19] malloc: Export malloc_simple_info() Simon Glass
- [PATCH 16/19] command: Fix operation of !CONFIG_CMDLIN... Simon Glass
- [PATCH 15/19] doc: Convert Chromium OS docs to rst Simon Glass
- Re: [PATCH 15/19] doc: Convert Chromium OS docs t... Heinrich Schuchardt
- Re: [PATCH 15/19] doc: Convert Chromium OS docs t... Simon Glass
- [PATCH 18/19] bootm: Skip command-line substitution if... Simon Glass
- [PATCH 17/19] bloblist: Make BLOBLIST_TABLES depend on... Simon Glass
- [PATCH 19/19] sandbox: Correct uninit conflict Simon Glass
- Re: [PATCH 19/19] sandbox: Correct uninit conflict Simon Glass
- Re: [PATCH 17/19] bloblist: Make BLOBLIST_TABLES depen... Simon Glass
- Re: [PATCH 16/19] command: Fix operation of !CONFIG_CM... Simon Glass
- Re: [PATCH 12/19] sf: Support querying write-protect Simon Glass
- Re: [PATCH 11/19] bootstage: Warning if space is exhau... Simon Glass
- Re: [PATCH 06/19] sandbox: Provide a way to bind fixed... Simon Glass
- Re: [PATCH 05/19] sandbox: Update do_host_bind() argum... Simon Glass

