summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2013-07-17bootm: Move fixup_silent_linux() earlier in the bootm stagesSimon Glass
2013-07-16tpm: add AUTH1 cmds for LoadKey2 and GetPubKeyReinhard Pfau
2013-07-15Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy
2013-07-15common: remove unaligned access error in bootmenu_getoption()Lan Yixun (dlan)
2013-07-15scsi: Correct types of scsi_read/write()Simon Glass
2013-07-12bootm: Handle errors consistentlySimon Glass
2013-07-12common/image.c: Fix regression with ramdisk load/entry points in FITStefano Babic
2013-07-12bootm: Correct the arguments for the ELF image loaderSimon Glass
2013-07-12bootm: Use selected configuration for ramdisk and fdtSimon Glass
2013-07-12blackfin: x86: bootm: Handle PREP stage of bootmSimon Glass
2013-07-12bootm: Remove extra OK messageSimon Glass
2013-07-12cmd_bootm.c: Re-order bootm_load_os return check for ELDK4.2Tom Rini
2013-07-10cmd_bootm.c: Make bootz handle BOOTM_STATE_FINDOTHER itselfTom Rini
2013-07-10cmd_bootm.c: Make bootz consume 'bootz' from argv, decrement argcTom Rini
2013-07-10bootm: Add the missing PREP stage to bootz and correct image handlingSimon Glass
2013-07-10bootm: Clean up bootz_setup() functionSimon Glass
2013-07-10bootm: Require boot function only if it is about to be usedSimon Glass
2013-07-10bootm: Disable interrupts only when loadingSimon Glass
2013-07-10Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2013-07-08video: consolidate splash screen alignment codeAnatolij Gustschin
2013-07-04cmd_bootm.c: Correct check/return for unsupported sub-commandTom Rini
2013-07-01video: lcd: Make splash_screen_prepare weak, remove config macroRobert Winkler
2013-07-01video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEORobert Winkler
2013-07-01lcd: align bmp header when uncopmressing imagePiotr Wilczek
2013-07-01lcd: remove unaligned access in lcd_dt_simplefb_configure_node()Stephen Warren
2013-07-01Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini
2013-06-28bootm: Disable interrupts before loading OSSimon Glass
2013-06-28cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handlingTom Rini
2013-06-26Fix block device accesses beyond 2TiBSascha Silbe
2013-06-26cmd_bootm: Add command line arguments to Plan 9Steven Stallion
2013-06-26image: Add support for signing of FIT configurationsSimon Glass
2013-06-26image: Add RSA support for image signingSimon Glass
2013-06-26image: Support signing of imagesSimon Glass
2013-06-26image: Add signing infrastructureSimon Glass
2013-06-26Add a 'fake' go command to the bootm commandSimon Glass
2013-06-26Refactor the bootm command to reduce code duplicationSimon Glass
2013-06-26Clarify bootm OS argumentsSimon Glass
2013-06-26Add trace support to generic boardSimon Glass
2013-06-26Add a trace commandSimon Glass
2013-06-26Add function to print a number with grouped digitsSimon Glass
2013-06-26bootstage: Correct printf typesSimon Glass
2013-06-26Fix missing return in do_mem_loop()Simon Glass
2013-06-24pxe: add ipappend supportRob Herring
2013-06-24net: Fix build regression in cmd_pxe.cJoe Hershberger
2013-06-24pxe: add support for per arch and SoC default pathsRob Herring
2013-06-24pxe: add support for ontimeout tokenRob Herring
2013-06-24pxe: simplify menu display and selectionRob Herring
2013-06-24pxe: always display a menu when presentRob Herring
2013-06-24pxe: try bootz if bootm fails to find a valid imageRob Herring
2013-06-24bootz: un-staticize do_bootzRob Herring