1. 98874ff Fix LMB type issues by Andy Fleming · 16 years ago
  2. da8693a Fix compiler warnings by Kumar Gala · 16 years ago
  3. dc4b0b3 Fix printf errors. by Andrew Klossner · 16 years ago
  4. 730f298 lmb: fix "implicit declaration of function 'lmb_free'" warning by Wolfgang Denk · 16 years ago
  5. 41c5eaa Resize device tree to allow space for board changes and the chosen node by Andy Fleming · 16 years ago
  6. 391fd93 Change lmb to use phys_size_t/phys_addr_t by Becky Bruce · 16 years ago
  7. e489b9c fdt: unshadow global working fdt variable by Kim Phillips · 16 years ago
  8. 91a6167 Support legacy multi-type images without FDT section. by Nick Spence · 16 years ago
  9. cb1c489 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 16 years ago
  10. de2b321 ppc: Fix ftd_blob variable init when processing raw blob by Marian Balakowicz · 16 years ago
  11. 6fe2946 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code by Kim Phillips · 17 years ago
  12. 438a4c1 Cleanup coding style, update CHANGELOG by Wolfgang Denk · 17 years ago
  13. dafaede [new uImage] Disable debuging output in preparation for merge with master by Bartlomiej Sieka · 17 years ago
  14. f773bea [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used by Marian Balakowicz · 17 years ago
  15. cd7c596 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines by Marian Balakowicz · 17 years ago
  16. 3dfe110 [new uImage] Add node offsets for FIT images listed in struct bootm_headers by Marian Balakowicz · 17 years ago
  17. bc8ed48 [new uImage] ppc: Add new uImage format support to FDT handling routines by Marian Balakowicz · 17 years ago
  18. d985c84 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
  19. 05e07b1 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt() by Marian Balakowicz · 17 years ago
  20. 9a4daad [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  21. 75fa002 [new uImage] Respect autostart setting in linux bootm by Kumar Gala · 17 years ago
  22. d3f2fa0 [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · 17 years ago
  23. e822d7f [new uImage] Use lmb for bootm allocations by Kumar Gala · 17 years ago
  24. 274cea2 [new uImage] rework error handling so common functions don't reset by Kumar Gala · 17 years ago
  25. d2bc095 [new uImage] ppc: Re-order ramdisk/fdt handling sequence by Kumar Gala · 17 years ago
  26. 2795349 [new uImage] ppc: Determine if we are booting an OF style by Kumar Gala · 17 years ago
  27. a6612bd [new uImage] Don't pass kdb to ramdisk_high since we may not have one by Kumar Gala · 17 years ago
  28. 4efbe9d [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled by Marian Balakowicz · 17 years ago
  29. ff0734c [new uImage] POWERPC: Add image_get_fdt() routine by Marian Balakowicz · 17 years ago
  30. 8a5ea3e [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
  31. d2ced9e [new uImage] POWERPC: Split get_fdt() into get and relocate routines by Marian Balakowicz · 17 years ago
  32. d5934ad [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  33. 2242f53 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 17 years ago
  34. fff888a1 [new uImage] Add gen_get_image() routine by Marian Balakowicz · 17 years ago
  35. 7b32545 [new uImage] Cleanup FDT handling in PPC do_boot_linux() by Marian Balakowicz · 17 years ago
  36. b6b0fe6 [new uImage] Cleanup do_botm_linux() boot allocations by Marian Balakowicz · 17 years ago
  37. ceaed2b [new uImage] Move ramdisk loading to a common routine by Marian Balakowicz · 17 years ago
  38. 5ad03eb [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · 17 years ago
  39. d3c5eb6 [new uImage] Move FDT error printing to common fdt_error() routine by Marian Balakowicz · 17 years ago
  40. 4a2ad5f [new uImage] Remove OF_FLAT_TREE support from PPC bootm code by Marian Balakowicz · 17 years ago
  41. 4a995ed [new uImage] Rename architecture specific bootm code files by Marian Balakowicz · 17 years ago[Renamed from lib_ppc/ppc_linux.c]
  42. 7582438 [new uImage] Return error on image move/uncompress overwrites by Marian Balakowicz · 17 years ago
  43. f13e7b2 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago
  44. af13cdb [new uImage] Add memmove_wd() common routine by Marian Balakowicz · 17 years ago
  45. 958fc48 [new uImage] Fix FDT header verification in PPC do_boot_linux() routine by Marian Balakowicz · 17 years ago
  46. 559316f [new uImage] Move CHUNKSZ definition to image.h by Marian Balakowicz · 17 years ago
  47. d45d5a1 [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux() by Marian Balakowicz · 17 years ago
  48. 5d3cc55 [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c by Marian Balakowicz · 17 years ago