1. 68498ab common/image.c: Relocate strings in tables. by Scott Wood · 16 years ago
  2. 0ba0a77 Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  3. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  4. 0cc0b21 FIT: output image load address for type 'firmware', fix message while there by Bartlomiej Sieka · 16 years ago
  5. 35afc06 Add support for LZMA uncompression algorithm. by Luigi 'Comio' Mantellini · 16 years ago
  6. 7ddfafc Fix printf errors under -DDEBUG by Andrew Klossner · 16 years ago
  7. 1557a54 FIT: add ability to check hashes of all images in FIT, improve output by Bartlomiej Sieka · 16 years ago
  8. 56b8dd1 Add support for booting of INTEGRITY operating system uImages by Peter Tyser · 16 years ago
  9. 97cd8a3 Remove support for booting ARTOS images by Kumar Gala · 16 years ago
  10. b8ca734 Prevent crash if random/invalid ramdisks are passed to bootm by Kumar Gala · 16 years ago
  11. 128de00 Prevent crash if random DTB address is passed to bootm by Anatolij Gustschin · 16 years ago
  12. 9f4e7e4 bootm: Set working fdt address as part of the bootm flow by Kumar Gala · 16 years ago
  13. a5130ad bootm: refactor fdt locating and relocation code by Kumar Gala · 16 years ago
  14. 026e4ac Fix fallout from autostart revert by Kumar Gala · 16 years ago
  15. 93722fe Revert "[new uImage] Add autostart flag to bootm_headers structure" by Wolfgang Denk · 16 years ago
  16. 190ee48 FIT: Fix handling of images without ramdisks by Peter Tyser · 16 years ago
  17. b247400 FIS: repare incorrect return value with ramdisk handling by Michal Simek · 16 years ago
  18. d26d67c Change lmb to use phys_size_t/phys_addr_t by Becky Bruce · 16 years ago
  19. 902ce70 Avoid initrd and logbuffer area overlaps by Marian Balakowicz · 17 years ago
  20. 5f3a4a7 Revert "Avoid initrd and logbuffer area overlaps" by Wolfgang Denk · 17 years ago
  21. 143a159 Fix offset calculation for multi-type legacy images. by Nick Spence · 17 years ago
  22. 2b77b9d Avoid initrd and logbuffer area overlaps by Marian Balakowicz · 17 years ago
  23. 7903f72 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled by Marian Balakowicz · 17 years ago
  24. 80f51b8 Recognize 'powerpc' As an Alias for IH_ARCH_PPC by Grant Erickson · 17 years ago
  25. 222e2ca Use watchdog-aware functions when calculating hashes of images - take two by Bartlomiej Sieka · 17 years ago
  26. 4786859 Memory footprint optimizations by Bartlomiej Sieka · 17 years ago
  27. a2c67e9 crc32: use uint32_t rather than unsigned long by Mike Frysinger · 17 years ago
  28. ab00e02 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 17 years ago
  29. 72c23be Rename include/md5.h to include/u-boot/md5.h by Andy Fleming · 17 years ago
  30. bb9c829 SPARC: added SPARC support for new uimage in common code. by Daniel Hellstrom · 17 years ago
  31. 432c914 [new uImage] Disable debuging output in preparation for merge with master by Bartlomiej Sieka · 17 years ago
  32. 2e6f285 Add MD5 support to the new uImage format by Bartlomiej Sieka · 17 years ago
  33. 2499b04 [new uImage] Fix build issue on ARM by Marian Balakowicz · 17 years ago
  34. 0cd4f3d [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used by Marian Balakowicz · 17 years ago
  35. 74eb4ae [new uImage] Use show_boot_progress() for new uImage format by Marian Balakowicz · 17 years ago
  36. 61c1ad5 [new uImage] Add node offsets for FIT images listed in struct bootm_headers by Marian Balakowicz · 17 years ago
  37. a0ffb42 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
  38. a50d515 [new uImage] Add new uImage format support for ramdisk handling by Marian Balakowicz · 17 years ago
  39. e227fbb [new uImage] New uImage low-level API by Marian Balakowicz · 17 years ago
  40. a147421 [new uImage] Fix component handling for legacy multi component images by Marian Balakowicz · 17 years ago
  41. c3c7eb2 [new uImage] Share common uImage code between mkimage and U-boot by Marian Balakowicz · 17 years ago
  42. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  43. c5bacfd [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · 17 years ago
  44. b937bb7 [new uImage] Use lmb for bootm allocations by Kumar Gala · 17 years ago
  45. fb71ccf [new uImage] Add autostart flag to bootm_headers structure by Kumar Gala · 17 years ago
  46. 18f4c0f [new uImage] rework error handling so common functions don't reset by Kumar Gala · 17 years ago
  47. aced3a3 [new uImage] Don't pass kdb to ramdisk_high since we may not have one by Kumar Gala · 17 years ago
  48. 1256068 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled by Marian Balakowicz · 17 years ago
  49. 61fde55 [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
  50. 535b910 [new uImage] Optimize gen_get_image() flow control by Marian Balakowicz · 17 years ago
  51. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  52. a1cc147 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 17 years ago
  53. 3413e22 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines by Marian Balakowicz · 17 years ago
  54. c536d6f [new uImage] Add gen_get_image() routine by Marian Balakowicz · 17 years ago
  55. 2efc264 [new uImage] Cleanup do_botm_linux() boot allocations by Marian Balakowicz · 17 years ago
  56. 9c701e8 [new uImage] Move ramdisk loading to a common routine by Marian Balakowicz · 17 years ago
  57. 9541850 [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · 17 years ago
  58. 05c1d3f [new uImage] Factor out common routines for getting os/arch/type/comp names by Marian Balakowicz · 17 years ago
  59. b4a12a9 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago
  60. f9a67bd [new uImage] Add memmove_wd() common routine by Marian Balakowicz · 17 years ago
  61. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago