aboutsummaryrefslogtreecommitdiff
path: root/common/image.c
AgeCommit message (Expand)Author
2012-09-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini
2012-09-02image/FIT: Add ramdisk load, entry address and OS tag inclusionJagannadha Sutradharudu Teki
2012-08-23powerpc/CoreNet: add tool to support pbl image build.Shaohui Xie
2012-04-30image/fit: drop inline markings on parser codeMike Frysinger
2012-03-30RAMDISK: Fix unused variable issue caused by raw rd supportMarek Vasut
2012-03-30BOOT: Add RAW ramdisk support to bootzMarek Vasut
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass
2012-03-18bootstage: Convert FIT progress numbers to enumsSimon Glass
2012-03-18bootstage: Convert progress numbers 10-19 to enumsSimon Glass
2012-03-18bootstage: Convert progress numbers 1-9 into enumsSimon Glass
2012-03-18bootstage: Use show_boot_error() for -ve progress numbersSimon Glass
2012-03-06image: Support FDTs already loaded at their load addressStephen Warren
2012-02-27common/image.c: align usage of fdt_high with initrd_highShawn Guo
2012-01-13openrisc: Add architecture image supportStefan Kristiansson
2011-12-12powerpc/bootm: Flush ramdisk and device tree image when booting on MPKumar Gala
2011-12-01image: Implement IH_TYPE_KERNEL_NOLOADStephen Warren
2011-10-23mkimage: adding support for Davinci AIS imageStefano Babic
2011-10-22checkpatch whitespace cleanupsStephen Warren
2011-10-22nds32: common bdinfo, bootm, image supportMacpaul Lin
2011-10-17Fix use of int as pointer in image.cSimon Glass
2011-10-09common/image.c: remove duplicated IH_TYPE entries.Wolfgang Denk
2011-09-07ARM: remove broken "evb4510" board.Wolfgang Denk
2011-08-03mkimage: Add OMAP boot image supportJohn Rigby
2011-07-28mkimage: add UBL header support for booting davinci cpusHeiko Schocher
2011-07-19Fix typo from 'mb_alloc' -> 'lmb_alloc'Matthew McClintock
2011-07-16Add uboot "fdt_high" enviroment variableDavid A. Long
2011-04-25Respect memreserve regions specified in the device treeGrant Likely
2011-04-25Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZGrant Likely
2011-04-25Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not definedGrant Likely
2011-04-25Stop passing around bootmem_base value.Grant Likely
2010-11-28image: constify lookup tablesMike Frysinger
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk
2010-10-20always relocate fdt into an lmb-allocated memory blockTimur Tabi
2010-10-18boot: change some arch ifdefs to feature ifdefsJohn Rigby
2010-10-18common/image.c remove extra calls to be32_to_cpu in boot_get_fdtJohn Rigby
2010-10-18common/image.c fix length calculation in boot_relocate_fdtJohn Rigby
2010-09-28Add support for operating system OSETorkel Lundgren
2010-08-08fdt relocate: have more attention to use a bootmap or notStephan Linz
2010-08-07Fix condition where bootm_size not set and wrong memory size reportedMatthew McClintock
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-05-28nios: remove nios-32 archThomas Chou
2010-05-06Move test for unnecessary memmove to memmove_wd()Larry Johnson
2010-01-25mkimage: Add Freescale imx Boot Image support (imximage)Stefano Babic
2009-12-08common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher
2009-12-05add lzop decompression supportPeter Korsgaard
2009-10-03Conditionally perform common relocation fixupsPeter Tyser
2009-09-10mkimage: Add Kirkwood Boot Image support (kwbimage)Prafulla Wadaskar
2009-09-10mkimage: Make table_entry code globalPrafulla Wadaskar
2009-09-10mkimage: Make genimg_print_size() globalPrafulla Wadaskar
2009-09-10tools/mkimage: fix compiler warnings, use "const"Wolfgang Denk