summaryrefslogtreecommitdiff
path: root/cpu/arm1136
AgeCommit message (Expand)AuthorFilesLines
2009-03-30OMAP: rename timer divisorLadislav Michl1-1/+1
2009-03-30imx31: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-233/+1
2008-11-05Change to use "do_div" macroTomohiro Masubuchi1-13/+45
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD5-29/+29
2008-10-08i.MX31: switch to CFG_HZ=1000Guennadi Liakhovetski1-29/+50
2008-09-12i.MX31: Add reset_timer() and modify get_timer_masked().Magnus Lilja1-4/+20
2008-08-25MX31: fix bit masks in function mx31_decode_pll()Jens Gehrlein1-2/+2
2008-08-12i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.Magnus Lilja1-2/+2
2008-07-01i.MX31: fixed CTRL-C detectionJuergen Kilb1-1/+2
2008-05-21Big white-space cleanup.Wolfgang Denk2-36/+36
2008-05-10mx31ads: fix 32kHz clock handlingGuennadi Liakhovetski1-2/+2
2008-04-14core support for Freescale mx31Sascha Hauer4-0/+478
2008-04-14Fix compile errorWolfgang Denk1-1/+1
2008-04-14Separate omap24xx specific code from arm1136Sascha Hauer6-38/+94
2008-04-11Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:Wolfgang Denk10-640/+77
2008-03-30Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.cPeter Pearse1-1/+1
2008-03-30core support for Freescale mx31Sascha Hauer4-0/+486
2008-03-30Separate omap24xx specific code from arm1136Sascha Hauer6-77/+154
2008-02-15Merge branch '080208_dupint' of git://linux-arm.org/u-boot-armdevPeter Pearse1-134/+0
2008-02-15OneNAND Initial Program Loader (IPL) supportKyungmin Park1-0/+42
2008-02-14ARM: cleanup duplicated exception handlingcodeAndreas Engel1-134/+0
2007-09-10Remove compiler warning: target CPU does not support interworkingKyungmin Park1-0/+1
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-7/+11
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-2/+4
2005-10-09Cleanup warnings for cpu/arm720t & cpu/arm1136 files.Wolfgang Denk3-5/+9
2005-10-06Update make target for ARM supported boards.Wolfgang Denk2-4/+16
2005-10-05Update ARM Integrator boards:Wolfgang Denk1-1/+0
2005-10-05Make sure only supported compiler options are usedWolfgang Denk1-1/+10
2005-04-04Patch by Steven Scholz, 4 Apr 2005:wdenk1-0/+4
2005-04-04Fix timer code for ARM systems: make sure that udelay() does notwdenk1-3/+8
2005-04-03Patch by Steven Scholz, 25 Oct 2004:wdenk2-3/+0
2005-01-12* Some Cleanup.wdenk2-11/+4
2005-01-10Coding Style cleanupwdenk3-85/+82
2005-01-10* Patches by Richard Woodruff, 01 Oct 2004:wdenk5-0/+938