summaryrefslogtreecommitdiff
path: root/Platform/ARM/SgiPkg/Include/SgiPlatform.h
diff options
context:
space:
mode:
authorVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>2018-12-07 13:58:47 +0530
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2018-12-07 21:32:26 +0100
commit0eaa50231c02d77f39d8db67f95c9cbbc9cccfd4 (patch)
treee0a1141f918146153dfb8151ade87cc527333448 /Platform/ARM/SgiPkg/Include/SgiPlatform.h
parent327ff4ae71ae1be3deb0e7c8089181707d1d3d0d (diff)
Platform/ARM/SgiPkg: Add support for HDLCD
Add HDLCD platform library for SGI platform that implements platform callbacks for the Arm HDLCD driver. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Diffstat (limited to 'Platform/ARM/SgiPkg/Include/SgiPlatform.h')
-rw-r--r--Platform/ARM/SgiPkg/Include/SgiPlatform.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Platform/ARM/SgiPkg/Include/SgiPlatform.h b/Platform/ARM/SgiPkg/Include/SgiPlatform.h
index 55018956..b9a662ae 100644
--- a/Platform/ARM/SgiPkg/Include/SgiPlatform.h
+++ b/Platform/ARM/SgiPkg/Include/SgiPlatform.h
@@ -56,6 +56,10 @@
#define SGI_SUBSYS_GENERIC_GICR_BASE 0x300C0000
#define SGI_SUBSYS_GENERIC_GIC_SZ SIZE_1MB
+// Expansion AXI - Platform Peripherals - HDLCD1
+#define SGI_EXP_PLAT_PERIPH_HDLCD1_BASE 0x7FF60000
+#define SGI_EXP_PLAT_PERIPH_HDLCD1_SZ SIZE_64KB
+
// Expansion AXI - Platform Peripherals - UART0
#define SGI_EXP_PLAT_PERIPH_UART0_BASE 0x7FF70000
#define SGI_EXP_PLAT_PERIPH_UART0_SZ SIZE_64KB