Searched hist:"57966101 c827fcfa215aedee59f0e5aa558b7604" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/board/freescale/b4860qds/ |
| H A D | tlb.c | 57966101c827fcfa215aedee59f0e5aa558b7604 Thu Mar 07 22:41:02 UTC 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>
|