aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2013-07-12bootm: Correct the arguments for the ELF image loaderSimon Glass1-3/+3
2013-07-12bootm: Use selected configuration for ramdisk and fdtSimon Glass4-6/+11
2013-07-12blackfin: x86: bootm: Handle PREP stage of bootmSimon Glass1-0/+16
2013-07-12bootm: Remove extra OK messageSimon Glass1-1/+0
2013-07-12cmd_bootm.c: Re-order bootm_load_os return check for ELDK4.2Tom Rini1-3/+2
2013-07-10cmd_bootm.c: Make bootz handle BOOTM_STATE_FINDOTHER itselfTom Rini1-16/+40
2013-07-10cmd_bootm.c: Make bootz consume 'bootz' from argv, decrement argcTom Rini1-5/+13
2013-07-10bootm: Add the missing PREP stage to bootz and correct image handlingSimon Glass1-2/+3
2013-07-10bootm: Clean up bootz_setup() functionSimon Glass1-5/+3
2013-07-10bootm: Require boot function only if it is about to be usedSimon Glass1-2/+5
2013-07-10bootm: Disable interrupts only when loadingSimon Glass1-24/+43
2013-07-10Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini4-47/+96
2013-07-08video: consolidate splash screen alignment codeAnatolij Gustschin3-17/+30
2013-07-04cmd_bootm.c: Correct check/return for unsupported sub-commandTom Rini1-2/+7
2013-07-01video: lcd: Make splash_screen_prepare weak, remove config macroRobert Winkler1-9/+4
2013-07-01video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEORobert Winkler3-13/+40
2013-07-01lcd: align bmp header when uncopmressing imagePiotr Wilczek1-14/+28
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-28bootm: Disable interrupts before loading OSSimon Glass1-26/+27
2013-06-28cmd_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-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-21nand: Don't call adjust_size_for_badblocks for eraseScott Wood1-8/+1
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