15 Jul, 2019

2 commits

  • All those new files I added are under GPL v2.0 license.

    Add the corresponding SPDX headers to them.

    Signed-off-by: Mauro Carvalho Chehab

    Mauro Carvalho Chehab
     
  • Converts ARM the text files to ReST, preparing them to be an
    architecture book.

    The conversion is actually:
    - add blank lines and identation in order to identify paragraphs;
    - fix tables markups;
    - add some lists markups;
    - mark literal blocks;
    - adjust title markups.

    At its new index.rst, let's add a :orphan: while this is not linked to
    the main index.rst file, in order to avoid build warnings.

    Signed-off-by: Mauro Carvalho Chehab
    Reviewed-by Corentin Labbe # For sun4i-ss

    Mauro Carvalho Chehab