ti: k3: Setup initial files for platformCreate the baseline Makefile, platform definitions file and platformspecific assembly macros file. This includes first set of constantsfor the platform inc
ti: k3: Setup initial files for platformCreate the baseline Makefile, platform definitions file and platformspecific assembly macros file. This includes first set of constantsfor the platform including cache sizes and linker format and a stub forBL31 and the basic memory layoutK3 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 coresthemselves.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>
show more ...
123456