1. 0a5c214 Fix coding style issues; update CHANGELOG. by Wolfgang Denk · 17 years ago
  2. 6723561 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 17 years ago
  3. 5857888 Merge branch 'master' of git://www.denx.de/git/u-boot-sh by Wolfgang Denk · 17 years ago
  4. 981c5fa Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 17 years ago
  5. ccde385 Merge branch 'master' of git://www.denx.de/git/u-boot-avr32 by Wolfgang Denk · 17 years ago
  6. 21bd1f7 Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx by Wolfgang Denk · 17 years ago
  7. 6a004e7 Merge branch 'testing' of git://www.denx.de/git/u-boot-fdt by Wolfgang Denk · 17 years ago
  8. 750ea7f cfi_flash: Add manufacturer-specific fixups by Haavard Skinnemoen · 17 years ago
  9. c4d478b cfi_flash: Add cmdset-specific init functions by Haavard Skinnemoen · 17 years ago
  10. 53baec7 cfi_flash: Read whole QRY structure in one go by Haavard Skinnemoen · 17 years ago
  11. d3567ab AVR32: Fix logic inversion in disable_interrupts() by Haavard Skinnemoen · 17 years ago
  12. 64e7975 AVR32: Enable interrupts at bootup by Haavard Skinnemoen · 17 years ago
  13. 8bbe18a AVR32: Fix wrong pin setup for USART3 by Haavard Skinnemoen · 17 years ago
  14. 9d5a43f README: Remove ATSTK1000 daughterboard list by Haavard Skinnemoen · 17 years ago
  15. 779a8ef Add ATSTK100[234] to MAINTAINERS by Haavard Skinnemoen · 17 years ago
  16. 787ef7b AVR32: Add support for the ATSTK1004 board by Haavard Skinnemoen · 17 years ago
  17. d347f44 AVR32: Add support for the ATSTK1003 board by Haavard Skinnemoen · 17 years ago
  18. 8dda4e6 AVR32: Make some AT32AP700x peripherals optional by Haavard Skinnemoen · 17 years ago
  19. 76ddb06 AVR32: Rename at32ap7000 -> at32ap700x by Haavard Skinnemoen · 17 years ago
  20. 7e21ad4 atmel_mci: Show SR when block read fails by Haavard Skinnemoen · 17 years ago
  21. e3ea188 cfi_flash: Use map_physmem() and unmap_physmem() by Haavard Skinnemoen · 17 years ago
  22. f985551 Introduce map_physmem() and unmap_physmem() by Haavard Skinnemoen · 17 years ago
  23. 21b95b4 cfi_flash: Introduce read and write accessors by Haavard Skinnemoen · 17 years ago
  24. 47f6085 Implement __raw_{read,write}[bwl] on all architectures by Haavard Skinnemoen · 17 years ago
  25. 6dd763c cfi_flash: Reorder functions and eliminate extra prototypes by Haavard Skinnemoen · 17 years ago
  26. 670a323 cfi_flash: Make some needlessly global functions static by Haavard Skinnemoen · 17 years ago
  27. d523e39 cfi_flash: Break long lines by Haavard Skinnemoen · 17 years ago
  28. 2fd67e1 CFI: synchronize command offsets with Linux CFI driver by Bartlomiej Sieka · 17 years ago
  29. 93166d2 Handle MPC85xx PCIe reset errata (PCI-Ex 38) by Kumar Gala · 17 years ago
  30. 260fac3 Update Freescale MPC85xx ADS/CDS/MDS board config by Kumar Gala · 17 years ago
  31. 07db170 Handle Asynchronous DDR clock on 85xx by Kumar Gala · 17 years ago
  32. 99da1d9 Update Freescale MPC85xx ADS/CDS/MDS board config by Kumar Gala · 17 years ago
  33. b351f50 Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale. by Kumar Gala · 17 years ago
  34. 33af33b Move the MPC8540 ADS board under board/freescale. by Kumar Gala · 17 years ago
  35. a7bcf67 Move the MPC8560 ADS board under board/freescale. by Kumar Gala · 17 years ago
  36. 29ed29f Move the MPC8568 MDS board under board/freescale. by Kumar Gala · 17 years ago
  37. 1607da6 Use standard LAWAR_TRGT_IF_* defines for LAW setup on 85xx by Kumar Gala · 17 years ago
  38. 0a7a097 Stop using immap_t on 85xx by Kumar Gala · 17 years ago
  39. 264623d Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdt by Kumar Gala · 17 years ago
  40. a839a0f Update MPC8568 MDS to use libfdt by Kumar Gala · 17 years ago
  41. f06709f Add PCI Express support on MPC8568MDS by Haiying Wang · 17 years ago
  42. d28ced3 Update MPC85xx CDS to use libfdt by Kumar Gala · 17 years ago
  43. 6e57840 Update MPC8540 ADS to use libfdt by Kumar Gala · 17 years ago
  44. f2982fa Update MPC8560 ADS to use libfdt by Kumar Gala · 17 years ago
  45. cd113a0 Stop using immap_t for cpm offset on 85xx by Kumar Gala · 17 years ago
  46. ec1340d Stop using immap_t for guts offset on 85xx by Kumar Gala · 17 years ago
  47. 937176b Update MPC8544 DS config by Kumar Gala · 17 years ago
  48. 67b349b Update MPC8544DS to use libfdt by Kumar Gala · 17 years ago
  49. 81a21e9 Add libfdt based ft_cpu_setup for mpc85xx by Kumar Gala · 17 years ago
  50. 5543171 CFI: Coding style cleanup by Stefan Roese · 17 years ago
  51. 73d044d CFI: support JEDEC flash roms in CFI-flash framework by Michael Schwingen · 17 years ago
  52. 4ee3245 Conditionally compile fdt_fixup_ethernet() by Gerald Van Baren · 17 years ago
  53. c15d40f Convert boards that set memory node to use fdt_fixup_memory() by Kumar Gala · 17 years ago
  54. 2dc9b4a Added fdt_fixup_stdout that uses aliases to set linux,stdout-path by Kumar Gala · 17 years ago
  55. 0db72ed Add common memory fixup function by Kumar Gala · 17 years ago
  56. 78a658c Conditionally compile fdt_support.c by Kumar Gala · 17 years ago
  57. 3629f67 Fix build breakage due to libfdt import by Kumar Gala · 17 years ago
  58. fc1a109 Add spaces around the = in the fdt print format. by Gerald Van Baren · 17 years ago
  59. dbb55dd sh: Moved driver of the SuperH dependence by Nobuhiro Iwamatsu · 17 years ago
  60. 313496e Merge git://www.denx.de/git/u-boot by Nobuhiro Iwamatsu · 17 years ago
  61. 72f9e2e Merge git://www.denx.de/git/u-boot by Nobuhiro Iwamatsu · 17 years ago
  62. 3b5231f Release v1.3.1 by Wolfgang Denk · 17 years ago
  63. efff12f ADS5121 Board: fix compile problem. by Wolfgang Denk · 17 years ago
  64. 8890bf8 Prepare for 1.3.1-rc1 by Wolfgang Denk · 17 years ago
  65. 92171a7 sh: Add SuperH boards maintainer to MAINTAINERS file by Nobuhiro Iwamatsu · 17 years ago
  66. a2943f0 sh: Add ms7750se support in MAKEALL by Nobuhiro Iwamatsu · 17 years ago
  67. ceee338 sh: Add sh3 and sh4 support in MAKEALL by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  68. 3bf76ce sh: Add document for SuperH. by Nobuhiro Iwamatsu · 17 years ago
  69. 770395e sh: Add marubun's pcmcia driver by Nobuhiro Iwamatsu · 17 years ago
  70. 8c6fe76 sh: Update SuperH SCIF driver by Nobuhiro Iwamatsu · 17 years ago
  71. bde7089 Merge git://www.denx.de/git/u-boot by Nobuhiro Iwamatsu · 17 years ago
  72. 1287ef7 Merge commit '3deca9d' by Wolfgang Denk · 17 years ago
  73. 27dd982 Cleanup coding style; update CHANGELOG by Wolfgang Denk · 17 years ago
  74. 1e72111 Merge commit '87ddedd' by Wolfgang Denk · 17 years ago
  75. 0912d31 MAKEALL: add missing 512x boards in ppc by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  76. 957013c Makefile : fix tags ctags etags with new drivers organization by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  77. 8a4a0b8 Makefile : fix tags ctags etags with new drivers organization by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  78. 82ca974 drivers/mtd : move mtd drivers to drivers/mtd by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  79. b780301 drivers/misc : move misc drivers to drivers/misc by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  80. 7f7e6fb drivers/block : move block drivers to drivers/block by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  81. 9df0007 drivers/rtc : move rtc drivers to drivers/rtc by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  82. cf2e108 drivers/hwmon : move hardware monitor drviers to drivers/hwmon by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  83. 0c20dcd drivers/input : move input drivers to drivers/input by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  84. 780133c drivers/usb : move usb drivers to drivers/usb by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  85. 126e782 drivers/serial : move serial drivers to drivers/serial by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  86. ed0ea1f drivers/net : move net drivers to drivers/net by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  87. e6b1ec1 drivers/video : move video drivers to drivers/video by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  88. e77f5b8 drivers/pcmcia : move pcmcia drivers to drivers/pcmcia by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  89. 67572cf drivers/pci : move pci drivers to drivers/pci by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  90. 099bc33 Merge branch 'testing' of git://www.denx.de/git/u-boot-fdt by Wolfgang Denk · 17 years ago
  91. eb999ee Fix fdt printing for updated libfdt by Gerald Van Baren · 17 years ago
  92. 7590a19 Add additional fdt fixup helper functions by Kumar Gala · 17 years ago
  93. 2269910 Add fdt_fixup_ethernet helper to set mac addresses by Kumar Gala · 17 years ago
  94. 1e386af Fix warnings from import of libfdt by Kumar Gala · 17 years ago
  95. c8ab705 Update libfdt from device tree compiler (dtc) by Kumar Gala · 17 years ago
  96. 7e64cf8 Move do_fixup* for libfdt into common code by Kumar Gala · 17 years ago
  97. 51ab7f9 Make no options to fdt print default to '/' by Kumar Gala · 17 years ago
  98. bf771dc Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt by Kumar Gala · 17 years ago
  99. 113566b [BUILD] Remove libraries when updating autoconf.mk by Grant Likely · 17 years ago
  100. a643a05 [BUILD] conditionally compile libfdt/*.c in libfdt/Makefile by Kumar Gala · 17 years ago