Home
last modified time | relevance | path

Searched hist:"813 bfe57fdbadeb21905ec409918ad1e93a5623b" (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdn2/
H A Dplatform.mk813bfe57fdbadeb21905ec409918ad1e93a5623b Fri Nov 14 11:55:20 UTC 2025 Boyan Karatotev <boyan.karatotev@arm.com> fix: remove circular dependency on ENABLE_FEAT_RAS

ENABLE_FEAT_RAS is enabled by arch_features.mk based on the value of
ARM_ARCH_{MAJOR, MINOR}, but that is only called after each platform's
platform.mk. That makes a circular dependency when a file needs to be
compiled based on the flag's value.

Well, FEAT_RAS is mandatory from v8.2 and platforms that set
ARM_ARCH_{MAJOR, MINOR} such need not check for its presence - it will
be present. So remove the check to remove the dependency.

Change-Id: I68db83347e6bc04b7ff3b67f6c3e54921641db23
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
/rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/
H A Dplatform_t194.mk813bfe57fdbadeb21905ec409918ad1e93a5623b Fri Nov 14 11:55:20 UTC 2025 Boyan Karatotev <boyan.karatotev@arm.com> fix: remove circular dependency on ENABLE_FEAT_RAS

ENABLE_FEAT_RAS is enabled by arch_features.mk based on the value of
ARM_ARCH_{MAJOR, MINOR}, but that is only called after each platform's
platform.mk. That makes a circular dependency when a file needs to be
compiled based on the flag's value.

Well, FEAT_RAS is mandatory from v8.2 and platforms that set
ARM_ARCH_{MAJOR, MINOR} such need not check for its presence - it will
be present. So remove the check to remove the dependency.

Change-Id: I68db83347e6bc04b7ff3b67f6c3e54921641db23
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>