W dniu 7.12.2023 o 11:26, Xiong Yining pisze:
To support the removal of the DT in EDK2, we can parse the memory related information in TF-A and pass them to EDK2 through SMC.
Xiong Yining (1): feat(qemu_sbsa): report the information of memory via SMC
plat/qemu/qemu_sbsa/sbsa_sip_svc.c | 84 +++++++++++++++++++++++++++++- 1 file changed, 83 insertions(+), 1 deletion(-)
Could you rebase your patch on top of cpu one [1] and submit to TF-A gerrit for review?
1. https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/25707
Memory nodes information can be added into dynamic_platform_info struct in similar way to how cpus are done there.