1. 1551eb3 ppc4xx: Remove unused code from PCI405 code by Matthias Fuchs · 16 years ago
  2. 26ece6c ppc4xx: ML2 shouldn't include the 4xx EMAC driver by Stefan Roese · 16 years ago
  3. ecc4295 ppc4xx: katmai: Change default config by Yuri Tikhonov · 16 years ago
  4. 5c05759 ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization by Dave Mitchell · 16 years ago
  5. 3c373417 ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs by Dave Mitchell · 16 years ago
  6. 606ce99 ppc4xx: Delete unused definitions for SDR0_DDRCFG from ppc4xx.h by Steven A. Falco · 16 years ago
  7. fe05a02 ppc4xx: Clear all potentially pending exceptions in MCSR by Stefan Roese · 16 years ago
  8. d2454ba Align end of bss by 4 bytes by Selvamuthukumar · 16 years ago
  9. 6c2f4f0 Merge branch 'master' of git://git.denx.de/u-boot-mpc86xx by Wolfgang Denk · 16 years ago
  10. eccb5e7 mpc8641: fix address-cells default in old .dts detection by Becky Bruce · 16 years ago
  11. 2f79edd lib_ppc: Move trap_init to occur earlier by Becky Bruce · 16 years ago
  12. 48d3ce2 mpc8641: Try to detect old .dts files by Becky Bruce · 16 years ago
  13. f4a865c toplevel Makefile: Add MPC8641HPCN_36BIT target by Becky Bruce · 16 years ago
  14. 0bd2509 mpc8641: Support 36-bit physical addressing by Becky Bruce · 16 years ago
  15. 8c2ebd0 mpc8641: Change 32-bit memory map by Becky Bruce · 16 years ago
  16. 2a97867 mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLY by Becky Bruce · 16 years ago
  17. aa06c6c mpc86xx: Use SRR0/1/rfi to enable address translation, not blr by Becky Bruce · 16 years ago
  18. 05ddb88 mpc8641: make DIAG_ADDR == FLASH_BASE by Becky Bruce · 16 years ago
  19. 2e1aef0 mpc8641: Drop imaginary second flash bank, map 8MB by Becky Bruce · 16 years ago
  20. 8ec01a3 mpc8641: only define CONFIG_ENV_SIZE once by Becky Bruce · 16 years ago
  21. fa9e7c5 mpc86xx: Move setup_bats into cpu_init_f by Becky Bruce · 16 years ago
  22. a6f0e79 mpc8641: Remove extra "0" from BR2 define by Becky Bruce · 16 years ago
  23. fa6a6ae Merge commit 'wd/master' by Jon Loeliger · 16 years ago
  24. 9a45dcc drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver. by Richard Retanubun · 16 years ago
  25. e602f22 ColdFire: Add mii driver in drivers/net by TsiChung Liew · 16 years ago
  26. 9e37c58 Moved initialization of PPC4xx EMAC to cpu_eth_init() by Ben Warren · 16 years ago
  27. 9137573 Moved PPC4xx EMAC driver to drivers/net by Ben Warren · 16 years ago
  28. 3a918a6 Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC by Ben Warren · 16 years ago
  29. bbff280 Moved initialization of MPC8XX SCC to cpu_eth_init() by Ben Warren · 16 years ago
  30. 5d71837 Moved initialization of MPC8220 FEC to cpu_eth_init() by Ben Warren · 16 years ago
  31. 6773169 Moved initialization of QE Ethernet controller to cpu_eth_init() by Ben Warren · 16 years ago
  32. 70618a3 Moved initialization of FCC Ethernet controller to cpu_eth_init by Ben Warren · 16 years ago
  33. c4cc8f2 Fix typo in cpu/mpc85xx/cpu.c by Ben Warren · 16 years ago
  34. 93971f6 net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init by Shinya Kuribayashi · 16 years ago
  35. 3ead27f Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init() by Ben Warren · 16 years ago
  36. 0d50191 xilinx_emaclite buffer overrun by Clive Stubbings · 16 years ago
  37. e2fd320 NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg. by richardretanubun · 16 years ago
  38. 001090f Adds two more ethernet interface to 83xx by richardretanubun · 16 years ago
  39. 8b1a17c Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 16 years ago
  40. 4c4db5c Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 16 years ago
  41. 58be205 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 16 years ago
  42. d02bd27 Merge branch 'master' of git://git.denx.de/u-boot-at91 by Wolfgang Denk · 16 years ago
  43. 5ac327c Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 16 years ago
  44. 1de40b8 Merge branch 'master' of git://git.denx.de/u-boot-coldfire by Wolfgang Denk · 16 years ago
  45. abaacb6 AT91: Replace AT91_BASE_EMAC by the board specific values. by Stelian Pop · 16 years ago
  46. 6aaac7f AT91: Replace (undefined) AT91_ID_US* by the board specific values. by Stelian Pop · 16 years ago
  47. c804eb2 Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  48. 77e524c Custom AFEB9260 board support by Sergey Lapin · 16 years ago
  49. 9a3393b Change to use "do_div" macro by Tomohiro Masubuchi · 16 years ago
  50. d71fec0 ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory by Roman Mashak · 16 years ago
  51. 585a7c9 ARM/Versatile port: Removed unused functions by Roman Mashak · 16 years ago
  52. d1cb6cb powerpc: change 86xx SMP boot method by Becky Bruce · 16 years ago
  53. 74d126f 8641HPCN: Config file cleanup by Becky Bruce · 16 years ago
  54. cc064ed 86xx: Make dram_size a phys_size_t by Becky Bruce · 16 years ago
  55. 7e554a3 powerpc 86xx: Handle CCSR relocation earlier by Becky Bruce · 16 years ago
  56. 6c2bec3 mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI build by Becky Bruce · 16 years ago
  57. bbafb23 mpc8641: Stop supporting non-PCI_PNP configs by Becky Bruce · 16 years ago
  58. 476f6bc ColdFire: Fix M5329EVB and M5373EVB nand issue by TsiChung Liew · 16 years ago
  59. 10e9a6e ColdFire: Fix compilation error by TsiChung Liew · 16 years ago
  60. e7e4fc8 ColdFire: Add MCF5301x CPU and M53017EVB support by TsiChung Liew · 16 years ago
  61. 39966e3 ColdFire: Add SBF support for M52277EVB by TsiChung Liew · 16 years ago
  62. 12b340a ColdFire: Use CFI driver for M5272C3 by TsiChung Liew · 16 years ago
  63. 69b1757 ColdFire: Relocate FEC's GPIO and mii functions protocols by TsiChung Liew · 16 years ago
  64. a1c01a4 ColdFire: Remove platforms mii.c file by TsiChung Liew · 16 years ago
  65. 7f1a046 ColdFire: Modules header files cleanup by TsiChung Liew · 16 years ago
  66. fb6a046 ColdFire: Remove linker file by TsiChung Liew · 16 years ago
  67. 3b2ad17 ppc: Fix compile warnings when !CONFIG_OF_LIBFDT by Peter Tyser · 16 years ago
  68. 74ba1ba common/Makefile: create others group for non core, environment and command files by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  69. 5fd78c9 TQM8260: use CFI flash driver instead of custom driver. by Wolfgang Denk · 16 years ago
  70. ad5298c Consolidate MAX/MIN definitions by Andy Fleming · 16 years ago
  71. 6a65469 mgsuvd: remove unused defines in config file. by Heiko Schocher · 16 years ago
  72. 82f15f3 Coding Style cleanup, update CHANGELOG by Wolfgang Denk · 16 years ago
  73. bcea19d Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · 16 years ago
  74. 450402d Merge branch 'master' of git://git.denx.de/u-boot-sh by Wolfgang Denk · 16 years ago
  75. e95552b Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash by Wolfgang Denk · 16 years ago
  76. eb80aa3 Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 16 years ago
  77. a6822f0 Merge branch 'master' of git://git.denx.de/u-boot-fdt by Wolfgang Denk · 16 years ago
  78. 5e5e5a4 Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 16 years ago
  79. ab92229 NAND: Allow NAND and OneNAND to coexist by Alessandro Rubini · 16 years ago
  80. c97ba11 JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled. by Scott Wood · 16 years ago
  81. 3a1e04f NAND: Add NAND support for MPC8536DS board by Jason Jin · 16 years ago
  82. 6862378 NAND: Fix CONFIG_ENV_ADDR for MPC8572DS by Haiying Wang · 16 years ago
  83. 6912108 sh: rsk7203: Moved rsk7203 board to board/renesas by Nobuhiro Iwamatsu · 16 years ago
  84. 2aa6f9e sh: MigoR: Moved MigoR board to board/renesas by Nobuhiro Iwamatsu · 16 years ago
  85. 6aa0ab8 sh: r2dplus: Moved r2dplus board to board/renesas by Nobuhiro Iwamatsu · 16 years ago
  86. ba7bae8 sh: sh7763rdp: Moved sh7763rdp board to board/renesas by Nobuhiro Iwamatsu · 16 years ago
  87. 3b0928c sh: sh7785lcr: Moved sh7785lcr board to board/renesas by Nobuhiro Iwamatsu · 16 years ago
  88. c945932 sh: r7780mp: Moved r7780mp board to board/renesas by Nobuhiro Iwamatsu · 16 years ago
  89. 311d95a sh: ap325rxa: Moved ap325rxa board to board/renesas by Nobuhiro Iwamatsu · 16 years ago
  90. 600e183 CFI Driver: Fix "flash not ready" problem by Wolfgang Denk · 16 years ago
  91. 8204d57 ppc4xx: Fix spelling error in MAINTAINERS file by Stefan Roese · 16 years ago
  92. b9f0d5b ppc4xx: Update PMC440 board support by Matthias Fuchs · 16 years ago
  93. 2a602e5 ppc4xx: Fix PMC440 BSP commands by Matthias Fuchs · 16 years ago
  94. b8b5bb7 ppc4xx: Update PMC440 board configuration by Matthias Fuchs · 16 years ago
  95. 2f9756d ppc4xx: Fix esd loadpci command by Matthias Fuchs · 16 years ago
  96. ed8cf4e ppc4xx: Clean up PMC440 header by Matthias Fuchs · 16 years ago
  97. 9f1a767 ppc4xx: Handle other board variant in PMC440 FPGA code by Matthias Fuchs · 16 years ago
  98. 63d0ac9 ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg by Ricardo Ribalda Delgado · 16 years ago
  99. f2c9dc4 ppc4xx: Correctly configure the GPIO pin muxing on Arches by Stefan Roese · 16 years ago
  100. 289b8b2 Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX) by Bartlomiej Sieka · 16 years ago