summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* pxe: add ipappend supportRob Herring2013-06-24-3/+44
* net: Fix build regression in cmd_pxe.cJoe Hershberger2013-06-24-0/+2
* pxe: add support for per arch and SoC default pathsRob Herring2013-06-24-6/+20
* pxe: add support for ontimeout tokenRob Herring2013-06-24-5/+6
* pxe: simplify menu display and selectionRob Herring2013-06-24-18/+16
* pxe: always display a menu when presentRob Herring2013-06-24-1/+2
* pxe: try bootz if bootm fails to find a valid imageRob Herring2013-06-24-1/+10
* bootz: un-staticize do_bootzRob Herring2013-06-24-1/+1
* pxe: fix handling of different localboot valuesRob Herring2013-06-24-18/+19
* pxe: make string parameters constRob Herring2013-06-24-12/+12
* pxe: Use ethact setting for pxeRob Herring2013-06-24-25/+9
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-06-22-2/+107
|\
| * Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-06-19-2/+107
| |\
| | * COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partitionAmar2013-06-13-2/+107
* | | Makefile: move the common makefile line to public areaYing Zhang2013-06-20-8/+9
* | | common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT for environment in SPLYing Zhang2013-06-20-10/+17
* | | image: Use ENOENT instead of ENOMEDIUM for better compatibilitySimon Glass2013-06-17-1/+1
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-mmcTom Rini2013-06-14-2/+10
|\ \ \
| * | | env_mmc: allow negative CONFIG_ENV_OFFSETStephen Warren2013-06-13-2/+10
* | | | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2013-06-13-16/+18
|\ \ \ \
| * | | | cmd_sf: Add print mesgs on sf read/write commandsJagannadha Sutradharudu Teki2013-06-03-11/+15
| * | | | cmd_sf: Add print mesg for 'sf erase' commandJagannadha Sutradharudu Teki2013-06-03-5/+3
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2013-06-12-5/+20
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | usb: ehci: add Faraday USB 2.0 EHCI supportKuo-Jung Su2013-06-12-1/+6
| * | | | usb: hub: make minimum power-on delay configurableKuo-Jung Su2013-06-12-2/+6
| * | | | usb: workaround non-working keyboards.Vincent Palatin2013-06-12-2/+7
| * | | | usb: properly re-initialize the USB keyboard.Vincent Palatin2013-06-12-0/+1
* | | | | powerpc: fix 8xx and 82xx type-punning warnings with GCC 4.7Scott Wood2013-06-11-1/+1
|/ / / /
* | | | fdt: remove unaligned access in fdt_fixup_ethernet()Stephen Warren2013-06-07-1/+2
* | | | generic_board: reduce the redundancy of gd_t struct membersMasahiro Yamada2013-06-07-55/+55
* | | | spl_mmc: add Falcon mode support for raw variantPeter Korsgaard2013-06-07-0/+18
* | | | spl_mmc: mmc_load_image_raw(): Add sector argumentPeter Korsgaard2013-06-07-9/+6
* | | | spl_mmc: add Falcon mode support for FAT variantPeter Korsgaard2013-06-07-0/+21
* | | | spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init outPeter Korsgaard2013-06-07-14/+13
* | | | spl_mmc: return error from mmc_load_image_{raw, fat} rather than hangingPeter Korsgaard2013-06-07-10/+14
* | | | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2013-06-07-0/+87
|\ \ \ \
| * | | | lcd: add functions to set up simplefb device treeStephen Warren2013-06-05-0/+87
* | | | | fdt: allow bootdelay to be specified via device treeStephen Warren2013-06-04-0/+5
* | | | | common: board_f: Do not call board_postclk_init twiceMasahiro Yamada2013-06-04-6/+3
* | | | | sandbox: image: Adjust FIT image printing to work with sandboxSimon Glass2013-06-04-3/+6
* | | | | image: Use fit_image_load() to load kernelSimon Glass2013-06-04-152/+8
* | | | | sandbox: Adjust bootm command to work with sandboxSimon Glass2013-06-04-13/+12
* | | | | image: Use fit_image_load() to load FDTSimon Glass2013-06-04-199/+31
* | | | | image: Use fit_image_load() to load ramdiskSimon Glass2013-06-04-168/+16
* | | | | image: Introduce fit_image_load() to load images from FITsSimon Glass2013-06-04-0/+231
* | | | | main: Add debug_bootkeys to avoid #ifdefsSimon Glass2013-06-04-12/+12
* | | | | main: Add debug_parser() to avoid #ifdefsSimon Glass2013-06-04-35/+23
* | | | | main: Correct header orderSimon Glass2013-06-04-15/+4
* | | | | main: Fix typos and checkpatch warnings in command line readingSimon Glass2013-06-04-11/+11
* | | | | main: Use get/setenv_ulong()Simon Glass2013-06-04-6/+2