]> git.baikalelectronics.ru Git - arm-tf.git/commit
ti: k3: Introduce lite device board support
authorAndrew F. Davis <afd@ti.com>
Wed, 9 Dec 2020 23:52:50 +0000 (17:52 -0600)
committerNishanth Menon <nm@ti.com>
Wed, 23 Dec 2020 12:36:25 +0000 (06:36 -0600)
commit84af89563e1b17def844d3672bc601ae51f0257f
tree118cb375d3a8bbc5749bc545237526ebc0257eef
parent7f323eb2df2d449cc3a425aab78583bcabaa5984
ti: k3: Introduce lite device board support

Add device support for the 'lite' K3 devices. These will use modified
device addresses and allow for fewer cores to save memory.

Note: This family of devices are characterized by a single cluster
of ARMv8 processor upto a max of 4 processors and lack of a level 3
cache.

The first generation of this family is introduced with AM642.

See AM64X Technical Reference Manual (SPRUIM2, Nov 2020)
for further details: https://www.ti.com/lit/pdf/spruim2

Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Change-Id: I8cd2c1c9a9434646d0c72fca3162dd5bc9bd692a
plat/ti/k3/board/lite/board.mk [new file with mode: 0644]
plat/ti/k3/board/lite/include/board_def.h [new file with mode: 0644]