1. 88fbf93 Move arch/ppc to arch/powerpc by Stefan Roese · 15 years ago[Renamed from arch/ppc/lib/bootm.c]
  2. cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 15 years ago[Renamed from lib_ppc/bootm.c]
  3. 4baef82 8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx by Poonam Aggrwal · 15 years ago
  4. cd1bd4c ppc: trigger WDT before starting Linux by Heiko Schocher · 15 years ago
  5. 1e0f07e Revert "ppc: Unlock cache-as-ram in a consistent manner" by Wolfgang Denk · 15 years ago
  6. f02eb62 ppc: Unlock cache-as-ram in a consistent manner by Peter Tyser · 15 years ago
  7. 6bb9449 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  8. 3b2ad17 ppc: Fix compile warnings when !CONFIG_OF_LIBFDT by Peter Tyser · 16 years ago
  9. 82f15f3 Coding Style cleanup, update CHANGELOG by Wolfgang Denk · 16 years ago
  10. ffccb57 bootm: support subcommands in linux ppc bootm by Kumar Gala · 16 years ago
  11. 18178bc bootm: Add subcommands by Kumar Gala · 16 years ago
  12. b02d722 Added arch_lmb_reserve to allow arch specific memory regions protection by Kumar Gala · 16 years ago
  13. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  14. 2ad53a0 fdt: Overwrite /chosen node in bootm if it already exists in the dtb by Stefan Roese · 16 years ago
  15. d29abae powerpc: Fix bootm to boot up again with a Ramdisk by Heiko Schocher · 16 years ago
  16. 48626aa bootm: refactor do_reset and os boot function args by Kumar Gala · 16 years ago
  17. 99ebc05 fdt: refactor initrd related code by Kumar Gala · 16 years ago
  18. f2f58c5 fdt: refactor fdt resize code by Kumar Gala · 16 years ago
  19. da6d11e bootm: move lmb into the bootm_headers_t structure by Kumar Gala · 16 years ago
  20. a5130ad bootm: refactor fdt locating and relocation code by Kumar Gala · 16 years ago
  21. fffb143 bootm: refactor ramdisk locating code by Kumar Gala · 16 years ago
  22. 93467bc bootm: refactor entry point code by Kumar Gala · 16 years ago
  23. dcdcfea Update linux bootm to support ePAPR client interface by Kumar Gala · 16 years ago
  24. 026e4ac Fix fallout from autostart revert by Kumar Gala · 16 years ago
  25. 09d2a71 Fix LMB type issues by Andy Fleming · 16 years ago
  26. 3fddff1 Fix compiler warnings by Kumar Gala · 16 years ago
  27. e4ad454 Fix printf errors. by Andrew Klossner · 16 years ago
  28. a7a141b lmb: fix "implicit declaration of function 'lmb_free'" warning by Wolfgang Denk · 16 years ago
  29. 7d32ae3 Resize device tree to allow space for board changes and the chosen node by Andy Fleming · 16 years ago
  30. d26d67c Change lmb to use phys_size_t/phys_addr_t by Becky Bruce · 16 years ago
  31. f3a42e2 fdt: unshadow global working fdt variable by Kim Phillips · 16 years ago
  32. 5bcd410 Support legacy multi-type images without FDT section. by Nick Spence · 17 years ago
  33. ab00e02 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 17 years ago
  34. e5d63b7 ppc: Fix ftd_blob variable init when processing raw blob by Marian Balakowicz · 17 years ago
  35. 0c51a67 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code by Kim Phillips · 17 years ago
  36. 8f702ad Cleanup coding style, update CHANGELOG by Wolfgang Denk · 17 years ago
  37. 432c914 [new uImage] Disable debuging output in preparation for merge with master by Bartlomiej Sieka · 17 years ago
  38. 0cd4f3d [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used by Marian Balakowicz · 17 years ago
  39. df8ff33 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines by Marian Balakowicz · 17 years ago
  40. 61c1ad5 [new uImage] Add node offsets for FIT images listed in struct bootm_headers by Marian Balakowicz · 17 years ago
  41. 0d87136 [new uImage] ppc: Add new uImage format support to FDT handling routines by Marian Balakowicz · 17 years ago
  42. a0ffb42 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
  43. b5ec1b9 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt() by Marian Balakowicz · 17 years ago
  44. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  45. aa0826b [new uImage] Respect autostart setting in linux bootm by Kumar Gala · 17 years ago
  46. c5bacfd [new uImage] Provide ability to restrict region used for boot images by Kumar Gala · 17 years ago
  47. b937bb7 [new uImage] Use lmb for bootm allocations by Kumar Gala · 17 years ago
  48. 18f4c0f [new uImage] rework error handling so common functions don't reset by Kumar Gala · 17 years ago
  49. 56bdf1d [new uImage] ppc: Re-order ramdisk/fdt handling sequence by Kumar Gala · 17 years ago
  50. a56d7d5 [new uImage] ppc: Determine if we are booting an OF style by Kumar Gala · 17 years ago
  51. aced3a3 [new uImage] Don't pass kdb to ramdisk_high since we may not have one by Kumar Gala · 17 years ago
  52. 1256068 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled by Marian Balakowicz · 17 years ago
  53. 351d3e3 [new uImage] POWERPC: Add image_get_fdt() routine by Marian Balakowicz · 17 years ago
  54. 61fde55 [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
  55. 6881dae [new uImage] POWERPC: Split get_fdt() into get and relocate routines by Marian Balakowicz · 17 years ago
  56. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  57. a1cc147 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 17 years ago
  58. c536d6f [new uImage] Add gen_get_image() routine by Marian Balakowicz · 17 years ago
  59. 25154b6 [new uImage] Cleanup FDT handling in PPC do_boot_linux() by Marian Balakowicz · 17 years ago
  60. 2efc264 [new uImage] Cleanup do_botm_linux() boot allocations by Marian Balakowicz · 17 years ago
  61. 9c701e8 [new uImage] Move ramdisk loading to a common routine by Marian Balakowicz · 17 years ago
  62. 9541850 [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · 17 years ago
  63. 28fb615 [new uImage] Move FDT error printing to common fdt_error() routine by Marian Balakowicz · 17 years ago
  64. d216085 [new uImage] Remove OF_FLAT_TREE support from PPC bootm code by Marian Balakowicz · 17 years ago
  65. 79fcab8 [new uImage] Rename architecture specific bootm code files by Marian Balakowicz · 17 years ago[Renamed from lib_ppc/ppc_linux.c]
  66. f92332b [new uImage] Return error on image move/uncompress overwrites by Marian Balakowicz · 17 years ago
  67. b4a12a9 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago
  68. f9a67bd [new uImage] Add memmove_wd() common routine by Marian Balakowicz · 17 years ago
  69. ed68d47 [new uImage] Fix FDT header verification in PPC do_boot_linux() routine by Marian Balakowicz · 17 years ago
  70. 20c4372 [new uImage] Move CHUNKSZ definition to image.h by Marian Balakowicz · 17 years ago
  71. 751b2b8 [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux() by Marian Balakowicz · 17 years ago
  72. 2437cf2 [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c by Marian Balakowicz · 17 years ago