summaryrefslogtreecommitdiffstats
path: root/common/image.c
Commit message (Expand)AuthorAgeFilesLines
* image: Use crc header file instead of C prototypesSimon Glass2013-02-281-2/+2
* treewide: include libfdt_env.h before fdt.hKim Phillips2013-02-071-1/+0
* env: Add a loadaddr env handlerJoe Hershberger2012-12-131-0/+21
* env: Use getenv_yesno() more generallyJoe Hershberger2012-12-131-6/+0
* fdt: Add option to default to most compatible conf in a fit imageGabe Black2012-11-121-0/+127
* common/misc: sparse fixesKim Phillips2012-11-041-4/+4
* fdt: Check for a token to skip auto-hash validationJoe Hershberger2012-10-151-0/+41
* fdt: Check error codes returned from fdtlib when loading ITBJoe Hershberger2012-10-151-0/+5
* Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2012-09-251-0/+1
|\
| * powerpc/CoreNet: add tool to support pbl image build.Shaohui Xie2012-08-231-0/+1
* | image/FIT: Add ramdisk load, entry address and OS tag inclusionJagannadha Sutradharudu Teki2012-09-021-3/+4
|/
* image/fit: drop inline markings on parser codeMike Frysinger2012-04-301-2/+2
* RAMDISK: Fix unused variable issue caused by raw rd supportMarek Vasut2012-03-301-0/+2
* BOOT: Add RAW ramdisk support to bootzMarek Vasut2012-03-301-3/+12
* bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass2012-03-181-26/+26
* bootstage: Convert FIT progress numbers to enumsSimon Glass2012-03-181-16/+20
* bootstage: Convert progress numbers 10-19 to enumsSimon Glass2012-03-181-10/+10
* bootstage: Convert progress numbers 1-9 into enumsSimon Glass2012-03-181-1/+1
* bootstage: Use show_boot_error() for -ve progress numbersSimon Glass2012-03-181-11/+11
* image: Support FDTs already loaded at their load addressStephen Warren2012-03-061-3/+10
* common/image.c: align usage of fdt_high with initrd_highShawn Guo2012-02-271-7/+5
* openrisc: Add architecture image supportStefan Kristiansson2012-01-131-0/+1
* powerpc/bootm: Flush ramdisk and device tree image when booting on MPKumar Gala2011-12-121-0/+8
* image: Implement IH_TYPE_KERNEL_NOLOADStephen Warren2011-12-011-0/+1
* mkimage: adding support for Davinci AIS imageStefano Babic2011-10-231-4/+5
* checkpatch whitespace cleanupsStephen Warren2011-10-221-566/+621
* nds32: common bdinfo, bootm, image supportMacpaul Lin2011-10-221-0/+1
* Fix use of int as pointer in image.cSimon Glass2011-10-171-2/+2
* common/image.c: remove duplicated IH_TYPE entries.Wolfgang Denk2011-10-091-6/+3
* ARM: remove broken "evb4510" board.Wolfgang Denk2011-09-071-11/+0
* mkimage: Add OMAP boot image supportJohn Rigby2011-08-031-1/+5
* mkimage: add UBL header support for booting davinci cpusHeiko Schocher2011-07-281-0/+1
* Fix typo from 'mb_alloc' -> 'lmb_alloc'Matthew McClintock2011-07-191-1/+1
* Add uboot "fdt_high" enviroment variableDavid A. Long2011-07-161-11/+49
* Respect memreserve regions specified in the device treeGrant Likely2011-04-251-1/+28
* Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZGrant Likely2011-04-251-2/+2
* Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not definedGrant Likely2011-04-251-3/+19
* Stop passing around bootmem_base value.Grant Likely2011-04-251-16/+9
* image: constify lookup tablesMike Frysinger2010-11-281-7/+7
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-291-4/+4
* always relocate fdt into an lmb-allocated memory blockTimur Tabi2010-10-201-55/+28
* boot: change some arch ifdefs to feature ifdefsJohn Rigby2010-10-181-4/+6
* common/image.c remove extra calls to be32_to_cpu in boot_get_fdtJohn Rigby2010-10-181-2/+2
* common/image.c fix length calculation in boot_relocate_fdtJohn Rigby2010-10-181-1/+1
* Add support for operating system OSETorkel Lundgren2010-09-281-0/+1
* fdt relocate: have more attention to use a bootmap or notStephan Linz2010-08-081-0/+2
* Fix condition where bootm_size not set and wrong memory size reportedMatthew McClintock2010-08-071-3/+9
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-3/+3
* nios: remove nios-32 archThomas Chou2010-05-281-1/+0
* Move test for unnecessary memmove to memmove_wd()Larry Johnson2010-05-061-0/+3
OpenPOWER on IntegriCloud