From 7100cf2b404887e4f196286e72232153ba3f0524 Mon Sep 17 00:00:00 2001 From: Ionela Voinescu Date: Fri, 24 Jul 2015 14:29:06 +0100 Subject: imgtec/pistachio: Add SOC_REGISTERS memory region When used with a U-boot payload it will need this region identity mapped also, so we're defining it in preparation for that functionality. Change-Id: I27cee5b58cb899433b52bd06df07b5f2105212af Signed-off-by: Ionela Voinescu Reviewed-on: https://review.coreboot.org/12768 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc --- src/arch/mips/include/arch/memlayout.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/arch/mips') diff --git a/src/arch/mips/include/arch/memlayout.h b/src/arch/mips/include/arch/memlayout.h index 1fc7c74c93..fe05bd8ae5 100644 --- a/src/arch/mips/include/arch/memlayout.h +++ b/src/arch/mips/include/arch/memlayout.h @@ -26,4 +26,6 @@ #define DMA_COHERENT(addr, size) REGION(dma_coherent, addr, size, 4K) +#define SOC_REGISTERS(addr, size) REGION(soc_registers, addr, size, 4) + #endif /* __ARCH_MEMLAYOUT_H */ -- cgit v1.2.3