]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(cpu): add library support for Hunter ELP
authorHarrison Mutai <harrison.mutai@arm.com>
Mon, 3 Oct 2022 11:48:35 +0000 (12:48 +0100)
committerHarrison Mutai <harrison.mutai@arm.com>
Fri, 7 Oct 2022 11:44:04 +0000 (12:44 +0100)
commit8c87becbc64f2e233ac905aa006d5e15a63a9a8b
tree2e93b205e968285050c8df68702d4f36698a153d
parentaa9d315009fba78cb3135b06d93001b2b18cf748
feat(cpu): add library support for Hunter ELP

Add basic CPU library code to support the Hunter ELP CPU in TF-A.
Hunter-ELP adds v9.2 architecture support and is derived from
Makalu-ELP. As such, the library code is adapted from the
Makalu-ELP support library.

Change-Id: I7e93b9af6b1f0bc4d08c3cf5caf071d2cbdbc89f
Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
include/lib/cpus/aarch64/cortex_hunter_elp_arm.h [new file with mode: 0644]
lib/cpus/aarch64/cortex_hunter_elp_arm.S [new file with mode: 0644]
plat/arm/board/fvp/platform.mk
plat/arm/board/tc/platform.mk