commit | f6cbeaeadf849344c08cf58cc02f245cbeb0312f | [log] [tgz] |
---|---|---|
author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | Tue Nov 21 14:53:26 2023 +0100 |
committer | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | Thu Jan 11 10:17:38 2024 +0100 |
tree | f4f972565826cc627fc1b823208a5ef024ed9fb4 | |
parent | 7a527ed9a76040de4dba8c23ec03426d52e79905 [diff] |
feat(qemu-sbsa): handle CPU information We want to remove use of DeviceTree from EDK2. So we move functions to TF-A: - counting cpu cores - checking NUMA node id - checking MPIDR And then it gets passed to EDK2 via SMC calls. Change-Id: I1c7fc234ba90ba32433b6e4aa2cf127f26da00fd Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>