On 5/6/2011 7:03 PM, Paolo Pisati wrote:
On 05/06/2011 03:12 PM, Santosh Shilimkar wrote:
Something wrong in ID decoding. The actual PL310 version used on OMAP4430 ES2.x is r2p0 and hence errata 753970 is NA for OMAP4430 PANDA/BLAZE/SDP.
weird since it's just a pci read:
arm/mm/cache-l2x0.c::l2x0_init()
... cache_id = readl_relaxed(l2x0_base + L2X0_CACHE_ID); ... printk(KERN_INFO "l2x0: %d ways, CACHE_ID 0x%08x, AUX_CTRL 0x%08x, Cache size: %d B\n", ways, cache_id, aux, l2x0_size);
wrong id on the datasheet?
Not sure. Will confirm with TI hardware team but am quite certain about the PL310 version used on OMAP4430.
Regards Santosh