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