aboutsummaryrefslogtreecommitdiff
path: root/common/image.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-07treewide: include libfdt_env.h before fdt.hKim Phillips1-1/+0
2012-12-13env: Add a loadaddr env handlerJoe Hershberger1-0/+21
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger1-6/+0
2012-11-12fdt: Add option to default to most compatible conf in a fit imageGabe Black1-0/+127
2012-11-04common/misc: sparse fixesKim Phillips1-4/+4
2012-10-15fdt: Check for a token to skip auto-hash validationJoe Hershberger1-0/+41
2012-10-15fdt: Check error codes returned from fdtlib when loading ITBJoe Hershberger1-0/+5
2012-09-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini1-0/+1
2012-09-02image/FIT: Add ramdisk load, entry address and OS tag inclusionJagannadha Sutradharudu Teki1-3/+4
2012-08-23powerpc/CoreNet: add tool to support pbl image build.Shaohui Xie1-0/+1
2012-04-30image/fit: drop inline markings on parser codeMike Frysinger1-2/+2
2012-03-30RAMDISK: Fix unused variable issue caused by raw rd supportMarek Vasut1-0/+2
2012-03-30BOOT: Add RAW ramdisk support to bootzMarek Vasut1-3/+12
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass1-26/+26
2012-03-18bootstage: Convert FIT progress numbers to enumsSimon Glass1-16/+20
2012-03-18bootstage: Convert progress numbers 10-19 to enumsSimon Glass1-10/+10
2012-03-18bootstage: Convert progress numbers 1-9 into enumsSimon Glass1-1/+1
2012-03-18bootstage: Use show_boot_error() for -ve progress numbersSimon Glass1-11/+11
2012-03-06image: Support FDTs already loaded at their load addressStephen Warren1-3/+10
2012-02-27common/image.c: align usage of fdt_high with initrd_highShawn Guo1-7/+5
2012-01-13openrisc: Add architecture image supportStefan Kristiansson1-0/+1
2011-12-12powerpc/bootm: Flush ramdisk and device tree image when booting on MPKumar Gala1-0/+8
2011-12-01image: Implement IH_TYPE_KERNEL_NOLOADStephen Warren1-0/+1
2011-10-23mkimage: adding support for Davinci AIS imageStefano Babic1-4/+5
2011-10-22checkpatch whitespace cleanupsStephen Warren1-566/+621
2011-10-22nds32: common bdinfo, bootm, image supportMacpaul Lin1-0/+1
2011-10-17Fix use of int as pointer in image.cSimon Glass1-2/+2
2011-10-09common/image.c: remove duplicated IH_TYPE entries.Wolfgang Denk1-6/+3
2011-09-07ARM: remove broken "evb4510" board.Wolfgang Denk1-11/+0
2011-08-03mkimage: Add OMAP boot image supportJohn Rigby1-1/+5
2011-07-28mkimage: add UBL header support for booting davinci cpusHeiko Schocher1-0/+1
2011-07-19Fix typo from 'mb_alloc' -> 'lmb_alloc'Matthew McClintock1-1/+1
2011-07-16Add uboot "fdt_high" enviroment variableDavid A. Long1-11/+49
2011-04-25Respect memreserve regions specified in the device treeGrant Likely1-1/+28
2011-04-25Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZGrant Likely1-2/+2
2011-04-25Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not definedGrant Likely1-3/+19
2011-04-25Stop passing around bootmem_base value.Grant Likely1-16/+9
2010-11-28image: constify lookup tablesMike Frysinger1-7/+7
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-4/+4
2010-10-20always relocate fdt into an lmb-allocated memory blockTimur Tabi1-55/+28
2010-10-18boot: change some arch ifdefs to feature ifdefsJohn Rigby1-4/+6
2010-10-18common/image.c remove extra calls to be32_to_cpu in boot_get_fdtJohn Rigby1-2/+2
2010-10-18common/image.c fix length calculation in boot_relocate_fdtJohn Rigby1-1/+1
2010-09-28Add support for operating system OSETorkel Lundgren1-0/+1
2010-08-08fdt relocate: have more attention to use a bootmap or notStephan Linz1-0/+2
2010-08-07Fix condition where bootm_size not set and wrong memory size reportedMatthew McClintock1-3/+9
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-3/+3
2010-05-28nios: remove nios-32 archThomas Chou1-1/+0
2010-05-06Move test for unnecessary memmove to memmove_wd()Larry Johnson1-0/+3
2010-01-25mkimage: Add Freescale imx Boot Image support (imximage)Stefano Babic1-0/+1