Two patches for OMAP3. One calls the internal ROM to invalidate the L2 cache and removes the previously used omap3_invalidate_dcache function. I don't know exactly what'S going on here, but it makes the beagle board much more stable. In earlier days this was not needed, maybe because we didn't enable the MMU. The other one adds the iomux setup for MMC cards on the beagle board. My hope was that with this the MMC slot would work even when not booting from it. Unfortunately this was not the case. I also tried and enabled VMMC in the twl4030, but this didn't help either. So if anyone has an idea what needs to be done to make the MMC slot work I'd be glad to hear. Sascha ---------------------------------------------------------------- Sascha Hauer (2): ARM: OMAP3: invalidate L2 cache using ROM API ARM: OMAP: beagle: Add missing MMC iomux setup arch/arm/boards/beagle/lowlevel.c | 13 +++- arch/arm/boards/omap343xdsp/lowlevel.c | 2 - arch/arm/mach-omap/Makefile | 4 +- arch/arm/mach-omap/auxcr.S | 12 ++++ arch/arm/mach-omap/include/mach/omap3-silicon.h | 8 ++- arch/arm/mach-omap/omap3_core.S | 87 ------------------------- arch/arm/mach-omap/omap3_generic.c | 4 +- 7 files changed, 35 insertions(+), 95 deletions(-) delete mode 100644 arch/arm/mach-omap/omap3_core.S _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox