aboutsummaryrefslogtreecommitdiff
path: root/cpu/arm926ejs
AgeCommit message (Expand)AuthorFilesLines
2009-06-12ARM DaVinci:Consolidate common u-boot.ldsSandeep Paulraj2-0/+89
2009-06-12arm920/926/926: remove non needed headerJean-Christophe PLAGNIOL-VILLARD6-6/+0
2009-06-12davinci: display correct clock infoDavid Brownell2-1/+132
2009-06-12arm: timer and interrupt init reworkJean-Christophe PLAGNIOL-VILLARD2-58/+1
2009-06-12davinci: add basic dm355/dm350/dm335 supportDavid Brownell2-0/+46
2009-06-12davinci: fix dm644x bugletsDavid Brownell1-1/+3
2009-06-12davinci: split out some dm644x-specific bits from pscDavid Brownell3-75/+123
2009-06-12davinci: cpu-specific build uses conditional make syntaxDavid Brownell1-3/+5
2009-06-12davinci: move psc support board-->cpuDavid Brownell2-1/+183
2009-06-12DaVinci now respects SKIP_LOWLEVEL_INITDavid Brownell1-1/+5
2009-06-10at91/cpu.c: add missing Copyright & GPL headerJean-Christophe PLAGNIOL-VILLARD1-0/+23
2009-05-15Fix e-mail address of Gary Jennejohn.Detlev Zundel11-11/+11
2009-05-13AFEB9260 network fixSergey Lapin1-1/+1
2009-05-01at91: remove lowlevel_init.SJean-Christophe PLAGNIOL-VILLARD5-61/+2
2009-05-01Update CHANGELOG; minor coding style cleanup.Wolfgang Denk1-1/+0
2009-04-29at91: fixed plla calc when no USB support is activeDaniel Gorsulowski1-1/+1
2009-04-16at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000Jean-Christophe PLAGNIOL-VILLARD1-38/+44
2009-04-16at91: add support for the PM9263 board of Ronetix GmbHIlko Iliev4-4/+14
2009-04-16at91sam9/at91cap: improve clock frameworkJean-Christophe PLAGNIOL-VILLARD3-0/+218
2009-04-05arm: unify reset commandJean-Christophe PLAGNIOL-VILLARD1-8/+0
2009-04-05arm: clean cache managementJean-Christophe PLAGNIOL-VILLARD1-62/+10
2009-04-05arm: update co-processor 15 accessJean-Christophe PLAGNIOL-VILLARD1-57/+14
2009-04-04at91: move dataflash spi driver to drivers/spiJean-Christophe PLAGNIOL-VILLARD2-158/+0
2009-04-04at91: move usb driver to drivers/usbJean-Christophe PLAGNIOL-VILLARD2-81/+0
2009-04-04at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECTJean-Christophe PLAGNIOL-VILLARD1-0/+5
2009-04-04at91sam9/at91cap: spi init add hardware chip select supportJean-Christophe PLAGNIOL-VILLARD5-27/+136
2009-03-30OMAP: rename timer divisorLadislav Michl1-1/+1
2009-03-30davinci: move i2c driver to drivers/i2cJean-Christophe PLAGNIOL-VILLARD2-335/+1
2009-03-30davinci: move nand driver to drivers/mtd/nandJean-Christophe PLAGNIOL-VILLARD2-476/+1
2009-03-22at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.Nicolas Ferre2-2/+7
2009-03-22at91sam9/at91cap: move common macb initialisation to cpuJean-Christophe PLAGNIOL-VILLARD4-0/+174
2009-03-22at91sam9/at91cap: move common usb host initialisation to cpuJean-Christophe PLAGNIOL-VILLARD2-0/+36
2009-03-22at91sam9/at91cap: move common led management to cpuJean-Christophe PLAGNIOL-VILLARD2-0/+65
2009-03-22at91sam9/at91cap: move common spi initialisation to cpuJean-Christophe PLAGNIOL-VILLARD6-5/+372
2009-03-22at91sam9/at91cap: move common serial initialisation to cpuJean-Christophe PLAGNIOL-VILLARD6-1/+386
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho1-1/+1
2009-01-24Initial support for Nomadik 8815 development boardAlessandro Rubini3-0/+254
2008-12-15i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functionsTimur Tabi1-17/+0
2008-12-14Fix new found CFG_Jean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-12-13Remove compiler warning: target CPU does not support interworkingSergei Poselenov1-0/+1
2008-12-06Remove redundant armv4 flag from arm926ejs compile flagsRemy Bohmer2-2/+1
2008-11-21AT91: Enable PLLB for USBStelian Pop1-0/+18
2008-11-18Align end of bss by 4 bytesSelvamuthukumar1-1/+1
2008-11-04ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directoryRoman Mashak3-2/+2
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD10-62/+62
2008-09-13Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk1-5/+76
2008-09-12ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.cHugo Villeneuve1-20/+7
2008-09-10ARM DaVinci: Fix broken HW ECC for large page NAND.Hugo Villeneuve1-5/+76
2008-09-02Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()Ben Warren2-36/+0
2008-08-31ARM DaVinci: Changing function names for EMAC driverSandeep Paulraj3-79/+79