Skip to content
Commit 4e2673a3 authored by Patrick Bellasi's avatar Patrick Bellasi
Browse files

libs/utils/env: move modules definition into board specific section



The specification of devlib modules to load into the target and/or
test configuration file is a not portable solution, especially when
we need to run the same test on different boards which do not support the
same set of modules, e.g. SMP platform does not support "bl" module.

This patch update the modules configuration by moving their definition
into the specific board configuration section of the TestEnv intialization
code.
Each board can now list the *complete* list of modules which are supported
and only these will be initialized.

Still the target and test specific configuration file allows to add
additional modules eventually not loaded by a specific board configuration.

The list of modules being loaded is now clearly reported as a log message.

Signed-off-by: default avatarPatrick Bellasi <patrick.bellasi@arm.com>
parent 1883a9a2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment