summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| | * omap4: board: change global data pointer to file scopeNishanth Menon2010-11-19-1/+2
| | * mmc: omap: timeout counter fixNishanth Menon2010-11-19-25/+82
| | * da830: fixup ARM relocation supportNick Thompson2010-11-19-2/+8
* | | Fix NAND booting make targetStefan Roese2010-11-24-10/+10
|/ /
* | Blackfin: tweak objects specified before embedded environmentMike Frysinger2010-11-19-64/+30
* | Blackfin: drop initcode.o from combined objectMike Frysinger2010-11-19-4/+0
* | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2010-11-19-1/+45
|\ \
| * \ Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk2010-11-19-1/+45
| |\ \
| | * | post, i2c: add missing curly bracket in i2c_post_testHeiko Schocher2010-11-17-1/+2
| | * | i2c, mpc5xxx: add multibus supportHeiko Schocher2010-11-17-0/+43
* | | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2010-11-19-0/+6
|\ \ \ \ | |/ / /
| * | | Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk2010-11-19-0/+6
| |\ \ \
| | * | | Blackfin: make sure bss len is multiple of 4 bytesMike Frysinger2010-11-18-0/+1
| | * | | Blackfin: stick ins/outs funcs into their own .text sectionMike Frysinger2010-11-18-0/+5
| | | |/ | | |/|
* | | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2010-11-19-70/+94
|\ \ \ \ | |/ / /
| * | | Merge branch 'net' of git://git.denx.de/u-boot-sparcWolfgang Denk2010-11-19-70/+94
| |\ \ \ | | |/ / | |/| |
| | * | GRETH: removed space in network driver device name.Daniel Hellstrom2010-11-18-2/+2
| | * | GRETH: fixed 2 decriptor table typosDaniel Hellstrom2010-11-18-2/+2
| | * | GRETH: Added extra RESET, this is needed if GRETH was stopped during an ether...Daniel Hellstrom2010-11-18-0/+10
| | * | GRETH: Added autodetection of PHY address, or let BSP hardcode it.Daniel Hellstrom2010-11-18-23/+55
| | * | GRETH: made debug printouts use common debug() macro.Daniel Hellstrom2010-11-18-41/+25
| | * | GRETH: removed unneccesary register write and one clean up.Daniel Hellstrom2010-11-18-3/+1
* | | | Exclude drivers/qe/fdt.c without CONFIG_QESebastien Carlier2010-11-18-3/+1
|/ / /
* | | Makefile: Fix build with USE_PRIVATE_LIBGCCMatthias Weisser2010-11-18-1/+1
|/ /
* | malloc: Fix issue with calloc memory possibly being non-zeroKumar Gala2010-11-17-0/+7
* | net: e1000: typo using wrong argument to sizeofMatthew McClintock2010-11-17-1/+1
* | Switch from archive libraries to partial linkingSebastien Carlier2010-11-17-1371/+1381
* | Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2010-11-17-290/+581
|\ \ | |/ |/|
| * tx25: fix linker file for newer ld supportAlbert Aribaud2010-11-17-21/+19
| * ARM: fix linker file for newer ld supportAlbert Aribaud2010-11-17-121/+105
| * Merge branch 'master' of git://git.denx.de/u-boot-tiWolfgang Denk2010-11-13-113/+411
| |\
| | * armv7, beagle: Second SDRAM bank don;t workHeiko Schocher2010-11-04-0/+7
| | * omap3evm: Fix mechanism to identify board revisionSanjeev Premi2010-11-04-3/+26
| | * omap3evm: Wrap function under CONFIG_USB_OMAP3Sanjeev Premi2010-11-04-0/+2
| | * omap3evm: Support relocationSanjeev Premi2010-11-04-1/+7
| | * ARMV7: OMAP3: Use generic mmc driver on OMAP3 IGEP moduleEnric Balletbo i Serra2010-11-04-1/+11
| | * ARMV7: OMAP3: Use generic mmc driver on IGEP v2Enric Balletbo i Serra2010-11-04-1/+11
| | * mmc: Add multi-block read support to the generic mmc driverAlagu Sankar2010-11-04-71/+39
| | * mmc: Clean up generic mmc driver multi-block write functionsSteve Sakoman2010-11-04-24/+14
| | * ARMV7: OMAP: Fix build after introduction of GENERATED_GBL_DATA_SIZESteve Sakoman2010-11-04-7/+30
| | * ARMV7: OMAP3: Add expansion board detection for BeagleKoen Kooi2010-11-04-2/+140
| | * ARMV7: OMAP3: Add expansion board detection for OveroSteve Sakoman2010-11-04-0/+120
| | * ARMV7: Fix build for non-OMAP3 boardsSteve Sakoman2010-11-04-1/+1
| | * ARMV7: OMAP3: IGEP: Rename TEXT_BASESteve Sakoman2010-11-04-2/+3
| * | Merge branch 'at91' of git://git.denx.de/u-boot-atmelWolfgang Denk2010-11-12-0/+41
| |\ \
| | * | AT91: add header file for the Shutdown ControllerReinhard Meyer2010-11-02-0/+39
| | * | AT91: add 2nd SPI to 9260/9XE/9G20Reinhard Meyer2010-10-30-0/+2
| | |/
| * | Merge branch 'master' of /home/wd/git/u-boot/masterWolfgang Denk2010-11-12-14595/+10877
| |\ \ | | |/
| * | Devkit8000: Adapt changes to ARM relocation supportThomas Weber2010-10-20-35/+5
* | | Net: clarify board/cpu_eth_init callsBen Warren2010-11-15-4/+12