1. ea86b9e Prevent crash if random/invalid ramdisks are passed to bootm by Kumar Gala · 16 years ago
  2. 8e02494 Prevent crash if random DTB address is passed to bootm by Anatolij Gustschin · 16 years ago
  3. 54f9c86 bootm: Set working fdt address as part of the bootm flow by Kumar Gala · 16 years ago
  4. 06a0991 bootm: refactor fdt locating and relocation code by Kumar Gala · 16 years ago
  5. 3216ca9 Fix fallout from autostart revert by Kumar Gala · 16 years ago
  6. 0bf202e Revert "[new uImage] Add autostart flag to bootm_headers structure" by Wolfgang Denk · 16 years ago
  7. 41266c9 FIT: Fix handling of images without ramdisks by Peter Tyser · 16 years ago
  8. c78fce6 FIS: repare incorrect return value with ramdisk handling by Michal Simek · 16 years ago
  9. 391fd93 Change lmb to use phys_size_t/phys_addr_t by Becky Bruce · 16 years ago
  10. 95d449a Avoid initrd and logbuffer area overlaps by Marian Balakowicz · 16 years ago
  11. ee0cfa7 Revert "Avoid initrd and logbuffer area overlaps" by Wolfgang Denk · 16 years ago
  12. 02b9b22 Fix offset calculation for multi-type legacy images. by Nick Spence · 16 years ago
  13. 1b5605c Avoid initrd and logbuffer area overlaps by Marian Balakowicz · 16 years ago
  14. 273c37d Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled by Marian Balakowicz · 16 years ago
  15. e419e12 Recognize 'powerpc' As an Alias for IH_ARCH_PPC by Grant Erickson · 16 years ago
  16. 7590378 Use watchdog-aware functions when calculating hashes of images - take two by Bartlomiej Sieka · 17 years ago
  17. edbed24 Memory footprint optimizations by Bartlomiej Sieka · 17 years ago
  18. 89cdab7 crc32: use uint32_t rather than unsigned long by Mike Frysinger · 17 years ago
  19. cb1c489 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 17 years ago
  20. 20a14a4 Rename include/md5.h to include/u-boot/md5.h by Andy Fleming · 17 years ago
  21. bf3d8b3 SPARC: added SPARC support for new uimage in common code. by Daniel Hellstrom · 17 years ago
  22. dafaede [new uImage] Disable debuging output in preparation for merge with master by Bartlomiej Sieka · 17 years ago
  23. 766529f Add MD5 support to the new uImage format by Bartlomiej Sieka · 17 years ago
  24. afe45c8 [new uImage] Fix build issue on ARM by Marian Balakowicz · 17 years ago
  25. f773bea [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used by Marian Balakowicz · 17 years ago
  26. 1372cce [new uImage] Use show_boot_progress() for new uImage format by Marian Balakowicz · 17 years ago
  27. 3dfe110 [new uImage] Add node offsets for FIT images listed in struct bootm_headers by Marian Balakowicz · 17 years ago
  28. d985c84 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
  29. c877964 [new uImage] Add new uImage format support for ramdisk handling by Marian Balakowicz · 17 years ago
  30. 5dfb521 [new uImage] New uImage low-level API by Marian Balakowicz · 17 years ago
  31. df6f1b8 [new uImage] Fix component handling for legacy multi component images by Marian Balakowicz · 17 years ago
  32. 570abb0 [new uImage] Share common uImage code between mkimage and U-boot by Marian Balakowicz · 17 years ago
  33. 9a4daad [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  34. d3f2fa0 [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · 17 years ago
  35. e822d7f [new uImage] Use lmb for bootm allocations by Kumar Gala · 17 years ago
  36. f5614e7 [new uImage] Add autostart flag to bootm_headers structure by Kumar Gala · 17 years ago
  37. 274cea2 [new uImage] rework error handling so common functions don't reset by Kumar Gala · 17 years ago
  38. a6612bd [new uImage] Don't pass kdb to ramdisk_high since we may not have one by Kumar Gala · 17 years ago
  39. 4efbe9d [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled by Marian Balakowicz · 17 years ago
  40. 8a5ea3e [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
  41. 6f0f9df [new uImage] Optimize gen_get_image() flow control by Marian Balakowicz · 17 years ago
  42. d5934ad [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  43. 2242f53 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 17 years ago
  44. f50433d [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines by Marian Balakowicz · 17 years ago
  45. fff888a1 [new uImage] Add gen_get_image() routine by Marian Balakowicz · 17 years ago
  46. b6b0fe6 [new uImage] Cleanup do_botm_linux() boot allocations by Marian Balakowicz · 17 years ago
  47. ceaed2b [new uImage] Move ramdisk loading to a common routine by Marian Balakowicz · 17 years ago
  48. 5ad03eb [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · 17 years ago
  49. 42b73e8 [new uImage] Factor out common routines for getting os/arch/type/comp names by Marian Balakowicz · 17 years ago
  50. f13e7b2 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago
  51. af13cdb [new uImage] Add memmove_wd() common routine by Marian Balakowicz · 17 years ago
  52. b97a2a0 [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago