Home
last modified time | relevance | path

Searched hist:"641571 c7287bcb72c10f722416b6514c87dbab54" (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/docs/getting_started/
H A Dbuild-options.rst641571c7287bcb72c10f722416b6514c87dbab54 Thu Nov 23 16:40:13 UTC 2023 Andre Przywara <andre.przywara@arm.com> docs(cpufeat): clarify description of FEATURE_DETECTION macro

The current documentation of the FEATURE_DETECTION build option seems
to suggest that this macro enables the dynamic runtime checking of
features, although this is done regardless of this debug feature.
FEATURE_DETECTION just adds the detect_arch_features() function to the
build and calls it early on, plus it enables the CPU errata order
checking.

Simplify the description of the FEATURE_DETECTION macro to make this
clear, and move the dynamic feature detection description into a
separate section, before all the specific ENABLE_FEAT_xxx explanations.

This also renames all mentioning of:
"... to align with the FEATURE_DETECTIION mechanism ..."
with:
"... to align with the ENABLE_FEAT mechanism ..."
in the description of each feature.

Change-Id: I5f4dd2d1e43bd440687b7cee551d02ec853d4e23
Signed-off-by: Andre Przywara <andre.przywara@arm.com>