arm-trusted-firmware/plat/arm/board/common
Rohit Mathew 0f0fd499de fix(rotpk): move rotpk definitions out of arm_def.h
The file arm_def.h currently contains common definitions used by ARM
platforms. However, some platforms may have their own definitions,
allowing them to avoid a direct dependency on arm_def.h. For a clean
platform port of arm_def.h, none of the source files should directly
include arm_def.h; instead, they should include the platform header
which would indirectly include the required definitions.

Presently, the rotpk module has a source file that directly includes
arm_def.h. This could lead to compilation issues if the platform
incorporating the rotpk module has a separate implementation of some or
all of the definitions in arm_def.h file. To address this, move the
relevant definitions out of arm_def.h and into rotpk_def.h.

Signed-off-by: Rohit Mathew <Rohit.Mathew@arm.com>
Change-Id: I9e8b0d319391f9a167af5c69a7b2d42ac488e7b4
2024-01-04 19:06:38 +00:00
..
aarch32 plat/arm: Fix header dependencies 2019-01-15 14:19:50 +00:00
aarch64 plat/arm: Fix header dependencies 2019-01-15 14:19:50 +00:00
protpk plat/arm: Provide some PROTK files for development 2020-02-24 11:01:42 +01:00
rotpk fix(rotpk): move rotpk definitions out of arm_def.h 2024-01-04 19:06:38 +00:00
swd_rotpk feat(arm): provide some swd rotpk files 2022-06-14 09:47:37 -05:00
board_arm_trusted_boot.c chore(auth)!: remove CryptoCell-712/713 support 2023-11-08 10:42:33 +02:00
board_common.mk chore(auth)!: remove CryptoCell-712/713 support 2023-11-08 10:42:33 +02:00