summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2014-02-19common: spl: Add spl sata boot supportDan Murphy
2014-02-19EXT4: Fix number base handling of "ext4write" commandWolfgang Denk
2014-02-19fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUPMasahiro Yamada
2014-02-19cmd_test: implement -e test for file existenceStephen Warren
2014-02-19cmd_test: evaluate to false without any argumentsStephen Warren
2014-02-19cmd_test: implement ! on sub-expressionsStephen Warren
2014-02-19cmd_test: check for binary operators before unaryStephen Warren
2014-02-19cmd_test: use table lookup for parsingStephen Warren
2014-02-17Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-02-17Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini
2014-02-07cmd_mmc.c: Drop open/close mmc sub-commandsTom Rini
2014-02-07cmd_mmc.c: Add bootbus mmc sub-commandTom Rini
2014-02-07cmd_mmc.c: Add 'partconf' command to mmcTom Rini
2014-02-07cmd_mmc.c: Rename 'bootpart' to 'bootpart-resize'Tom Rini
2014-02-07cmd_mmc.c: Change 'bootpart' code to match normal coding styleTom Rini
2014-02-07SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORKTom Rini
2014-02-07arc: bdinfo, image and arc-specific init functions declarations supportAlexey Brodkin
2014-02-04cmd_pxe.c add any option for filesystem with sysboot uses generic loadDennis Gilmore
2014-02-04Merge branch 'clk' of git://www.denx.de/git/u-boot-microblazeTom Rini
2014-02-04pxe: implement fdtdir extlinux.conf tagStephen Warren
2014-02-04pxe: support "devicetree" tagStephen Warren
2014-02-04common: Add new clk commandMichal Simek
2014-02-03common: lcd.c: fix data abort exception when try to access bmp headerPrzemyslaw Marczak
2014-01-27board_r - fixup functions table after relocationAlexey Brodkin
2014-01-24spl: common: Support for USB MSD FAT image loadingDan Murphy
2014-01-24spl: common: Move FAT funcs to a common fileDan Murphy
2014-01-20fdt_support.c: Correct linux,initrd-start/end settingTom Rini
2014-01-20Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2014-01-14common, env: optimize boottimeHeiko Schocher
2014-01-14bootm: Reinstate special case for standalone imagesSimon Glass
2014-01-14common/image.c: move VxWorks header string out of CONFIG_CMD_ELFmiao.yan@windriver.com
2014-01-14command.c: Fix auto-completion for the full commands list caseAndrew Gabbasov
2014-01-13Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2014-01-13usb: ums: wait for usb cable connection before enter ums modePrzemyslaw Marczak
2014-01-13env_eeprom - fix bus recovery for "eeprom_bus_read"Alexey Brodkin
2014-01-11sandbox: spi: Adjust 'sf test' to work on sandboxSimon Glass
2014-01-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-01-09Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini
2014-01-09arm64: generic board supportDavid Feng
2014-01-09arm64: core supportDavid Feng
2014-01-09cmd_pxe: remove compiling warningsDavid Feng
2014-01-09fdt_support: 64bit initrd start address supportDavid Feng
2014-01-09mmc: add setdsr supportMarkus Niebel
2014-01-08sandbox: Allow reading/writing of RAM bufferSimon Glass
2014-01-08sandbox: Allow the console to work earlierSimon Glass
2014-01-08sandbox: Allow return from board_init_f()Simon Glass
2014-01-08sandbox: block driver using host file/device as backing storeHenrik Nordström
2013-12-16common/fdt_support.c: avoid unintended return from fdt_fixup_memory_banks()Miao Yan
2013-12-16common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...Miao Yan
2013-12-13common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF.Miao Yan