aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2010-09-28Merge branch 'next' of /home/wd/git/u-boot/nextWolfgang Denk24-725/+1181
2010-09-28Add support for operating system OSETorkel Lundgren2-0/+40
2010-09-23Remove unused CONFIG_SERIAL_SOFTWARE_FIFO featureStefan Roese1-8/+0
2010-09-23ppc4xx: Remove now unused CONFIG_UART1_CONSOLEStefan Roese1-4/+1
2010-09-23ppc4xx: Use common NS16550 driver for PPC4xx UARTStefan Roese1-9/+1
2010-09-23ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs sizeStefan Roese1-10/+41
2010-09-21cmd_mmc: use common usage functionMike Frysinger1-6/+3
2010-09-21Merge branch 'next' of ../custodians into nextWolfgang Denk3-8/+4
2010-09-20cfi_flash: Remove uneccessary #ifdef CONFIG_SYS_MAX_FLASH_BANKS_DETECTStefan Roese1-8/+2
2010-09-20cfi_flash: Simplify dynamic flash bank number detectionStefan Roese2-0/+2
2010-09-19Remove HMI10 board supportWolfgang Denk1-6/+5
2010-09-19ARM: add relocation supportHeiko Schocher3-1/+22
2010-09-19i2c: fix command usage helpHeiko Schocher1-0/+3
2010-09-19relocation: fixup cmdtableHeiko Schocher1-0/+37
2010-09-19arm: get rid of bi_envHeiko Schocher1-1/+0
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk13-677/+1066
2010-09-19Make getenv() work before relocation.Wolfgang Denk1-11/+18
2010-09-19Remove support for CONFIG_HAS_UID and "forceenv" commandWolfgang Denk2-16/+0
2010-09-19Save environment data to mmc.Terry Lv3-1/+156
2010-09-18mmc: print out partition tableLei Wen1-0/+20
2010-09-13x86: Add do_bdinfo()Graeme Russ1-3/+45
2010-09-10Prepare v2010.09-rc1v2010.09-rc1Wolfgang Denk1-1/+1
2010-09-08Merge branch 'master' of git://git.denx.de/u-boot-samsungWolfgang Denk1-2/+2
2010-09-07Merge branch 'master' of /home/wd/git/u-boot/masterWolfgang Denk3-47/+47
2010-09-07Merge branch 'master' of git://git.denx.de/u-boot-shWolfgang Denk1-0/+19
2010-09-07Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk1-10/+7
2010-08-30sh: Add support do_bdinfo functionNobuhiro Iwamatsu1-0/+19
2010-08-26ARMV7: S5P: rename from CONFIG_S5PC1XX to CONFIG_S5PMinkyu Kang1-2/+2
2010-08-26CMD_I2C: make alen=0 workReinhard Meyer1-10/+7
2010-08-19fdt: call fdt_parent_offset fewer times while translating addressesScott Wood1-37/+21
2010-08-18Merge branch 'master' of /home/wd/git/u-boot/masterWolfgang Denk2-1/+3
2010-08-13env_nand: return error when no device is foundMike Frysinger1-0/+2
2010-08-12Merge branch 'master' of git://git.denx.de/u-boot-tiWolfgang Denk2-81/+76
2010-08-12Fixed clobbered output of the "help usb" commandSergei Poselenov1-1/+1
2010-08-10ARM: Add support for MB86R0x SoCsMatthias Weisser1-3/+3
2010-08-10Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2-10/+17
2010-08-10Merge branch 'master' of git://git.denx.de/u-boot-imxWolfgang Denk1-1/+1
2010-08-10Merge branch 'master' of git://git.denx.de/u-boot-marvellWolfgang Denk1-9/+16
2010-08-10fix cmd_mmc.c, line 136 missing "Reinhard Meyer1-1/+1
2010-08-09miiphy: leverage current_mii cache moreMike Frysinger1-2/+16
2010-08-09miiphy: unify device list lookupMike Frysinger1-60/+40
2010-08-09miiphy: constify device nameMike Frysinger2-21/+22
2010-08-09fdt: Fix bug in size calculation in fdt_resize() with initrd useFeng Wang1-3/+4
2010-08-09various cmd_* files: fixed layout a little bitFrans Meulenbroeks12-13/+26
2010-08-09various cmd_* files: remove the command name from the help messageFrans Meulenbroeks4-5/+7
2010-08-09flash_protect: check for NULL flash infoMike Frysinger1-3/+6
2010-08-09getenv_f(): fix handling of too short buffersWolfgang Denk1-6/+12
2010-08-09dataflash mmc mux: use common cmd_usage functionMike Frysinger1-2/+1
2010-08-09mflash: use common cmd_usage functionMike Frysinger1-2/+1
2010-08-09cmd editing: optimize/shrink output blankingMike Frysinger1-5/+3