mbox series

[0/1] meta-arm-bsp/doc: add readthedocs for corstone1000

Message ID 20221021164250.33661-1-vishnu.banavath@arm.com
Headers show
Series meta-arm-bsp/doc: add readthedocs for corstone1000 | expand

Message

vishnu.banavath@arm.com Oct. 21, 2022, 4:42 p.m. UTC
From: Vishnu Banavath <vishnu.banavath@arm.com>

These changes are to add support for readthedocs for
corstone1000 platform. readthedocs server traces
any changes to to corstone1000 documents and will trigger
a build which will generate html file which can will be
rendered by corstone1000.docs.arm.com server

Vishnu Banavath (1):
  meta-arm-bsp/doc: add readthedocs for corstone1000

 .../documentation/corstone1000/change-log.rst |  98 +++
 .../documentation/corstone1000/conf.py        |  52 ++
 .../images/CorstoneSubsystems.png             | Bin 0 -> 111103 bytes
 .../corstone1000/images/ExternalFlash.png     | Bin 0 -> 35431 bytes
 .../corstone1000/images/SecureBootChain.png   | Bin 0 -> 150409 bytes
 .../images/SecureFirmwareUpdate.png           | Bin 0 -> 61393 bytes
 .../corstone1000/images/SecureServices.png    | Bin 0 -> 73965 bytes
 .../corstone1000/images/UEFISupport.png       | Bin 0 -> 98811 bytes
 .../documentation/corstone1000/index.rst      |  16 +
 .../corstone1000/release-notes.rst            | 137 ++++
 .../corstone1000/software-architecture.rst    | 239 ++++++
 .../documentation/corstone1000/user-guide.rst | 685 ++++++++++++++++++
 meta-arm-bsp/documentation/requirements.txt   |  12 +
 13 files changed, 1239 insertions(+)
 create mode 100644 meta-arm-bsp/documentation/corstone1000/change-log.rst
 create mode 100644 meta-arm-bsp/documentation/corstone1000/conf.py
 create mode 100644 meta-arm-bsp/documentation/corstone1000/images/CorstoneSubsystems.png
 create mode 100644 meta-arm-bsp/documentation/corstone1000/images/ExternalFlash.png
 create mode 100644 meta-arm-bsp/documentation/corstone1000/images/SecureBootChain.png
 create mode 100644 meta-arm-bsp/documentation/corstone1000/images/SecureFirmwareUpdate.png
 create mode 100644 meta-arm-bsp/documentation/corstone1000/images/SecureServices.png
 create mode 100644 meta-arm-bsp/documentation/corstone1000/images/UEFISupport.png
 create mode 100644 meta-arm-bsp/documentation/corstone1000/index.rst
 create mode 100644 meta-arm-bsp/documentation/corstone1000/release-notes.rst
 create mode 100644 meta-arm-bsp/documentation/corstone1000/software-architecture.rst
 create mode 100644 meta-arm-bsp/documentation/corstone1000/user-guide.rst
 create mode 100644 meta-arm-bsp/documentation/requirements.txt