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 /maintainers.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 'maintainers.rst')
-rw-r--r-- | maintainers.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/maintainers.rst b/maintainers.rst index 81c30c073..96ff0e06d 100644 --- a/maintainers.rst +++ b/maintainers.rst @@ -132,6 +132,16 @@ Files: - plat/rockchip/\* +Texas Instruments platform sub-maintainer +----------------------------------------- + +Andrew F. Davis (afd@ti.com, `glneo`_) + +Files: + +- docs/plat/ti-k3.rst +- plat/ti/\* + UniPhier platform sub-maintainer -------------------------------- @@ -167,6 +177,7 @@ Etienne Carriere (etienne.carriere@linaro.org, `etienne-lms`_) .. _masahir0y: https://github.com/masahir0y .. _mtk09422: https://github.com/mtk09422 .. _TonyXie06: https://github.com/TonyXie06 +.. _glneo: https://github.com/glneo .. _sivadur: https://github.com/sivadur .. _rockchip-linux: https://github.com/rockchip-linux .. _etienne-lms: https://github.com/etienne-lms |