summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini2013-07-011-8/+1
|\
| * nand: Don't call adjust_size_for_badblocks for eraseScott Wood2013-06-211-8/+1
* | bootm: Disable interrupts before loading OSSimon Glass2013-06-281-26/+27
* | cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handlingTom Rini2013-06-281-27/+38
* | Fix block device accesses beyond 2TiBSascha Silbe2013-06-262-11/+11
* | cmd_bootm: Add command line arguments to Plan 9Steven Stallion2013-06-261-7/+29
* | image: Add support for signing of FIT configurationsSimon Glass2013-06-261-1/+230
* | image: Add RSA support for image signingSimon Glass2013-06-261-0/+7
* | image: Support signing of imagesSimon Glass2013-06-262-23/+204
* | image: Add signing infrastructureSimon Glass2013-06-262-0/+43
* | Add a 'fake' go command to the bootm commandSimon Glass2013-06-261-2/+17
* | Refactor the bootm command to reduce code duplicationSimon Glass2013-06-261-241/+216
* | Clarify bootm OS argumentsSimon Glass2013-06-263-31/+48
* | Add trace support to generic boardSimon Glass2013-06-262-1/+27
* | Add a trace commandSimon Glass2013-06-262-0/+134
* | Add function to print a number with grouped digitsSimon Glass2013-06-261-18/+4
* | bootstage: Correct printf typesSimon Glass2013-06-261-2/+2
* | Fix missing return in do_mem_loop()Simon Glass2013-06-261-0/+2
* | pxe: add ipappend supportRob Herring2013-06-241-3/+44
* | net: Fix build regression in cmd_pxe.cJoe Hershberger2013-06-241-0/+2
* | pxe: add support for per arch and SoC default pathsRob Herring2013-06-241-6/+20
* | pxe: add support for ontimeout tokenRob Herring2013-06-241-5/+6
* | pxe: simplify menu display and selectionRob Herring2013-06-241-18/+16
* | pxe: always display a menu when presentRob Herring2013-06-241-1/+2
* | pxe: try bootz if bootm fails to find a valid imageRob Herring2013-06-241-1/+10
* | bootz: un-staticize do_bootzRob Herring2013-06-241-1/+1
* | pxe: fix handling of different localboot valuesRob Herring2013-06-241-18/+19
* | pxe: make string parameters constRob Herring2013-06-241-12/+12
* | pxe: Use ethact setting for pxeRob Herring2013-06-241-25/+9
* | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-06-221-2/+107
|\ \
| * \ Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-06-191-2/+107
| |\ \
| | * | COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partitionAmar2013-06-131-2/+107
* | | | Makefile: move the common makefile line to public areaYing Zhang2013-06-201-8/+9
* | | | common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT for environment in SPLYing Zhang2013-06-201-10/+17
| |_|/ |/| |
* | | image: Use ENOENT instead of ENOMEDIUM for better compatibilitySimon Glass2013-06-171-1/+1
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-mmcTom Rini2013-06-141-2/+10
|\ \ \
| * | | env_mmc: allow negative CONFIG_ENV_OFFSETStephen Warren2013-06-131-2/+10
* | | | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2013-06-131-16/+18
|\ \ \ \
| * | | | cmd_sf: Add print mesgs on sf read/write commandsJagannadha Sutradharudu Teki2013-06-031-11/+15
| * | | | cmd_sf: Add print mesg for 'sf erase' commandJagannadha Sutradharudu Teki2013-06-031-5/+3
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2013-06-122-5/+20
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | usb: ehci: add Faraday USB 2.0 EHCI supportKuo-Jung Su2013-06-121-1/+6
| * | | | usb: hub: make minimum power-on delay configurableKuo-Jung Su2013-06-121-2/+6
| * | | | usb: workaround non-working keyboards.Vincent Palatin2013-06-121-2/+7
| * | | | usb: properly re-initialize the USB keyboard.Vincent Palatin2013-06-121-0/+1
* | | | | powerpc: fix 8xx and 82xx type-punning warnings with GCC 4.7Scott Wood2013-06-111-1/+1
|/ / / /
* | | | fdt: remove unaligned access in fdt_fixup_ethernet()Stephen Warren2013-06-071-1/+2
* | | | generic_board: reduce the redundancy of gd_t struct membersMasahiro Yamada2013-06-072-55/+55
* | | | spl_mmc: add Falcon mode support for raw variantPeter Korsgaard2013-06-071-0/+18
* | | | spl_mmc: mmc_load_image_raw(): Add sector argumentPeter Korsgaard2013-06-071-9/+6
OpenPOWER on IntegriCloud