Home
last modified time | relevance | path

Searched hist:57966101 (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/board/freescale/b4860qds/
H A Dtlb.c57966101 Thu Mar 07 16:41:02 CST 2013 Liu Gang <Gang.Liu@freescale.com> powerpc/b4860qds: Add the tlb entries for SRIO interfaces

Add the tlb entries based on the configuration of the SRIO interfaces.
Every SRIO interface has 256M space:

#define CONFIG_SYS_SRIO1_MEM_VIRT 0xa0000000
#define CONFIG_SYS_SRIO1_MEM_PHYS 0xc20000000ull

#define CONFIG_SYS_SRIO2_MEM_VIRT 0xb0000000
#define CONFIG_SYS_SRIO2_MEM_PHYS 0xc30000000ull

Signed-off-by: Liu Gang <Gang.Liu@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>