diff options
author | York Sun <yorksun@freescale.com> | 2013-06-27 10:48:29 -0700 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2013-08-09 12:41:39 -0700 |
commit | 1cb19fbb31dc7fd2c3a15667c60c6296d392f96c (patch) | |
tree | d72f498fe60e926d5884d34180ee51af45ee7c17 /board/freescale/t4qds/tlb.c | |
parent | f165bc35285460f9739a234de379a535519f39e6 (diff) | |
download | u-boot-imx-1cb19fbb31dc7fd2c3a15667c60c6296d392f96c.zip u-boot-imx-1cb19fbb31dc7fd2c3a15667c60c6296d392f96c.tar.gz u-boot-imx-1cb19fbb31dc7fd2c3a15667c60c6296d392f96c.tar.bz2 |
powerpc/T4240EMU: Add T4240EMU target
Add emulator support for T4240. Emulator has limited peripherals and
interfaces. Difference between emulator and T4240QDS includes:
ECC for DDR is disabled due the procedure to load images
No board FPGA (QIXIS)
NOR flash has 32-bit port for higher loading speed
IFC and I2C timing don't really matter, so set them fast
No ethernet
Signed-off-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'board/freescale/t4qds/tlb.c')
-rw-r--r-- | board/freescale/t4qds/tlb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/t4qds/tlb.c b/board/freescale/t4qds/tlb.c index b27356a..b701e75 100644 --- a/board/freescale/t4qds/tlb.c +++ b/board/freescale/t4qds/tlb.c @@ -120,9 +120,11 @@ struct fsl_e_tlb_entry tlb_table[] = { MAS3_SX|MAS3_SW|MAS3_SR, MAS2_I|MAS2_G, 0, 16, BOOKE_PAGESZ_64K, 1), #endif +#ifdef QIXIS_BASE_PHYS SET_TLB_ENTRY(1, QIXIS_BASE, QIXIS_BASE_PHYS, MAS3_SX|MAS3_SW|MAS3_SR, MAS2_I|MAS2_G, 0, 17, BOOKE_PAGESZ_4K, 1), +#endif #ifdef CONFIG_SRIO_PCIE_BOOT_SLAVE /* * SRIO_PCIE_BOOT-SLAVE. 1M space from 0xffe00000 for |