mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-08 05:43:53 +00:00

The porting guide is currently hosted under the 'Getting started' section. Yet, porting the full firmware to a new platform is probably not the first thing that one would do. Before delving into the details, one would probably start by building the code for an emulated platform, such as Arm FVP. Furthermore, the porting guide is such a big and important document that it probably deserves being visible in the main table of contents. Thus, move it just above the list of supported platforms. Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com> Change-Id: I51b3d2a93832505ab90d73c823f06f9540e84c77
20 lines
337 B
ReStructuredText
20 lines
337 B
ReStructuredText
Getting Started
|
|
===============
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Contents
|
|
|
|
prerequisites
|
|
docs-build
|
|
initial-build
|
|
tools-build
|
|
build-options
|
|
build-internals
|
|
image-terminology
|
|
psci-lib-integration-guide
|
|
rt-svc-writers-guide
|
|
|
|
--------------
|
|
|
|
*Copyright (c) 2019-2023, Arm Limited. All rights reserved.*
|