* Tony Lindgren [081005 11:15]: > On Fri, Oct 03, 2008 at 03:09:35PM +0300, Tony Lindgren wrote: > > Add minimal omap3430 support based on earlier patches from > > Syed Mohammed Khasim. Also merge in omap34xx SRAM support > > from Karthik Dasu and use consistent naming for sram init > > functions. > > > > Also do following changes that make 34xx support usable: > > > > - Rename IRQ_SIR_IRQ to INTCPS_SIR_IRQ and define it locally > > in entry-macro.S > > > > - Update mach-omap2/io.c to support 2420, 2430, and 34xx > > > > - Also merge in 34xx GPMC changes to add fields wr_access and > > wr_data_mux_bus from Adrian Hunter > > > > - Remove memory initialization call omap2_init_memory() until > > until more generic memory initialization patches are posted. > > It's OK to rely on bootloader initialization until then. > > > > Signed-off-by: Syed Mohammed Khasim > > Signed-off-by: Karthik Dasu > > Signed-off-by: Adrian Hunter > > Signed-off-by: Tony Lindgren > > > > Looks like there are at least some formatting issues with the sram code > above. Will check and repost this patch on Monday. Here's this one cleaned up a bit. I also merged in few more pin mux configurations. > Tony