aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2013-06-26image: Add support for signing of FIT configurationsSimon Glass1-1/+230
2013-06-26image: Add RSA support for image signingSimon Glass1-0/+7
2013-06-26image: Support signing of imagesSimon Glass2-23/+204
2013-06-26image: Add signing infrastructureSimon Glass2-0/+43
2013-06-26Add a 'fake' go command to the bootm commandSimon Glass1-2/+17
2013-06-26Refactor the bootm command to reduce code duplicationSimon Glass1-241/+216
2013-06-26Clarify bootm OS argumentsSimon Glass3-31/+48
2013-06-26Add trace support to generic boardSimon Glass2-1/+27
2013-06-26Add a trace commandSimon Glass2-0/+134
2013-06-26Add function to print a number with grouped digitsSimon Glass1-18/+4
2013-06-26bootstage: Correct printf typesSimon Glass1-2/+2
2013-06-26Fix missing return in do_mem_loop()Simon Glass1-0/+2
2013-06-24pxe: add ipappend supportRob Herring1-3/+44
2013-06-24net: Fix build regression in cmd_pxe.cJoe Hershberger1-0/+2
2013-06-24pxe: add support for per arch and SoC default pathsRob Herring1-6/+20
2013-06-24pxe: add support for ontimeout tokenRob Herring1-5/+6
2013-06-24pxe: simplify menu display and selectionRob Herring1-18/+16
2013-06-24pxe: always display a menu when presentRob Herring1-1/+2
2013-06-24pxe: try bootz if bootm fails to find a valid imageRob Herring1-1/+10
2013-06-24bootz: un-staticize do_bootzRob Herring1-1/+1
2013-06-24pxe: fix handling of different localboot valuesRob Herring1-18/+19
2013-06-24pxe: make string parameters constRob Herring1-12/+12
2013-06-24pxe: Use ethact setting for pxeRob Herring1-25/+9
2013-06-22Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-2/+107
2013-06-20Makefile: move the common makefile line to public areaYing Zhang1-8/+9
2013-06-20common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT for environment in SPLYing Zhang1-10/+17
2013-06-19Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-2/+107
2013-06-17image: Use ENOENT instead of ENOMEDIUM for better compatibilitySimon Glass1-1/+1
2013-06-14Merge branch 'master' of git://www.denx.de/git/u-boot-mmcTom Rini1-2/+10
2013-06-13env_mmc: allow negative CONFIG_ENV_OFFSETStephen Warren1-2/+10
2013-06-13Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-16/+18
2013-06-13COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partitionAmar1-2/+107
2013-06-12Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2-5/+20
2013-06-12usb: ehci: add Faraday USB 2.0 EHCI supportKuo-Jung Su1-1/+6
2013-06-12usb: hub: make minimum power-on delay configurableKuo-Jung Su1-2/+6
2013-06-12usb: workaround non-working keyboards.Vincent Palatin1-2/+7
2013-06-12usb: properly re-initialize the USB keyboard.Vincent Palatin1-0/+1
2013-06-11powerpc: fix 8xx and 82xx type-punning warnings with GCC 4.7Scott Wood1-1/+1
2013-06-07fdt: remove unaligned access in fdt_fixup_ethernet()Stephen Warren1-1/+2
2013-06-07generic_board: reduce the redundancy of gd_t struct membersMasahiro Yamada2-55/+55
2013-06-07spl_mmc: add Falcon mode support for raw variantPeter Korsgaard1-0/+18
2013-06-07spl_mmc: mmc_load_image_raw(): Add sector argumentPeter Korsgaard1-9/+6
2013-06-07spl_mmc: add Falcon mode support for FAT variantPeter Korsgaard1-0/+21
2013-06-07spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init outPeter Korsgaard1-14/+13
2013-06-07spl_mmc: return error from mmc_load_image_{raw, fat} rather than hangingPeter Korsgaard1-10/+14
2013-06-07Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-0/+87
2013-06-05lcd: add functions to set up simplefb device treeStephen Warren1-0/+87
2013-06-04fdt: allow bootdelay to be specified via device treeStephen Warren1-0/+5
2013-06-04common: board_f: Do not call board_postclk_init twiceMasahiro Yamada1-6/+3
2013-06-04sandbox: image: Adjust FIT image printing to work with sandboxSimon Glass1-3/+6