summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* AT91: Makes AT91SAM9RL SoC build correctly against u-boot-atmel/masterXu, Hong2011-08-033-209/+171
* AT91: change common at91sam9261 files to compile with new schemeAsen Dimov2011-08-032-41/+38
* AT91: fix mistake in at91sam9260_devices.c(spi1_hw_init)Reinhard Meyer2011-08-031-1/+1
* a/a/c/arm920t/at91/reset.c: drop obsolete CONFIG_AT91RM9200_USARTAndreas Bießmann2011-08-031-4/+0
* a/a/c/arm920t/cpu.c: remove CONFIG_AT91_LEGACY warningAndreas Bießmann2011-08-031-4/+0
* ARM: remove obsolete at91rm9200Andreas Bießmann2011-08-0314-2936/+0
* omap4: clock init support for omap4460Aneesh V2011-08-032-8/+65
* omap4: support TPS programmingAneesh V2011-08-034-7/+79
* omap: reuse omap3 gpio support in omap4Aneesh V2011-08-0310-51/+105
* omap4: sdram init changes for omap4460Aneesh V2011-08-032-19/+30
* omap4: add omap4460 revision detectionAneesh V2011-08-033-0/+5
* mkimage: Add OMAP boot image supportJohn Rigby2011-08-031-0/+30
* omap: add MMC and FAT support to SPLAneesh V2011-08-037-2/+277
* omap: add basic SPL supportAneesh V2011-08-039-2/+201
* armv7: start.S: fixes and enhancements for SPLAneesh V2011-08-032-12/+39
* omap4: automatic sdram detectionAneesh V2011-08-031-0/+238
* omap4: calculate EMIF register valuesAneesh V2011-08-038-10/+967
* omap4: add sdram init supportAneesh V2011-08-038-7/+1500
* omap4: add clock supportAneesh V2011-08-036-0/+1486
* omap4: add OMAP4430 revision checkAneesh V2011-08-034-8/+97
* omap4: cleanup pin mux dataAneesh V2011-08-033-4/+129
* omap4: utility function to identify the context of hw initAneesh V2011-08-032-1/+82
* DA8xx: fix LPSC constantsLaurence Withers2011-08-031-12/+31
* DA8xx: switch an enum to defines for consistencyLaurence Withers2011-08-031-41/+40
* DA8xx: add MMC/SD controller addressesLaurence Withers2011-08-031-0/+2
* DaVinci EMAC: declare function for all DA8xx CPUsLaurence Withers2011-08-031-1/+1
* DA8xx: add generic GPIO driverLaurence Withers2011-08-031-0/+8
* DaVinci: rename gpio_defs.h to gpio.hLaurence Withers2011-08-031-0/+0
* omap3: Include array definition only when it is usedSanjeev Premi2011-08-031-0/+3
* Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk2011-08-0226-409/+758
|\
| * Blackfin: jtag-console: fix timer usageMike Frysinger2011-07-121-2/+2
| * Blackfin: switch to common display_options()Mike Frysinger2011-07-121-1/+1
| * Blackfin: serial: move early debug strings into .rodata sectionMike Frysinger2011-07-121-5/+5
| * Blackfin: update anomaly lists to latest public infoMike Frysinger2011-07-128-221/+335
| * Blackfin: serial: convert to bfin_{read,write} helpersMike Frysinger2011-07-123-17/+19
| * Blackfin: split out async setupMike Frysinger2011-07-123-50/+84
| * Blackfin: drop unused dma.h header from start codeMike Frysinger2011-07-121-1/+0
| * Blackfin: portmux: allow header to be included in assembly filesMike Frysinger2011-07-121-0/+4
| * Blackfin: sync MMR read/write helpers with LinuxMike Frysinger2011-07-121-46/+42
| * Blackfin: gpio: optimize free path a littleMike Frysinger2011-07-122-1/+4
| * Blackfin: post: setup default CONFIG_SYS_POST_WORD_ADDRMike Frysinger2011-07-121-0/+3
| * Blackfin: uart: fix printf warningMike Frysinger2011-07-121-1/+1
| * Blackfin: add init.elf helper codeMike Frysinger2011-07-124-1/+43
| * Blackfin: dont reset SWRST on newer bf526 partsMike Frysinger2011-07-121-1/+3
| * Blackfin: uart: add multiple serial supportMike Frysinger2011-07-124-55/+210
| * Blackfin: uart: move debug buffers into local bssMike Frysinger2011-07-121-8/+3
* | Merge branch 'master' of git://git.denx.de/u-boot-mipsWolfgang Denk2011-08-021-4/+15
|\ \
| * | MIPS: make cache operation mode configurableDaniel Schwierzeck2011-07-311-1/+5
| * | MIPS: rename INFINEON_EBU_BOOTCFG to CONFIG_SYS_XWAY_EBU_BOOTFGDaniel Schwierzeck2011-07-311-3/+10
* | | Unify timer_init() and cpu_init() prototypesWolfgang Denk2011-08-014-35/+0