summaryrefslogtreecommitdiff
path: root/common/image.c
AgeCommit message (Expand)Author
2013-05-14image: Add device tree setup to image librarySimon Glass
2013-05-14image: Split libfdt code into image-fdt.cSimon Glass
2013-05-14image: Remove remaining #ifdefs in image-fit.cSimon Glass
2013-05-14sandbox: image: Add support for booting images in sandboxSimon Glass
2013-05-14image: Rename fit_image_check_hashes() to fit_image_verify()Simon Glass
2013-05-14image: Split FIT code into new image-fit.cSimon Glass
2013-05-14image: Export fit_check_ramdisk()Simon Glass
2013-05-14image: Move timestamp #ifdefs to header fileSimon Glass
2013-03-27image: Add support for Plan 9Steven Stallion
2013-02-28image: Use crc header file instead of C prototypesSimon Glass
2013-02-07treewide: include libfdt_env.h before fdt.hKim Phillips
2012-12-13env: Add a loadaddr env handlerJoe Hershberger
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger
2012-11-12fdt: Add option to default to most compatible conf in a fit imageGabe Black
2012-11-04common/misc: sparse fixesKim Phillips
2012-10-15fdt: Check for a token to skip auto-hash validationJoe Hershberger
2012-10-15fdt: Check error codes returned from fdtlib when loading ITBJoe Hershberger
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