1. 0fd8c47 [POWERPC] Replace undocumented interface properties in dts files by Kim Phillips · 18 years ago
  2. 8895ea4 [POWERPC] Add dt_xlate_addr() to bootwrapper by Mark A. Greer · 18 years ago
  3. d818d7e [POWERPC] bootwrapper: CONFIG_ -> CONFIG_DEVICE_TREE by Scott Wood · 18 years ago
  4. 173ba87 [POWERPC] bootwrapper: cuboot-83xx: Exclude upper 1MB from heap. by Scott Wood · 18 years ago
  5. 4536b93 [POWERPC] bootwrapper: cuImage for 85xx by Scott Wood · 18 years ago
  6. e4bb688 [POWERPC] bootwrapper: Fix array handling in dt_xlate_reg(). by Scott Wood · 18 years ago
  7. 3c5f616 [POWERPC] boot: More verbose gunzip error message by Milton Miller · 18 years ago
  8. 928370c [POWERPC] Enable make install by Akinobu Mita · 18 years ago
  9. e3f6478 [POWERPC] Fix comment typo in Kurobox device tree by Grant Likely · 18 years ago
  10. 4ca478e [POWERPC] bootwrapper: Use `unsigned long' for malloc sizes by Geert Uytterhoeven · 18 years ago
  11. 5cc5133 [POWERPC] bootwrapper: cuboot for 83xx by Scott Wood · 18 years ago
  12. 9b1c59e [POWERPC] bootwrapper: Add ppcboot.h by Scott Wood · 18 years ago
  13. 0fdd717 [POWERPC] bootwrapper: Add a cuboot platform and a cuImage target by Scott Wood · 18 years ago
  14. 390cbb5 [POWERPC] Fix detection of loader-supplied initrd on OF platforms by Paul Mackerras · 18 years ago
  15. 02cc511 [POWERPC] bootwrapper: Decompress less, check more by Milton Miller · 18 years ago
  16. 1383a34 [POWERPC] bootwrapper: no-gzip fixes by Milton Miller · 18 years ago
  17. f4bdbfc [POWERPC] bootwrapper: missing relocation in crt0.S by Milton Miller · 18 years ago
  18. d6f1d2a [POWERPC] Routine to find the devtree node of a linux,phandle by Mark A. Greer · 18 years ago
  19. 88e6873 [POWERPC] Move bootwrapper ELF parsing routines to a file by Mark A. Greer · 18 years ago
  20. 6e1af38 [POWERPC] bootwrapper: Add dt_xlate_reg(), and use it to find serial registers. by Scott Wood · 18 years ago
  21. 3af82a8 [POWERPC] Clean up zImage handling of the command line by David Gibson · 18 years ago
  22. 27fbaa9 [POWERPC] Add device tree utility functions to zImage by David Gibson · 18 years ago
  23. d93daf8 [POWERPC] 85xx: Add initial MPC8544 DS platform files. by Jon Loeliger · 18 years ago
  24. 23308c5 [POWERPC] 83xx: Add MPC832x RDB board support. by Michael Barkowski · 18 years ago
  25. e0e3c8d [POWERPC] 86xx: Added 2nd PCI-Ex controller support for MPC8641 HPCN to DTS. by Zhang Wei · 18 years ago
  26. e5a2072b [POWERPC] New reg.h for the zImage by David Gibson · 18 years ago
  27. fae59c3 [POWERPC] Add gcc format warnings to zImage printf() by David Gibson · 18 years ago
  28. 9da82a6 [POWERPC] boot: Use a common zImage rule by Milton Miller · 18 years ago
  29. 5d7960f [POWERPC] boot: clean rule fixes by Milton Miller · 18 years ago
  30. 235fd83 [POWERPC] boot: Use FORCE by Milton Miller · 18 years ago
  31. 160cc3e [POWERPC] bootwrapper: Allow platforms to call library zImage_start by Milton Miller · 18 years ago
  32. 6a92321 [POWERPC] bootwrapper: Add a fatal error helper by Milton Miller · 18 years ago
  33. 0e68067 [POWERPC] boot: export flush_cache by Milton Miller · 18 years ago
  34. 65b5803 [POWERPC] boot: rebuild when wrapper changes by Milton Miller · 18 years ago
  35. f61e7cd [POWERPC] bootwrapper: Make setprop accept a const buffer. by Scott Wood · 18 years ago
  36. a990381 [POWERPC] bootwrapper: Make compression of the kernel image optional. by Scott Wood · 18 years ago
  37. a07940b [POWERPC] bootwrapper: Add dt_ops methods. by Scott Wood · 18 years ago
  38. 7850ad5c [POWERPC] Add documentation for the zImage's gunzip convenience functions by David Gibson · 18 years ago
  39. 86a1b63 [POWERPC] bootwrapper: Make ft_create_node() pay attention to the parent parameter. by Scott Wood · 18 years ago
  40. 8941c0c [POWERPC] bootwrapper: Add ft_find_node_by_prop_value(). by Scott Wood · 18 years ago
  41. a9ec766 [POWERPC] bootwrapper: Make ft_get_parent() return a phandle, and NULL if already top-level. by Scott Wood · 18 years ago
  42. c350038 [POWERPC] bootwrapper: Refactor ft_get_prop() into internal and external functions. by Scott Wood · 18 years ago
  43. fc58341 [POWERPC] bootwrapper: Add ft_find_device_rel(). by Scott Wood · 18 years ago
  44. 5adeef5 [POWERPC] bootwrapper: Use map_string() instead of lookup_string() in ft_prop(). by Scott Wood · 18 years ago
  45. 9dd2c31 [POWERPC] bootwrapper: Modify *pp, not *p, in ft_shuffle(). by Scott Wood · 18 years ago
  46. 78438b3 [POWERPC] bootwrapper: Preserve the pp pointer in ft_make_space() when calling ft_reorder(). by Scott Wood · 18 years ago
  47. c8aa726 [POWERPC] bootwrapper: Make ft_get_phandle() accept and return NULL. by Scott Wood · 18 years ago
  48. 1c53a49 [POWERPC] bootwrapper: Rename ft_node_add() to ft_get_phandle(). by Scott Wood · 18 years ago
  49. 7c71c04 [POWERPC] bootwrapper: Add ft_root_node(). by Scott Wood · 18 years ago
  50. ce3edb3 [POWERPC] bootwrapper: Add stddef.h to ops.h by Scott Wood · 18 years ago
  51. cd197ff [POWERPC] zImage: Cleanup and improve zImage entry point by David Gibson · 18 years ago
  52. 79c8541 [POWERPC] zImage: Cleanup and improve prep_kernel() by David Gibson · 18 years ago
  53. ad9d271 [POWERPC] zImage: Add more flexible gunzip convenience functions by David Gibson · 18 years ago
  54. 500798d [POWERPC] Remove unused, undocumented #cpus property from cpus node by Stuart Yoder · 18 years ago
  55. c294461 Merge branch '86xx' into for_paulus by Kumar Gala · 18 years ago
  56. 6d9065d [POWERPC] 86xx: Cleaned up platform dts files by Kumar Gala · 18 years ago
  57. 56d7b79 Merge branch '85xx' into for_paulus by Kumar Gala · 18 years ago
  58. 5209487 [POWERPC] 85xx: Cleaned up platform dts files by Kumar Gala · 18 years ago
  59. be156be [POWERPC] 83xx: Renamed MPC8323 MDS dts and defconfig to match other boards by Kumar Gala · 18 years ago
  60. 322d05a [POWERPC] 83xx: Updated and renamed MPC8360PB to MPC836x MDS by Kumar Gala · 18 years ago
  61. d71a1dc [POWERPC] 83xx: Cleaned up 83xx platform dts files by Kumar Gala · 18 years ago
  62. 32aed2a [POWERPC] Delete boot-cpu property from all DTS files by Timur Tabi · 18 years ago
  63. f909f10 Merge branch '83xx' into for_paulus by Kumar Gala · 18 years ago
  64. 8c4a013 [POWERPC] 83xx: Add support for MPC8349E-mITX-GP by Timur Tabi · 18 years ago
  65. c2882bb [POWERPC] 85xx: Add support for the 8568 MDS board by Andy Fleming · 18 years ago
  66. 05cbbc6 [POWERPC] mpc5200 device tree bindings refinement by Grant Likely · 18 years ago
  67. 8500adc [POWERPC] Update to linkstation / kurobox support by Guennadi Liakhovetski · 18 years ago
  68. 49baa91 [POWERPC] 83xx: Updated and renamed MPC834x SYS to MPC834x MDS by Kumar Gala · 18 years ago
  69. ea5b7a6 [POWERPC] 83xx: Added new dr_mode property for usb controller on 83xx by Li Yang · 18 years ago
  70. b359049 [POWERPC] 83xx: Add base support for the MPC8313E RDB by Kim Phillips · 18 years ago
  71. c347b79 [POWERPC] Celleb: basic support by Ishizaki Kou · 18 years ago
  72. 5427828 [POWERPC] Fix kernel build errors for mpc8272ads and mpc8560ads by Vitaly Bordug · 18 years ago
  73. 73844ec [POWERPC] cpm2: CPM2 interrupt controller fix by Vitaly Bordug · 18 years ago
  74. 29f1530 [POWERPC] Add mpc866ads board-specific bits to arch/powerpc by Vitaly Bordug · 18 years ago
  75. df34403 [POWERPC] 8xx: Add mpc885ads support and common mpc8xx files by Vitaly Bordug · 18 years ago
  76. 18a1e4c [POWERPC] 83xx: Add the mpc8323emds.dts by Kim Phillips · 18 years ago
  77. 121361f [POWERPC] Make it blatantly clear; mpc5200 device tree is not yet stable by Grant Likely · 18 years ago
  78. a5b6ad6 [POWERPC] Fix mpc52xx fdt to use correct device_type for sound devices by Grant Likely · 18 years ago
  79. d28d027 [POWERPC] Fix build of cell zImage.initrd by Benjamin Herrenschmidt · 18 years ago
  80. 8a8944a [POWERPC] ps3: add a default zImage target by Geoff Levand · 18 years ago
  81. 04d76b9 [POWERPC] Linkstation / kurobox support by Guennadi Liakhovetski · 18 years ago
  82. dc0f80a [POWERPC] Clean images in arch/powerpc/boot by Geert Uytterhoeven · 18 years ago
  83. c6d4d65 [POWERPC] Add device trees for lite5200 and lite5200b eval boards by Grant Likely · 18 years ago
  84. 06f2138 [POWERPC] Add files build to .gitignore by Rutger Nijlunsing · 18 years ago
  85. 4ec64d5 [POWERPC] ps3: add a default zImage target by Arnd Bergmann · 18 years ago
  86. 7839af3 [POWERPC] Compile a zImage.chrp if PPC_EFIKA seleted by Nicolas DET · 18 years ago
  87. 35af89e [POWERPC] Cleanup zImage handling of kernel entry with flat device tree by David Gibson · 18 years ago
  88. f79e083 [POWERPC] Small clarification of initrd handling by David Gibson · 18 years ago
  89. 5873c9b [POWERPC] Make pci_read_irq_line the default on mpc7448hpc2 board by Zang Roy-r61911 · 18 years ago
  90. 79acbb3 Merge branch 'linux-2.6' into for-linus by Paul Mackerras · 18 years ago
  91. b61c550 [PATCH] Make git ignore new wrapper generated files by Kim Phillips · 18 years ago
  92. 25787af [PATCH] Remove arch/powerpc/boot/zImage file. by Mark A. Greer · 18 years ago
  93. e9c4b4b [PATCH] Remove dtb file created by wrapper script by Mark A. Greer · 18 years ago
  94. 621da0f [POWERPC] Make sure initrd and dtb sections get into zImage correctly by Paul Mackerras · 18 years ago
  95. a0f4672 [POWERPC] Fixed some missing files to be deleted when running make clean by Matthew McClintock · 18 years ago
  96. 0cfcccb [POWERPC] Add mktree utility to arch/powerpc/boot by Josh Boyer · 18 years ago
  97. 3688a0f [POWERPC] Don't require execute perms on wrapper when building zImage.initrd by Mark A. Greer · 18 years ago
  98. 01a6372 [POWERPC] Add simple memory allocator to bootwrapper by Mark A. Greer · 18 years ago
  99. 0c176fa [POWERPC] Add non-OF serial console support by Mark A. Greer · 18 years ago
  100. 6fb4efc [POWERPC] Add flatdevtree source by Mark A. Greer · 18 years ago