[U-Boot] PPC460GT Canyonlands tlb table overlap?

vb vb at vsbe.com
Sun Jan 11 04:34:23 CET 2009


The Canyonland board's init.s file (board/amcc/canyonlands/init.S)
defines the contents of the TLB table for that target, it has these
two records in the table among others:

vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv

        tlbentry(CFG_PCI_BASE, SZ_256M, 0x00000000, 0xC, AC_R|AC_W|SA_G|SA_I)

        tlbentry(CFG_PCIE_BASE, SZ_16K, 0x08010000, 0xC, AC_R|AC_W|SA_G|SA_I)

^^^^^^^^^^^^^^^^^^^^^^^^

Am I missing something, or do they indeed overlap (the first record in
fact encapsulates the second one on the physical address side).

TIA,
vadim


More information about the U-Boot mailing list