summaryrefslogtreecommitdiff
path: root/common/bootm.c
Commit message (Expand)AuthorAgeFilesLines
* ODROID-COMMON: android: Changed recovery process.Luke go2020-11-261-31/+0
* ODROID-COMMON: Removed 'ignore_mpt' flag.Luke go2020-11-241-26/+8
* ODROID-COMMON: boot: Changed boot device detecting methods.travis/odroidn2-136travis/odroidn2-132travis/odroidc4-136travis/odroidc4-132g12_9.0.0_64_20200618aml64_buildroot_master_c4Luke Go2020-06-151-1/+9
* cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer2020-06-121-1/+1
* ODROID-COMMON: boot: Chnage ignore_mpt condition.travis/odroidn2-127travis/odroidc4-127Luke Go2020-05-221-8/+4
* ODROID-COMMON: bootm: not to read FDT address when bootingDongjin Kim2019-09-071-12/+2
* fdt_overlay: reduce time consuming in reading dtbo part [1/1]Jiamin Ma2019-05-161-20/+36
* ARCH64: A53: load freeRTOS by bootloader [1/1]fushan.zeng2019-05-161-4/+6
* ramdump: support ramdump for tl1_x301 [3/4]Tao Zeng2019-05-161-1/+1
* ubootenv: tl1: fixed can not run recovery [1/1]Zhigang2019-05-161-1/+1
* ODROID-COMMON: android: Rename 'ignore' value to 'ignore_mpt'.Luke Go2019-01-301-4/+4
* ODROID-COMMON: add the 'ignore' property to not booting media.Luke Go2019-01-171-0/+55
* ab update: p212: p212: enable ab update [3/6]Xindong Xu2018-12-281-3/+20
* fdto: peripheral driver support dtbo [3/4]jianxiong.pan2018-12-281-1/+45
* fdto: support fdt overlay feature [1/1]jiamin ma2018-12-281-0/+102
* 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-11/+12
* fdt: fix rsvmem for 32bit kernelJianxin Pan2018-11-081-6/+4
* 32bit_kernel: boot: add 32bit kernel support [1/1]jianxin.pan2018-11-081-9/+28
* boot: avb: Enable AVB2 [4/6]Matthew Shyu2018-11-081-0/+6
* ramdump: ramdump: add ramdump support in bl33 [3/6]tao zeng2018-06-031-0/+7
* P212: anti-rollback: add Kernel anti-rollback function [1/2]Liqiang Jin2018-05-201-1/+19
* PD#137972: support dtb in boot.imgYun Cai2017-02-081-6/+11
* bootm: add warning for unsupported imageYun Cai2016-07-151-1/+7
* PD#118318: bootm support android image without dtbYun Cai2016-06-061-0/+1
* PD#116925: gxbb: support bl32Peifu Jiang2015-12-301-0/+10
* GXBaby support multi-dtb functionXiaobo Gu2015-07-231-0/+6
* PD#108655: bootm support dtb file from boot.imgYun Cai2015-07-171-0/+15
* PD#108655: bootm use dtb from address "dtb_mem_addr"Yun Cai2015-07-131-0/+9
* gxbb: add lzo and ddr reserveXing Xu2015-07-031-24/+15
* Add bootm cmd and enable -Werror optionYun Cai2015-05-281-6/+23
* x86: image: Add new image type for x64_64Simon Glass2014-10-281-1/+2
* image: Fix Android boot image supportAhmad Draidi2014-10-271-2/+2
* x86: Support loading kernel setup from a FITSimon Glass2014-10-221-2/+21
* bootm: make sure pass NULL when argc < 1Bryan Wu2014-08-211-2/+3
* image: fix bootm failure for FIT imageBryan Wu2014-08-211-6/+3
* bootm: use genimg_get_kernel_addr()Bryan Wu2014-08-091-20/+5
* Enhance fit_check_sign to check all imagesSimon Glass2014-06-191-0/+71
* bootm: Move decompression code into its own functionSimon Glass2014-06-191-27/+48
* Allow compiling common/bootm.c on with HOSTCCSimon Glass2014-06-191-4/+14
* bootm: Support android boot on sandboxSimon Glass2014-06-191-1/+1
* image: Remove the fit_load_image() property parameterSimon Glass2014-06-191-2/+1
* bootm: Split out code from cmd_bootm.cSimon Glass2014-06-191-0/+812