summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| |\ \ \ \
| | * | | | orion5x: fix comment-in-comment typo in cpu.hAlbert Aribaud2010-08-271-1/+1
| | * | | | Kirkwood: bugfix: window size (mis)calculationPrafulla Wadaskar2010-08-261-1/+1
| | * | | | Orion5x: bugfix: window size (mis)calculationAlbert Aribaud2010-08-261-1/+1
| * | | | | Merge branch 'master' of /home/wd/git/u-boot/masterWolfgang Denk2010-09-0753-878/+795
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
| * | | | Merge branch 'master' of /home/wd/git/u-boot/masterWolfgang Denk2010-08-1819-55/+1539
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.denx.de/u-boot-tiWolfgang Denk2010-08-1286-329/+307
| |\ \ \ \ \
| | * | | | | mmc: omap3: fix block read functionGrazvydas Ignotas2010-08-121-26/+21
| | * | | | | mmc: omap3: make local symbols staticGrazvydas Ignotas2010-08-122-25/+17
| * | | | | | ARM: Add support for jadecpu board based on MB86R01 SoCMatthias Weisser2010-08-1010-0/+791
| * | | | | | video: add support for display controller in MB86R0x SoCsMatthias Weisser2010-08-102-0/+187
| * | | | | | ARM: Add support for MB86R0x SoCsMatthias Weisser2010-08-109-6/+956
* | | | | | | bedbug_860.c, bedbug_603e.c: Fix return type to silence compile warnings.Wolfgang Denk2010-09-082-8/+16
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'master' of git://git.denx.de/u-boot-mipsWolfgang Denk2010-09-077-7/+7
|\ \ \ \ \ \
| * | | | | | MIPS: update the MIPS u-boot.ldsXiangfu Liu2010-09-047-7/+7
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk2010-09-074-9/+25
|\ \ \ \ \ \
| * | | | | | ppc4xx: Invalidate d-cache when used as init-ramStefan Roese2010-09-031-0/+5
| * | | | | | ppc4xx: Fix 440EPx bug in reconfigure_pll()Stefan Roese2010-09-032-9/+19
OpenPOWER on IntegriCloud