1. e318d9e TQM8xx: use the CFI flash driver on all TQM8xx boards by Martin Krause · 17 years ago
  2. 11d9eec TQM885D: adjust for doubled flash sector size + some minor fixes by Martin Krause · 17 years ago
  3. 22d1a56 TQM885D: Exchanged SDRAM timing by a more relaxed timing. by Jens Gehrlein · 17 years ago
  4. b988b8c TQM885D: use calculated cpuclk instead of measuring it by Martin Krause · 17 years ago
  5. 492c704 TQM885D: fix SDRAM refresh by Jens Gehrlein · 17 years ago
  6. dabad4b TQM860M: Support for 10col SDRAMs, max. 128 MiB by Jens Gehrlein · 17 years ago
  7. 61fb15c5 Fix coding style issues; update CHANGELOG. by Wolfgang Denk · 17 years ago
  8. 6e1bbe6 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 17 years ago
  9. 81b38be Merge branch 'master' of git://www.denx.de/git/u-boot-sh by Wolfgang Denk · 17 years ago
  10. 58bbc77 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 17 years ago
  11. f77ac3d Merge branch 'master' of git://www.denx.de/git/u-boot-avr32 by Wolfgang Denk · 17 years ago
  12. 3f523ed Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx by Wolfgang Denk · 17 years ago
  13. bd878eb Merge branch 'testing' of git://www.denx.de/git/u-boot-fdt by Wolfgang Denk · 17 years ago
  14. 467bcee cfi_flash: Add manufacturer-specific fixups by Haavard Skinnemoen · 17 years ago
  15. 0ddf06d cfi_flash: Add cmdset-specific init functions by Haavard Skinnemoen · 17 years ago
  16. e23741f cfi_flash: Read whole QRY structure in one go by Haavard Skinnemoen · 17 years ago
  17. df9c25e AVR32: Fix logic inversion in disable_interrupts() by Haavard Skinnemoen · 17 years ago
  18. acac475 AVR32: Enable interrupts at bootup by Haavard Skinnemoen · 17 years ago
  19. 9570bcd AVR32: Fix wrong pin setup for USART3 by Haavard Skinnemoen · 17 years ago
  20. 09ea0de README: Remove ATSTK1000 daughterboard list by Haavard Skinnemoen · 17 years ago
  21. c81cbba Add ATSTK100[234] to MAINTAINERS by Haavard Skinnemoen · 17 years ago
  22. 64ff235 AVR32: Add support for the ATSTK1004 board by Haavard Skinnemoen · 17 years ago
  23. 667568d AVR32: Add support for the ATSTK1003 board by Haavard Skinnemoen · 17 years ago
  24. 5fee84a AVR32: Make some AT32AP700x peripherals optional by Haavard Skinnemoen · 17 years ago
  25. 36f28f8 AVR32: Rename at32ap7000 -> at32ap700x by Haavard Skinnemoen · 17 years ago
  26. 4d5fa99 atmel_mci: Show SR when block read fails by Haavard Skinnemoen · 17 years ago
  27. 8697e6a ppc4xx: Bring 4xx fdt support up-to-date by Stefan Roese · 17 years ago
  28. a449c50 Merge commit 'u-boot-fdt/testing' by Stefan Roese · 17 years ago
  29. 12d30aa cfi_flash: Use map_physmem() and unmap_physmem() by Haavard Skinnemoen · 17 years ago
  30. 4d7d693 Introduce map_physmem() and unmap_physmem() by Haavard Skinnemoen · 17 years ago
  31. cdbaefb cfi_flash: Introduce read and write accessors by Haavard Skinnemoen · 17 years ago
  32. 812711c Implement __raw_{read,write}[bwl] on all architectures by Haavard Skinnemoen · 17 years ago
  33. be60a90 cfi_flash: Reorder functions and eliminate extra prototypes by Haavard Skinnemoen · 17 years ago
  34. 3055793 cfi_flash: Make some needlessly global functions static by Haavard Skinnemoen · 17 years ago
  35. 7e5b9b4 cfi_flash: Break long lines by Haavard Skinnemoen · 17 years ago
  36. 42026c9 CFI: synchronize command offsets with Linux CFI driver by Bartlomiej Sieka · 17 years ago
  37. 8ff3de6 Handle MPC85xx PCIe reset errata (PCI-Ex 38) by Kumar Gala · 17 years ago
  38. 82ac8c9 Update Freescale MPC85xx ADS/CDS/MDS board config by Kumar Gala · 17 years ago
  39. d435793 Handle Asynchronous DDR clock on 85xx by Kumar Gala · 17 years ago
  40. 22abb2d Update Freescale MPC85xx ADS/CDS/MDS board config by Kumar Gala · 17 years ago
  41. 415a613 Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale. by Kumar Gala · 17 years ago
  42. c2d943f Move the MPC8540 ADS board under board/freescale. by Kumar Gala · 17 years ago
  43. 870ceac Move the MPC8560 ADS board under board/freescale. by Kumar Gala · 17 years ago
  44. acbca87 Move the MPC8568 MDS board under board/freescale. by Kumar Gala · 17 years ago
  45. a853d56 Use standard LAWAR_TRGT_IF_* defines for LAW setup on 85xx by Kumar Gala · 17 years ago
  46. 04db400 Stop using immap_t on 85xx by Kumar Gala · 17 years ago
  47. 2714223 Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdt by Kumar Gala · 17 years ago
  48. c480861 Update MPC8568 MDS to use libfdt by Kumar Gala · 17 years ago
  49. 1563f56 Add PCI Express support on MPC8568MDS by Haiying Wang · 17 years ago
  50. b90d254 Update MPC85xx CDS to use libfdt by Kumar Gala · 17 years ago
  51. 0fd5ec6 Update MPC8540 ADS to use libfdt by Kumar Gala · 17 years ago
  52. 5ce7158 Update MPC8560 ADS to use libfdt by Kumar Gala · 17 years ago
  53. aafeefb Stop using immap_t for cpm offset on 85xx by Kumar Gala · 17 years ago
  54. f59b55a Stop using immap_t for guts offset on 85xx by Kumar Gala · 17 years ago
  55. 50c03c8 Update MPC8544 DS config by Kumar Gala · 17 years ago
  56. addce57 Update MPC8544DS to use libfdt by Kumar Gala · 17 years ago
  57. f852ce7 Add libfdt based ft_cpu_setup for mpc85xx by Kumar Gala · 17 years ago
  58. 3b9abdc ppc4xx: Correct GPIO offset in gpio_config() by Stefan Roese · 17 years ago
  59. 8809a27 rtc: Fix merging problem by Stefan Roese · 17 years ago
  60. 9caeaad Merge commit 'u-boot/master' into for-1.3.1 by Stefan Roese · 17 years ago
  61. 7cfc12a ppc4xx: 405EX: Correctly enable USB pins by Stefan Roese · 17 years ago
  62. 9692c27 CFI: Coding style cleanup by Stefan Roese · 17 years ago
  63. 81b20cc CFI: support JEDEC flash roms in CFI-flash framework by Michael Schwingen · 17 years ago
  64. c01b17d Conditionally compile fdt_fixup_ethernet() by Gerald Van Baren · 17 years ago
  65. 246d4ae Convert boards that set memory node to use fdt_fixup_memory() by Kumar Gala · 17 years ago
  66. 151c8b0 Added fdt_fixup_stdout that uses aliases to set linux,stdout-path by Kumar Gala · 17 years ago
  67. 3c92728 Add common memory fixup function by Kumar Gala · 17 years ago
  68. 9c9109e Conditionally compile fdt_support.c by Kumar Gala · 17 years ago
  69. d88e7ba Fix build breakage due to libfdt import by Kumar Gala · 17 years ago
  70. 28f384b Add spaces around the = in the fdt print format. by Gerald Van Baren · 17 years ago
  71. f743931 Merge commit 'wd/master' by Jon Loeliger · 17 years ago
  72. 29592ec sh: Moved driver of the SuperH dependence by Nobuhiro Iwamatsu · 17 years ago
  73. 749ae4c Merge git://www.denx.de/git/u-boot by Nobuhiro Iwamatsu · 17 years ago
  74. 521dcd3 Merge git://www.denx.de/git/u-boot by Nobuhiro Iwamatsu · 17 years ago
  75. 41be969 Release v1.3.1 by Wolfgang Denk · 17 years ago
  76. cf5933b ADS5121 Board: fix compile problem. by Wolfgang Denk · 17 years ago
  77. a27044b ppc4xx: Enable hardware-fix for PCI/DMA errata on AMCC 440SP/SPe boards by Stefan Roese · 17 years ago
  78. a90921f ppc4xx: Yosemite/Yellowstone: Add DTT AD7414 support by Stefan Roese · 17 years ago
  79. 8d4f040 Prepare for 1.3.1-rc1 by Wolfgang Denk · 17 years ago
  80. e15e334 ppc4xx: Kilauea: Add PCIe reset assertion upon power-up by Stefan Roese · 17 years ago
  81. 260eea5 sh: Add SuperH boards maintainer to MAINTAINERS file by Nobuhiro Iwamatsu · 17 years ago
  82. aa9c4f1 sh: Add ms7750se support in MAKEALL by Nobuhiro Iwamatsu · 17 years ago
  83. c714437 sh: Add sh3 and sh4 support in MAKEALL by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  84. 1300808 sh: Add document for SuperH. by Nobuhiro Iwamatsu · 17 years ago
  85. 33ecdc2 sh: Add marubun's pcmcia driver by Nobuhiro Iwamatsu · 17 years ago
  86. febd86b sh: Update SuperH SCIF driver by Nobuhiro Iwamatsu · 17 years ago
  87. 7fc7928 Merge git://www.denx.de/git/u-boot by Nobuhiro Iwamatsu · 17 years ago
  88. 83c5c9b Merge commit 'wd/master' by Jon Loeliger · 17 years ago
  89. 8be7609 ppc4xx: Kilauea & Makalu: Fix ext IRQ pin multiplexing by Stefan Roese · 17 years ago
  90. 88fed9a Merge commit '3deca9d' by Wolfgang Denk · 17 years ago
  91. a5f601f Cleanup coding style; update CHANGELOG by Wolfgang Denk · 17 years ago
  92. fe08fb6 Merge commit '87ddedd' by Wolfgang Denk · 17 years ago
  93. 3deca9d MAKEALL: add missing 512x boards in ppc by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  94. a340c32 Makefile : fix tags ctags etags with new drivers organization by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  95. 63362cf ppc4xx: Makalu: Change EBC setup for CS0 to enable 400MHz usage by Stefan Roese · 17 years ago
  96. ca1ce22 ppc4xx: Kilauea: Configure pin mux to use ext IRQ2 as interrupt by Stefan Roese · 17 years ago
  97. 87ddedd Makefile : fix tags ctags etags with new drivers organization by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  98. 59829cc drivers/mtd : move mtd drivers to drivers/mtd by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  99. 318c0b9 drivers/misc : move misc drivers to drivers/misc by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  100. 33daf5b drivers/block : move block drivers to drivers/block by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago