summaryrefslogtreecommitdiff
path: root/common/cmd_bootm.c
Commit message (Expand)AuthorAgeFilesLines
* bootm: check out_data NULL before use out_data->cmdline [2/2]Zhigang2019-05-161-7/+12
* BL33: GXL/G12A/B/TXLX: script signing tool support defendkey [4/5]Haixiang Bao2019-05-161-2/+0
* securebootv3: defenkey: temp disable defendkey as not support [1/1]Sam Wu2019-05-161-0/+2
* BL33: GXL/G12A/B/TXLX: script signing tool support defendkey [4/5]Haixiang Bao2019-03-051-4/+0
* BL33: EFUSE: use EFUSE_LICX for Riscure review [1/1]Haixiang Bao2019-03-051-7/+3
* securebootv3: defendkey: fix warning if defendkey not enale [1/1]Sam Wu2018-12-281-0/+3
* securebootv3: defenkey: temp disable defendkey as not support [1/1]Sam Wu2018-12-281-0/+2
* BL33: G12A: support secure upgrade check [2/4]Zhongfu Luo2018-12-281-0/+32
* ab update: p212: p212: enable ab update [3/6]Xindong Xu2018-12-281-0/+4
* BL33: GXL: add secure boot V3 script version [5/5]Haixiang Bao2018-12-281-0/+25
* ODROID-N2: avb: disable AVB feature since not being used for ODROIDDongjin Kim2018-11-091-0/+4
* p212: avb: enable avb2.0 in P [2/3]Xindong Xu2018-11-081-49/+51
* boot: avb: Enable AVB2 [4/6]Matthew Shyu2018-11-081-0/+59
* [GXBB]: support customer ID programmingHaixiang Bao2015-10-281-1/+1
* PD #111067:EE domain clk gate off before start kernel.Alex Deng2015-08-311-2/+7
* GXBB : secure boot updateHaixiang Bao2015-06-251-0/+18
* x86: Support loading kernel setup from a FITSimon Glass2014-10-221-0/+1
* cmd_bootm.c: Add 'booti' for ARM64 Linux kernel ImagesTom Rini2014-08-301-0/+140
* bootm: Split out code from cmd_bootm.cSimon Glass2014-06-191-1337/+8
* Check run_command() return code properlyThomas Betker2014-06-111-5/+1
* bootm: make use of legacy image format configurableHeiko Schocher2014-06-051-0/+14
* Remove unnecessary use of hush header fileSimon Glass2014-05-291-4/+0
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-05-221-1/+22
|\
| * image: add support for Android's boot image formatSebastian Siewior2014-05-081-1/+22
* | cmd_bootm.c: Only say XIP image when load is image_startTom Rini2014-05-121-1/+1
|/
* bootm: set max decompression size for LZOKees Cook2014-04-181-1/+1
* common: Remove invalid endianess conversionChristian Eggers2014-02-211-2/+2
* bootm: Reinstate special case for standalone imagesSimon Glass2014-01-141-9/+12
* common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...Miao Yan2013-12-161-12/+69
* common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF.Miao Yan2013-12-131-3/+12
* netbsd:fix documentation typo.Kees Jongenburger2013-12-131-4/+4
* common/cmd_bootm.c: fix subcommand processing in OS specific do_bootm_xxx() f...Miao Yan2013-11-081-24/+8
* cmd_bootm.c: Only pass BOOTM_STATE_OS_CMDLINE on PowerPC/MIPSTom Rini2013-09-231-1/+4
* Fix loading freeze when netconsole is activeFrederic Leroy2013-09-201-0/+1
* bootm: use BOOTM_STATE_OS_CMDLINE flag for plain bootmPaul Burton2013-09-201-2/+3
* bootm: allow correct bounds-check of destinationKees Cook2013-09-031-1/+1
* sandbox: Correct compiler warnings in cmd_bootm/cmd_ximgSimon Glass2013-09-031-4/+6
* bootm: fix conditional controlling call to fixup_silent_linuxPaul B. Henson2013-08-161-1/+1
* RFC: bootm: Add silent_linux environment variableSimon Glass2013-08-161-2/+12
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* bootm: Move fixup_silent_linux() earlier in the bootm stagesSimon Glass2013-07-171-4/+4
* bootm: Handle errors consistentlySimon Glass2013-07-121-13/+8
* bootm: Use selected configuration for ramdisk and fdtSimon Glass2013-07-121-1/+2
* blackfin: x86: bootm: Handle PREP stage of bootmSimon Glass2013-07-121-0/+16
* bootm: Remove extra OK messageSimon Glass2013-07-121-1/+0
* cmd_bootm.c: Re-order bootm_load_os return check for ELDK4.2Tom Rini2013-07-121-3/+2
* cmd_bootm.c: Make bootz handle BOOTM_STATE_FINDOTHER itselfTom Rini2013-07-101-16/+40
* cmd_bootm.c: Make bootz consume 'bootz' from argv, decrement argcTom Rini2013-07-101-5/+13
* bootm: Add the missing PREP stage to bootz and correct image handlingSimon Glass2013-07-101-2/+3
* bootm: Clean up bootz_setup() functionSimon Glass2013-07-101-5/+3