summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-tiWolfgang Denk2010-09-0927-418/+1070
|\
| * ARMV7: Fix pad mux for Panda LEDsRicardo Salveti de Araujo2010-09-081-22/+22
| * ARMV7: OMAP: Overo: Autodetect presence/absence of transceiver on mmc2Steve Sakoman2010-09-082-2/+80
| * ARMV7: OMAP3: Add support for Beagle xMSteve Sakoman2010-09-082-5/+44
| * ARMV7: OMAP3: Add CONFIG_SYS_NAND_QUIET_TEST to Beagle and Overo configsSteve Sakoman2010-09-082-0/+2
| * mtd: nand: supress 'unknown NAND' warning if no nand is foundSteve Sakoman2010-09-081-3/+6
| * ARMV7: OMAP3: Remove erroneous hard coded sdram setup for 128MB/bankSteve Sakoman2010-09-081-22/+21
| * ARMV7: OMAP3: Fix broken reset command on OMAP36XX/37XX and OMAP4Steve Sakoman2010-09-083-1/+5
| * ARMV7: OMAP3: Apply Cortex-A8 errata workarounds only on affected revisionsMans Rullgard2010-09-081-3/+10
| * ARMV7: OMAP3: Convert setup_auxcr() to pure asmMans Rullgard2010-09-082-35/+19
| * ARMV7: OMAP3: Fix and clean up L2 cache enable/disable functionsMans Rullgard2010-09-081-54/+21
| * ARMV7: OMAP3: Add clock setup for OMAP36XX/37XXSteve Sakoman2010-09-084-147/+515
| * ARMV7: OMAP3: Update CPU type detection for AM35XX/OMAP36XX/37XXSteve Sakoman2010-09-084-34/+161
| * ARMV7: OMAP: Configure Overo's second network chipSteve Sakoman2010-09-082-9/+19
| * ARMV7: OMAP: Add detection and support for Beagle C4 revisionSteve Sakoman2010-09-082-39/+58
| * ARMV7: OMAP: Add board revision detection for OveroSteve Sakoman2010-09-082-3/+35
| * ARMV7: OMAP: Add mpurate boot arg for Overo and BeagleSteve Sakoman2010-09-082-0/+6
| * ARMV7: OMAP: Enable input driver on Overo's MMC1_CLK and MMC3_CLK pinmux setupSteve Sakoman2010-09-081-2/+2
| * ARMV7: OMAP: add convenience function to set TWL4030 regulator voltagesSteve Sakoman2010-09-082-39/+44
| * ARMV7: OMAP: Move syslib.c to omap-common since it can be shared by OMAP3 and...Steve Sakoman2010-09-084-3/+5
* | Merge branch 'avr32' of git://git.denx.de/u-boot-atmelWolfgang Denk2010-09-0820-27/+274
|\ \
| * | avr32: Add simple paging supportHaavard Skinnemoen2010-09-0319-11/+267
| * | avr32: Use uncached() macro to get an address for SDRAM initHaavard Skinnemoen2010-09-035-15/+5
| * | avr32: Print unrelocated PC on exceptionHaavard Skinnemoen2010-09-031-1/+2
* | | Merge branch 'at91' of git://git.denx.de/u-boot-atmelWolfgang Denk2010-09-0828-148/+1278
|\ \ \
| * | | at91_pit: Fix AT91_PIT_MR_PIV_MASK macroAlexander Stein2010-09-031-1/+1
| * | | AT91: add option to enable pullups in at91sam9260_devices.cReinhard Meyer2010-09-031-10/+25
| * | | AT91/AVR32: atmel_spi.c: flush RDR before next SPI transactionReinhard Meyer2010-09-031-2/+11
| * | | AT91: reset.c: fix comments, add optionReinhard Meyer2010-09-031-10/+11
| * | | AT91: fix at91sam9260.h for AT91SAM9XEReinhard Meyer2010-09-031-4/+14
| * | | AT91SAM9XE: add embedded flash supportReinhard Meyer2010-09-034-0/+364
| * | | AT91: add RTT and GPBR based RTCReinhard Meyer2010-09-034-0/+182
| * | | AT91: MCI: add SD/MMC driver using mmc frameworkReinhard Meyer2010-09-039-5/+530
| * | | AT91 Fix: return value of get_tbclkJens Scharsig2010-08-311-4/+1
| * | | cpuat91: update defaut environementEric Bénard2010-08-201-4/+4
| * | | cpuat91: convert to new at91 soc architectureEric Bénard2010-08-203-46/+54
| * | | at91: Enabeling USB host on meesc boardDaniel Gorsulowski2010-08-202-2/+17
| * | | at91: Update meesc board to new SoC accessDaniel Gorsulowski2010-08-202-60/+62
| * | | at91: Defined main clock frequency on esd at91 boardsDaniel Gorsulowski2010-08-202-1/+3
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-samsungWolfgang Denk2010-09-0827-195/+274
|\ \ \
| * | | ARMV7: S5P: rename the member of gpio structureMinkyu Kang2010-08-303-91/+91
| * | | ARMV7: S5P: separate the peripheral clocksMinkyu Kang2010-08-304-8/+28
| * | | ARMV7: S5P: fix the macro at samsung_get_base functionMinkyu Kang2010-08-261-1/+1
| * | | ARMV7: S5P: rename from CONFIG_S5PC1XX to CONFIG_S5PMinkyu Kang2010-08-267-10/+10
| * | | S5P: mmc: fix the mmc offsetMinkyu Kang2010-08-231-1/+1
| * | | ARMV7: S5P: rename from s5pc1xx to s5pMinkyu Kang2010-08-236-22/+28
| * | | ARMV7: S5P: make s5p-common for sharing the code between s5pc1xx and s5pc2xxMinkyu Kang2010-08-235-2/+53
| * | | S5P: Use accessor functions instead of SoC specific defines to access the bas...Minkyu Kang2010-08-1713-45/+53
| * | | S5P: mmc: use the standard debug macroMinkyu Kang2010-08-101-18/+12
* | | | Merge branch 'master' of git://git.denx.de/u-boot-marvellWolfgang Denk2010-09-073-3/+3
|\ \ \ \
OpenPOWER on IntegriCloud