diff options
author | Antonio Niño Díaz <antonio.ninodiaz@arm.com> | 2019-02-05 11:31:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-05 11:31:15 +0000 |
commit | a45ccf135e48efc70006055c32e8a89fddb38db2 (patch) | |
tree | ccb748b78704c79747ca831c1aace15f08369b08 /docs | |
parent | 49dd04815f7e5b1687f4a87340829e55433e210f (diff) | |
parent | 5e447816c78f4b4b5ef0b42683b820c2e88f810f (diff) | |
download | platform_external_arm-trusted-firmware-a45ccf135e48efc70006055c32e8a89fddb38db2.tar.gz platform_external_arm-trusted-firmware-a45ccf135e48efc70006055c32e8a89fddb38db2.tar.bz2 platform_external_arm-trusted-firmware-a45ccf135e48efc70006055c32e8a89fddb38db2.zip |
Merge pull request #1804 from antonio-nino-diaz-arm/an/cleanup
Minor cleanup
Diffstat (limited to 'docs')
-rw-r--r-- | docs/porting-guide.rst | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/docs/porting-guide.rst b/docs/porting-guide.rst index 716d4467e..655c7204f 100644 --- a/docs/porting-guide.rst +++ b/docs/porting-guide.rst @@ -103,20 +103,13 @@ File : platform\_def.h [mandatory] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Each platform must ensure that a header file of this name is in the system -include path with the following constants defined. This may require updating the -list of ``PLAT_INCLUDES`` in the ``platform.mk`` file. In the Arm development -platforms, this file is found in ``plat/arm/board/<plat_name>/include/``. +include path with the following constants defined. This will require updating +the list of ``PLAT_INCLUDES`` in the ``platform.mk`` file. Platform ports may optionally use the file `include/plat/common/common\_def.h`_, which provides typical values for some of the constants below. These values are likely to be suitable for all platform ports. -Platform ports that want to be aligned with standard Arm platforms (for example -FVP and Juno) may also use `include/plat/arm/common/arm\_def.h`_, which provides -standard values for some of the constants below. However, this requires the -platform port to define additional platform porting constants in -``platform_def.h``. These additional constants are not documented here. - - **#define : PLATFORM\_LINKER\_FORMAT** Defines the linker format used by the platform, for example |