aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2014-02-19common: spl: Add spl sata boot supportDan Murphy5-0/+60
2014-02-19EXT4: Fix number base handling of "ext4write" commandWolfgang Denk1-2/+2
2014-02-19fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUPMasahiro Yamada1-1/+1
2014-02-19cmd_test: implement -e test for file existenceStephen Warren1-0/+6
2014-02-19cmd_test: evaluate to false without any argumentsStephen Warren1-1/+1
2014-02-19cmd_test: implement ! on sub-expressionsStephen Warren1-19/+24
2014-02-19cmd_test: check for binary operators before unaryStephen Warren1-4/+4
2014-02-19cmd_test: use table lookup for parsingStephen Warren1-67/+110
2014-02-17Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-14/+13
2014-02-17Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2-58/+74
2014-02-07cmd_mmc.c: Drop open/close mmc sub-commandsTom Rini1-72/+0
2014-02-07cmd_mmc.c: Add bootbus mmc sub-commandTom Rini1-0/+29
2014-02-07cmd_mmc.c: Add 'partconf' command to mmcTom Rini1-1/+29
2014-02-07cmd_mmc.c: Rename 'bootpart' to 'bootpart-resize'Tom Rini1-4/+4
2014-02-07cmd_mmc.c: Change 'bootpart' code to match normal coding styleTom Rini1-4/+11
2014-02-07SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORKTom Rini1-0/+24
2014-02-07arc: bdinfo, image and arc-specific init functions declarations supportAlexey Brodkin2-0/+19
2014-02-04cmd_pxe.c add any option for filesystem with sysboot uses generic loadDennis Gilmore1-3/+19
2014-02-04Merge branch 'clk' of git://www.denx.de/git/u-boot-microblazeTom Rini2-0/+52
2014-02-04pxe: implement fdtdir extlinux.conf tagStephen Warren1-6/+72
2014-02-04pxe: support "devicetree" tagStephen Warren1-0/+1
2014-02-04common: Add new clk commandMichal Simek2-0/+52
2014-02-03common: lcd.c: fix data abort exception when try to access bmp headerPrzemyslaw Marczak1-14/+13
2014-01-27board_r - fixup functions table after relocationAlexey Brodkin1-0/+10
2014-01-24spl: common: Support for USB MSD FAT image loadingDan Murphy5-8/+76
2014-01-24spl: common: Move FAT funcs to a common fileDan Murphy3-62/+103
2014-01-20fdt_support.c: Correct linux,initrd-start/end settingTom Rini1-2/+2
2014-01-20Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-3/+2
2014-01-14common, env: optimize boottimeHeiko Schocher2-2/+15
2014-01-14bootm: Reinstate special case for standalone imagesSimon Glass1-9/+12
2014-01-14common/image.c: move VxWorks header string out of CONFIG_CMD_ELFmiao.yan@windriver.com1-1/+1
2014-01-14command.c: Fix auto-completion for the full commands list caseAndrew Gabbasov1-2/+2
2014-01-13Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-5/+9
2014-01-13usb: ums: wait for usb cable connection before enter ums modePrzemyslaw Marczak1-0/+24
2014-01-13env_eeprom - fix bus recovery for "eeprom_bus_read"Alexey Brodkin1-3/+2
2014-01-11sandbox: spi: Adjust 'sf test' to work on sandboxSimon Glass1-5/+9
2014-01-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini4-41/+50
2014-01-09Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini1-0/+23
2014-01-09arm64: generic board supportDavid Feng1-7/+13
2014-01-09arm64: core supportDavid Feng1-0/+1
2014-01-09cmd_pxe: remove compiling warningsDavid Feng1-2/+2
2014-01-09fdt_support: 64bit initrd start address supportDavid Feng1-32/+34
2014-01-09mmc: add setdsr supportMarkus Niebel1-0/+23
2014-01-08sandbox: Allow reading/writing of RAM bufferSimon Glass1-3/+4
2014-01-08sandbox: Allow the console to work earlierSimon Glass1-1/+15
2014-01-08sandbox: Allow return from board_init_f()Simon Glass1-5/+3
2014-01-08sandbox: block driver using host file/device as backing storeHenrik Nordström1-0/+64
2013-12-16common/fdt_support.c: avoid unintended return from fdt_fixup_memory_banks()Miao Yan1-2/+3
2013-12-16common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...Miao Yan1-12/+69
2013-12-13common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF.Miao Yan1-3/+12