summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* env: cosmetic: Consilidate the default env definitionJoe Hershberger2012-10-19-293/+141
* disk: initialize name/part fields when returning a whole diskStephen Warren2012-10-19-0/+2
* ColdFire: uart: fix build failure for missing header filesAlison Wang2012-10-19-0/+2
* ColdFire: Fix the build error for Freescale m5282evb board.Jason Jin2012-10-19-0/+3
* ColdFire: Fix build error for astro mcf53731 board.Jason Jin2012-10-19-53/+11
* m68k: net: Fix unused variable in mcfmii.cMarek Vasut2012-10-19-3/+1
* m68k: Fix unused variable in board.cMarek Vasut2012-10-19-1/+2
* m68k: Fix unused variable warning in speed.cMarek Vasut2012-10-19-2/+7
* m68k: Fix unused variable warningMarek Vasut2012-10-19-1/+2
* m68k: Fix wrong assembler instruction in start.SMarek Vasut2012-10-19-4/+4
* m68k: Fix relocation errors in start.SPhilippe De Muyter2012-10-19-2/+2
* powerpc: delete Wind River SBC8560/8540 supportPaul Gortmaker2012-10-17-1539/+0
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2012-10-17-43/+181
|\
| * i2c_probe: update for use in scriptingEric Nelson2012-10-16-4/+16
| * common/i2c: Add i2c write commandYork Sun2012-10-16-0/+50
| * i2c: sh_i2c: use setbits/clrbits macroTetsuyuki Kobayashi2012-10-16-4/+4
| * arm: rmobile: kzm9g: enable I2C2Tetsuyuki Kobayashi2012-10-16-0/+2
| * arm: rmobile: kzm9g: enable I2C1Tetsuyuki Kobayashi2012-10-16-2/+3
| * i2c: sh_i2c.c: check error in i2c_read and i2c_writeTetsuyuki Kobayashi2012-10-16-18/+32
| * i2c: sh_i2c: enable i2c_probeTetsuyuki Kobayashi2012-10-16-5/+27
| * i2c: sh_i2c.c: support I2C2, I2C3 and I2C4Tetsuyuki Kobayashi2012-10-16-1/+19
| * i2c: sh_i2c.c: adjust for SH73A0Tetsuyuki Kobayashi2012-10-16-1/+5
| * i2c: sh_i2c.c: correct BUSY bit define in ICSRTetsuyuki Kobayashi2012-10-16-1/+1
| * i2c: sh_i2c.c: support iccl and icch extensionTetsuyuki Kobayashi2012-10-16-8/+23
* | Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2012-10-17-98/+1155
|\ \
| * | MIPS: qemu_mips.h: cleanup coding style and checkpatch.pl issuesDaniel Schwierzeck2012-10-16-28/+26
| * | MIPS: add board qemu-mips64 supportZhi-zhou Zhang2012-10-16-0/+1046
| * | MIPS: qemu_mips: move CONFIG_SYS_TEXT_BASE to qemu-mips.hZhi-zhou Zhang2012-10-16-10/+1
| * | MIPS: add support for 64 bit addressingZhi-zhou Zhang2012-10-16-1/+23
| * | MIPS: don't use camel-case styleZhi-zhou Zhang2012-10-16-59/+59
| |/
* | fs: fat: Fix mkcksum() function parametersMarek Vasut2012-10-17-9/+13
* | disk: part_dos: print partition UUID in partition listStephen Warren2012-10-17-8/+11
* | disk: part_dos: checkpatch cleanupsStephen Warren2012-10-17-10/+11
* | disk: part_efi: set bootable flag in partition objectsStephen Warren2012-10-17-0/+10
* | disk: part_efi: print raw partition attributesStephen Warren2012-10-17-6/+11
* | disk: part_efi: add new partition attribute definitionsStephen Warren2012-10-17-1/+3
* | disk: part_efi: print partition UUIDsStephen Warren2012-10-17-22/+28
* | disk: part_efi: re-order partition list printf, change caseStephen Warren2012-10-17-4/+4
* | disk: part_efi: remove indent level from loopStephen Warren2012-10-17-8/+7
* | disk: get_device_and_partition() return value fixesStephen Warren2012-10-17-1/+1
* | remove unnecessary includes from cmd_ide.cPavel Herrmann2012-10-17-8/+0
* | split PCS440EP specific code from cmd_ide.cPavel Herrmann2012-10-17-18/+56
* | split AU1X00 specific code from cmd_ide.cPavel Herrmann2012-10-17-4/+35
* | move CPC45 ide_led to the same file as other IDE hooksPavel Herrmann2012-10-17-15/+15
* | make ide_led() a weak aliasPavel Herrmann2012-10-17-36/+27
* | split CPC45 board-specific IDE functions from cmd_ide.cPavel Herrmann2012-10-17-92/+131
* | change all versions of input_data() and output_data() to global weak aliasesPavel Herrmann2012-10-17-23/+48
* | split IVM power hooks from cmd_ide.cPavel Herrmann2012-10-17-48/+46
* | split mpc8xx hooks from cmd_ide.cPavel Herrmann2012-10-17-183/+287
* | remove CONFIG_SC3 from cmd_ide.cPavel Herrmann2012-10-17-7/+0