1. 766529f Add MD5 support to the new uImage format by Bartlomiej Sieka · 17 years ago
  2. afe45c8 [new uImage] Fix build issue on ARM by Marian Balakowicz · 17 years ago
  3. f773bea [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used by Marian Balakowicz · 17 years ago
  4. 1372cce [new uImage] Use show_boot_progress() for new uImage format by Marian Balakowicz · 17 years ago
  5. 3dfe110 [new uImage] Add node offsets for FIT images listed in struct bootm_headers by Marian Balakowicz · 17 years ago
  6. d985c84 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
  7. c877964 [new uImage] Add new uImage format support for ramdisk handling by Marian Balakowicz · 17 years ago
  8. 5dfb521 [new uImage] New uImage low-level API by Marian Balakowicz · 17 years ago
  9. df6f1b8 [new uImage] Fix component handling for legacy multi component images by Marian Balakowicz · 17 years ago
  10. 570abb0 [new uImage] Share common uImage code between mkimage and U-boot by Marian Balakowicz · 17 years ago
  11. 9a4daad [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  12. d3f2fa0 [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · 17 years ago
  13. e822d7f [new uImage] Use lmb for bootm allocations by Kumar Gala · 17 years ago
  14. f5614e7 [new uImage] Add autostart flag to bootm_headers structure by Kumar Gala · 17 years ago
  15. 274cea2 [new uImage] rework error handling so common functions don't reset by Kumar Gala · 17 years ago
  16. a6612bd [new uImage] Don't pass kdb to ramdisk_high since we may not have one by Kumar Gala · 17 years ago
  17. 4efbe9d [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled by Marian Balakowicz · 17 years ago
  18. 8a5ea3e [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
  19. 6f0f9df [new uImage] Optimize gen_get_image() flow control by Marian Balakowicz · 17 years ago
  20. d5934ad [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  21. 2242f53 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 17 years ago
  22. f50433d [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines by Marian Balakowicz · 17 years ago
  23. fff888a1 [new uImage] Add gen_get_image() routine by Marian Balakowicz · 17 years ago
  24. b6b0fe6 [new uImage] Cleanup do_botm_linux() boot allocations by Marian Balakowicz · 17 years ago
  25. ceaed2b [new uImage] Move ramdisk loading to a common routine by Marian Balakowicz · 17 years ago
  26. 5ad03eb [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · 17 years ago
  27. 42b73e8 [new uImage] Factor out common routines for getting os/arch/type/comp names by Marian Balakowicz · 17 years ago
  28. f13e7b2 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago
  29. af13cdb [new uImage] Add memmove_wd() common routine by Marian Balakowicz · 17 years ago
  30. b97a2a0 [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago