[edk2-devel][PATCH V2 1/1] Platform/Sgi: Add memory map entry for debug uart controller

2022-12-08 Thread Tony K Nadackal
The UART0 controller connected in the AXI expansion space is used as the debug UART controller. Add platform memory map descriptor for this UART controller. Signed-off-by: Tony K Nadackal --- Changes since v1: - Enabled support for this change on RD-N2 platform as well. Platform/ARM/SgiPkg

[edk2-devel][PATCH V2 1/1] Platform/Sgi: Add support for RD-N2-Cfg3 platform

2022-12-08 Thread Tony K Nadackal
specify the number of GIC ITS blocks supported by the platform. The default value of this PCD is set to 6 which is number of ITS blocks supported by the existing RD-N2 variant platforms. For RD-N2-Cfg3, this PCD is set to a value of 12. Signed-off-by: Vijayenthiran Subramaniam Signed-off-by: Tony K

[edk2-devel][PATCH V1 1/1] Platform/Sgi: Add memory map entry for debug uart controller

2022-11-18 Thread Tony K Nadackal
The UART0 controller connected in the AXI expansion space is used as the debug UART controller. Add platform memory map descriptor for this UART controller. Signed-off-by: Tony K Nadackal --- Platform/ARM/SgiPkg/Library/PlatformLib/PlatformLibMem.c | 6 ++ 1 file changed, 6 insertions

[edk2-devel] [PATCH V1 1/1] Platform/Sgi: Add support for RD-N2-Cfg3 platform

2022-11-16 Thread Tony K Nadackal
specify the number of GIC ITS blocks supported by the platform. The default value of this PCD is set to 6 which is number of ITS blocks supported by the existing RD-N2 variant platforms. For RD-N2-Cfg3, this PCD is set to a value of 12. Signed-off-by: Vijayenthiran Subramaniam Signed-off-by: Tony K