summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow for parallel builds and saved outputAndy Fleming2012-04-301-15/+122
* Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2012-04-3035-261/+1047
|\
| * Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2012-04-3035-261/+1047
| |\
| | * powerpc/85xx: don't touch MAS7 on e500v1 when relocating CCSRTimur Tabi2012-04-241-2/+6
| | * powerpc/85xx: don't display address map size (32-bit vs. 36-bit) during bootTimur Tabi2012-04-2411-52/+9
| | * cmd_bdinfo: display the address map size (32-bit vs. 36-bit)Timur Tabi2012-04-241-0/+8
| | * PowerPC: correct the SATA for p1/p2 rdb-pc platformJerry Huang2012-04-241-1/+1
| | * powerpc/corenet_ds: Slave core in holdoff when boot from SRIOLiu Gang2012-04-244-0/+135
| | * powerpc/corenet_ds: Slave reads ENV from master when boot from SRIOLiu Gang2012-04-246-1/+130
| | * powerpc/corenet_ds: Slave uploads ucode when boot from SRIOLiu Gang2012-04-244-5/+46
| | * powerpc/corenet_ds: Slave module for boot from SRIOLiu Gang2012-04-246-0/+57
| | * powerpc/corenet_ds: Master module for boot from SRIOLiu Gang2012-04-246-2/+140
| | * powerpc/corenet_ds: Document for the boot from SRIOLiu Gang2012-04-241-0/+103
| | * powerpc/corenet_ds: Correct the compilation errors about ENVLiu Gang2012-04-241-0/+2
| | * powerpc/srio: Rewrite the struct ccsr_rioLiu Gang2012-04-242-160/+270
| | * powerpc/85xx:Fix lds for nand boot debug infoPrabhakar Kushwaha2012-04-241-2/+2
| | * powerpc/p2041rdb: add env in NAND supportShaohui Xie2012-04-241-0/+5
| | * powerpc/p2041rdb: add NAND and NAND boot supportShaohui Xie2012-04-242-3/+52
| | * powerpc/mpc8xxx: Fix CONFIG_DDR_RAW_TIMING for two boardsYork Sun2012-04-244-7/+7
| | * powerpc/85xx:Avoid vector table compilation for nand_splPrabhakar Kushwaha2012-04-241-0/+6
| | * powerpc/85xx:Fix IVORs addr after vector table relocationPrabhakar Kushwaha2012-04-241-0/+33
| | * powerpc/85xx:Avoid hardcoded vector address for IVORsPrabhakar Kushwaha2012-04-241-31/+34
| | * powerpc/p1023rds: Disable nor flash node and enable nand flash nodeChunhe Lan2012-04-241-0/+6
* | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2012-04-305-7/+406
|\ \ \ | |/ /
| * | Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk2012-04-305-7/+406
| |\ \
| | * | i2c:designware Turn off the ctrl when setting the speedArmando Visconti2012-04-241-0/+11
| | * | i2c: Add support for designware i2c controllerVipin KUMAR2012-04-244-7/+7
| | * | sh: i2c: Add support I2C controller of SH7734Nobuhiro Iwamatsu2012-04-242-0/+388
| | |/
* | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2012-04-304-25/+44
|\ \ \ | |/ /
| * | Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk2012-04-304-25/+44
| |\ \
| | * | Blackfin: bfin_sdh: drop dos part hardcodeMike Frysinger2012-04-221-1/+0
| | * | Blackfin: move gd/bd to bss by defaultMike Frysinger2012-04-222-23/+43
| | * | Blackfin: gd_t: relocate volatile markingsMike Frysinger2012-04-221-1/+1
* | | | image/fit: drop inline markings on parser codeMike Frysinger2012-04-302-4/+4
|/ / /
* | | Merge branch 'master' of git://git.denx.de/u-boot-nds32Wolfgang Denk2012-04-3014-0/+1532
|\ \ \
| * | | board/adp-ag102: add configuration of adp-ag102Macpaul Lin2012-04-224-0/+413
| * | | board/adp-ag102: add board specific filesMacpaul Lin2012-04-222-0/+150
| * | | nds32/ag102: add ag102 soc supportMacpaul Lin2012-04-225-0/+804
| * | | nds32/ag102: add header support of ag102 socMacpaul Lin2012-04-223-0/+165
| |/ /
* | | patman: Change the location of patman pathVikram Narayanan2012-04-301-3/+3
* | | patman: Fix a typo errorVikram Narayanan2012-04-301-1/+1
* | | GCC47: Fix warning in md5.cMarek Vasut2012-04-292-3/+6
* | | GCC47: Fix warning in cmd_nand.cMarek Vasut2012-04-291-1/+1
* | | Merge branch 'marex@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk2012-04-2924-24/+5
|\ \ \
| * | | CMD: CONFIG_CMD_SETECPR -> CONFIG_CMD_SETEXPR on omap3_logicMarek Vasut2012-04-191-1/+1
| * | | CMD: Fix CONFIG_CMD_SAVEBP_WRITE_SIZE -> CONFIG_CMD_SPL_WRITE_SIZEMarek Vasut2012-04-191-1/+1
| * | | CMD: Fix typo CMD_FSL -> CMD_MFSL in readmeMarek Vasut2012-04-191-1/+1
| * | | HWW1U1A: Fix CMD_SHA1 -> CMD_SHA1SUMMarek Vasut2012-04-191-1/+1
| * | | CMD: Remove CMD_LOG, it's unusedMarek Vasut2012-04-195-5/+0
| * | | CMD: Fix typo KGBD -> KGDB on debris boardMarek Vasut2012-04-191-1/+1
OpenPOWER on IntegriCloud