diff options
author | Nishanth Menon <nm@ti.com> | 2016-10-14 01:13:34 +0000 |
---|---|---|
committer | Andrew F. Davis <afd@ti.com> | 2018-06-19 11:41:25 -0500 |
commit | 1841c533c90ff560230b4d3c497356f8ac4210a2 (patch) | |
tree | 159cb3a76eb2eaa4479947d61c24e6e2b0089854 /readme.rst | |
parent | d135ad788416493e2b981355a685afeca99bb18f (diff) | |
download | platform_external_arm-trusted-firmware-1841c533c90ff560230b4d3c497356f8ac4210a2.tar.gz platform_external_arm-trusted-firmware-1841c533c90ff560230b4d3c497356f8ac4210a2.tar.bz2 platform_external_arm-trusted-firmware-1841c533c90ff560230b4d3c497356f8ac4210a2.zip |
ti: k3: Setup initial files for platform
Create the baseline Makefile, platform definitions file and platform
specific assembly macros file. This includes first set of constants
for the platform including cache sizes and linker format and a stub for
BL31 and the basic memory layout
K3 SoC family of processors do not use require a BL1 or BL2 binary,
since such functions are provided by an system controller on the SoC.
This lowers the burden of ATF to purely managing the local ARM cores
themselves.
Signed-off-by: Benjamin Fair <b-fair@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Andrew F. Davis <afd@ti.com>
Diffstat (limited to 'readme.rst')
-rw-r--r-- | readme.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.rst b/readme.rst index 94b1e6383..3738c97dd 100644 --- a/readme.rst +++ b/readme.rst @@ -183,6 +183,7 @@ This release also contains the following platform support: - Raspberry Pi 3 board - RockChip RK3328, RK3368 and RK3399 SoCs - Socionext UniPhier SoC family +- Texas Instruments K3 SoCs - Xilinx Zynq UltraScale + MPSoC Still to come |