summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2013-07-01lcd: remove unaligned access in lcd_dt_simplefb_configure_node()Stephen Warren1-3/+3
2013-07-01Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini1-8/+1
2013-06-29bootm: Disable interrupts before loading OSSimon Glass1-26/+27
2013-06-29cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handlingTom Rini1-27/+38
2013-06-26Fix block device accesses beyond 2TiBSascha Silbe2-11/+11
2013-06-26cmd_bootm: Add command line arguments to Plan 9Steven Stallion1-7/+29
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-25pxe: add ipappend supportRob Herring1-3/+44
2013-06-25net: Fix build regression in cmd_pxe.cJoe Hershberger1-0/+2
2013-06-25pxe: add support for per arch and SoC default pathsRob Herring1-6/+20
2013-06-25pxe: add support for ontimeout tokenRob Herring1-5/+6
2013-06-25pxe: simplify menu display and selectionRob Herring1-18/+16
2013-06-25pxe: always display a menu when presentRob Herring1-1/+2
2013-06-25pxe: try bootz if bootm fails to find a valid imageRob Herring1-1/+10
2013-06-25bootz: un-staticize do_bootzRob Herring1-1/+1
2013-06-25pxe: fix handling of different localboot valuesRob Herring1-18/+19
2013-06-25pxe: make string parameters constRob Herring1-12/+12
2013-06-25pxe: 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-21nand: Don't call adjust_size_for_badblocks for eraseScott Wood1-8/+1
2013-06-21Makefile: move the common makefile line to public areaYing Zhang1-8/+9
2013-06-21common/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-15Merge branch 'master' of git://www.denx.de/git/u-boot-mmcTom Rini1-2/+10
2013-06-14env_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-13Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2-5/+20
2013-06-13usb: ehci: add Faraday USB 2.0 EHCI supportKuo-Jung Su1-1/+6
2013-06-13usb: hub: make minimum power-on delay configurableKuo-Jung Su1-2/+6
2013-06-13usb: workaround non-working keyboards.Vincent Palatin1-2/+7
2013-06-13usb: properly re-initialize the USB keyboard.Vincent Palatin1-0/+1
2013-06-12powerpc: 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