Hi, In the u-boot for omap3evm I use, cleanup_before_linux(in cpu/omap3/cpu.c or cpu/arm_cortexa8/cpu.c) turns off L2 cache by mistake, it should not. This causes serious performance problem for me. The following line "#ifndef CONFIG_L2_OFF" should be "#ifdef CONFIG_L2_OFF". #ifndef CONFIG_L2_OFF /* turn off L2 cache */ l2cache_disable(); /* invalidate L2 cache also */ v7_flush_dcache_all(get_device_type()); #endif Regards Wending >-----Original Message----- >From: Pandita, Vikram [mailto:vikram.pandita@xxxxxx] >Sent: December 3, 2009 1:40 PM >To: Weng, Wending; linux-omap@xxxxxxxxxxxxxxx; Tom >Subject: RE: u-boot for omap3 >>-----Original Message----- >>From: linux-omap-owner@xxxxxxxxxxxxxxx [mailto:linux-omap-owner@xxxxxxxxxxxxxxx] On Behalf Of Weng, >>Wending >>Sent: Thursday, December 03, 2009 12:32 PM >>To: linux-omap@xxxxxxxxxxxxxxx >>Subject: u-boot for omap3 >> >>Hi all, >> >> Anybody knows who takes care of u-boot for omap3, I wish to fix a L2 cahe related bug if >Tom Rix is the Arm u-boot maintainer. >Omap3 falls as one of the silicon he maintains. >In reality, there are always internal/forked versions of the upstream that get used. >Like for zoom boards I maintain it at dev.omapzoom.org /bootloader/* >>it's >>not done yet. >> >>Regards >>Wending >> >> >> >>-- >>To unsubscribe from this list: send the line "unsubscribe linux-omap" in >>the body of a message to majordomo@xxxxxxxxxxxxxxx >>More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html