- 34d12a1 mkimage: Add OMAP boot image support by John Rigby · 13 years ago
- 58cb84d mkimage: add UBL header support for booting davinci cpus by Heiko Schocher · 13 years ago
- 20f5492 Respect memreserve regions specified in the device tree by Grant Likely · 14 years ago
- 2639638 Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined by Grant Likely · 14 years ago
- dfff7a2 Stop passing around bootmem_base value. by Grant Likely · 14 years ago
- cf2feb1 image: constify lookup tables by Mike Frysinger · 14 years ago
- eea8e69 boot: change some arch ifdefs to feature ifdefs by John Rigby · 14 years ago
- 29a5866 Add support for operating system OSE by Torkel Lundgren · 14 years ago
- 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
- ddb5de8 image.h: remove bogus ';' after function declarations by Wolfgang Denk · 14 years ago
- 56fff49 nios: remove nios-32 arch by Thomas Chou · 15 years ago
- 7b07f09 mkimage: Add Freescale imx Boot Image support (imximage) by Stefano Babic · 15 years ago
- 175467a image.h: avoid command.h for host tools by Mike Frysinger · 15 years ago
- a0dadf8 lmb: only force on arches that use it by Mike Frysinger · 15 years ago
- 9a84980 sha1: add dedicated config option by Mike Frysinger · 15 years ago
- e3c1dc5 Merge branch 'master' into next by Wolfgang Denk · 15 years ago
- f7440cd add lzop decompression support by Peter Korsgaard · 15 years ago
- 00d8656 Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y by Remy Bohmer · 15 years ago
- 0732941 mkimage: Add Kirkwood Boot Image support (kwbimage) by Prafulla Wadaskar · 15 years ago
- 4454c9e mkimage: Make table_entry code global by Prafulla Wadaskar · 15 years ago
- 49432ab mkimage: Make genimg_print_size() global by Prafulla Wadaskar · 15 years ago
- 3b50677 tools/mkimage: fix compiler warnings, use "const" by Wolfgang Denk · 15 years ago
- 4ad8e9f compiler.h: unify system ifdef cruft here by Mike Frysinger · 15 years ago
- b06976d Add support for building native win32 tools by Peter Tyser · 16 years ago
- b55c74d include/image.h: Ease grepping of image_* functions by Petri Lehtinen · 16 years ago
- 0ba0a77 Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 18178bc bootm: Add subcommands by Kumar Gala · 16 years ago
- bf36877 FDT: don't use private kernel header files by Wolfgang Denk · 16 years ago
- 35afc06 Add support for LZMA uncompression algorithm. by Luigi 'Comio' Mantellini · 16 years ago
- 1557a54 FIT: add ability to check hashes of all images in FIT, improve output by Bartlomiej Sieka · 16 years ago
- 56b8dd1 Add support for booting of INTEGRITY operating system uImages by Peter Tyser · 16 years ago
- bd70bbe bootm: refactor image detection and os load steps by Kumar Gala · 16 years ago
- da6d11e bootm: move lmb into the bootm_headers_t structure by Kumar Gala · 16 years ago
- a5130ad bootm: refactor fdt locating and relocation code by Kumar Gala · 16 years ago
- fffb143 bootm: refactor ramdisk locating code by Kumar Gala · 16 years ago
- 93467bc bootm: refactor entry point code by Kumar Gala · 16 years ago
- 93722fe Revert "[new uImage] Add autostart flag to bootm_headers structure" by Wolfgang Denk · 16 years ago
- d26d67c Change lmb to use phys_size_t/phys_addr_t by Becky Bruce · 16 years ago
- 222e2ca Use watchdog-aware functions when calculating hashes of images - take two by Bartlomiej Sieka · 17 years ago
- 4786859 Memory footprint optimizations by Bartlomiej Sieka · 17 years ago
- ab00e02 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 17 years ago
- bb9c829 SPARC: added SPARC support for new uimage in common code. by Daniel Hellstrom · 17 years ago
- 4783f55 [new uImage] Do not compile new uImage format support by default by Bartlomiej Sieka · 17 years ago
- 2e6f285 Add MD5 support to the new uImage format by Bartlomiej Sieka · 17 years ago
- aa6aae4 [new uImage] Fix definition of common bootm_headers_t fields by Marian Balakowicz · 17 years ago
- 0cd4f3d [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used by Marian Balakowicz · 17 years ago
- 61c1ad5 [new uImage] Add node offsets for FIT images listed in struct bootm_headers by Marian Balakowicz · 17 years ago
- a0ffb42 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
- d7816fb [new uImage] Add support for new uImage format to mkimage tool by Bartlomiej Sieka · 17 years ago
- 6a2b2c2 [new uImage] Make node unit names const in struct bootm_headers by Marian Balakowicz · 17 years ago
- e227fbb [new uImage] New uImage low-level API by Marian Balakowicz · 17 years ago
- c3c7eb2 [new uImage] Share common uImage code between mkimage and U-boot by Marian Balakowicz · 17 years ago
- d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
- c5bacfd [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · 17 years ago
- b937bb7 [new uImage] Use lmb for bootm allocations by Kumar Gala · 17 years ago
- fb71ccf [new uImage] Add autostart flag to bootm_headers structure by Kumar Gala · 17 years ago
- 6d7bfa8 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images by Kumar Gala · 17 years ago
- 18f4c0f [new uImage] rework error handling so common functions don't reset by Kumar Gala · 17 years ago
- aced3a3 [new uImage] Don't pass kdb to ramdisk_high since we may not have one by Kumar Gala · 17 years ago
- 1256068 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled by Marian Balakowicz · 17 years ago
- 61fde55 [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
- dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
- a1cc147 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 17 years ago
- 3413e22 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines by Marian Balakowicz · 17 years ago
- c536d6f [new uImage] Add gen_get_image() routine by Marian Balakowicz · 17 years ago
- f4891a1 [new uImage] Pull in libfdt if CONFIG_FIT is enabled by Marian Balakowicz · 17 years ago
- 2efc264 [new uImage] Cleanup do_botm_linux() boot allocations by Marian Balakowicz · 17 years ago
- 9c701e8 [new uImage] Move ramdisk loading to a common routine by Marian Balakowicz · 17 years ago
- 9541850 [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · 17 years ago
- 05c1d3f [new uImage] Factor out common routines for getting os/arch/type/comp names by Marian Balakowicz · 17 years ago
- b4a12a9 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago
- f9a67bd [new uImage] Add memmove_wd() common routine by Marian Balakowicz · 17 years ago
- 20c4372 [new uImage] Move CHUNKSZ definition to image.h by Marian Balakowicz · 17 years ago
- 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
- 72908ab Allocate CPU Architecture Code for STMicroelectronics' ST200. by Sean MCGOOGAN · 17 years ago
- 5995ac7 Merge with /home/wd/git/u-boot/master by Wolfgang Denk · 18 years ago
- df86f15 Define IH_CPU_AVR32 by Stefan Roese · 18 years ago
- 16485a6 * Support for FDT in uImage format, error when using FDT from flash by Matthew McClintock · 18 years ago
- 46d2b52 Add ADI Blackfin support by Wolfgang Denk · 19 years ago
- f3f4518 Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.h by Wolfgang Denk · 19 years ago
- 391b574 * Patch by Gridish Shlomi, 30 Aug 2004: by wdenk · 20 years ago
- ef3386f Patches by Scott McNutt, 24 Aug 2004: by wdenk · 20 years ago
- 1249065 * Patch by Yasushi Shoji, 07 Apr 2004: by wdenk · 21 years ago
- 60164a8 * Patch by Scott McNutt, 04 Oct 2003: by wdenk · 21 years ago
- 1ee550e * Patch by Anders Larsen, 18 Sep 2003: by wdenk · 21 years ago
- 7182b0f * Update TRAB auto update code by wdenk · 21 years ago
- 874ac26 * Implement new mechanism to export U-Boot's functions to standalone by wdenk · 21 years ago
- dccbda0 * Patches by Yuli Barcohen, 13 Jul 2003: by wdenk · 21 years ago
- 0893c47 * Patch by David Updegraff, 22 Apr 2003: update for CrayL1 board by wdenk · 22 years ago
- 92bbe3f * Make sure Block Lock Bits get cleared in R360MPI flash driver by wdenk · 22 years ago
- 5b1d713 Initial revision by wdenk · 22 years ago