1. c15947d ARM: Fix for broken compilation when defining CONFIG_CMD_ELF by Hugo Villeneuve · 16 years ago
  2. 068c1b7 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards by Stefan Roese · 16 years ago
  3. 0740ac2 Merge branch 'master' of git://git.denx.de/u-boot-coldfire by Wolfgang Denk · 16 years ago
  4. 47bf9c7 ColdFire: Fix FB CS not setup properly for Mcf5282 by TsiChung Liew · 16 years ago
  5. bc3ccb1 ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC by TsiChung Liew · 16 years ago
  6. dd08e97 ColdFire: Fix compiling error for MCF5275 by TsiChung Liew · 16 years ago
  7. 3b1e8ac ColdFire: Change invalid JMP to BRA caught by new v4e toolchain by TsiChung Liew · 16 years ago
  8. 8371dc2 ColdFire: Add -got=single param for new linux v4e toolchains by TsiChung Liew · 16 years ago
  9. b578fb4 ppc4xx: Fix include sequence in 4xx_pcie.c by Stefan Roese · 16 years ago
  10. 9b55a25 Fix some more print() format errors. by Wolfgang Denk · 16 years ago
  11. 4109df6 silence misc printf formatting compiler warnings by Kim Phillips · 16 years ago
  12. 4b13860 Merge branch 'master' of git://git.denx.de/u-boot-mpc512x by Wolfgang Denk · 16 years ago
  13. f31c49d Configuration changes for ADS5121 Rev 3 by Martha Marx · 16 years ago
  14. 16bee7b Consolidate ADS5121 IO Pin configuration by Martha Marx · 16 years ago
  15. 859f243 Merge commit 'wd/master' by Jon Loeliger · 16 years ago
  16. b002144 ppc4xx: Fix printf format warnings now visible with the updated format check by Stefan Roese · 16 years ago
  17. 5d812b8 ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai by Stefan Roese · 16 years ago
  18. ac5ba41 Merge branch 'master' of /home/stefan/git/u-boot/u-boot by Stefan Roese · 16 years ago
  19. 4188f04 Minor coding style cleanup; update CHANGELOG by Wolfgang Denk · 16 years ago
  20. 4023453 Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash by Wolfgang Denk · 16 years ago
  21. dbab069 Minor spelling fix in comment. by Marcel Ziswiler · 16 years ago
  22. 3167c53 NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution. by Scott Wood · 16 years ago
  23. c3bf1ad mmc: Move atmel_mci driver into drivers/mmc by Haavard Skinnemoen · 16 years ago
  24. d2d54ea avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver by Haavard Skinnemoen · 16 years ago
  25. 0e6989b FDT memory and pci node fixes for MPC8260ADS by Matvejchikov Ilya · 16 years ago
  26. dc4b0b3 Fix printf errors. by Andrew Klossner · 16 years ago
  27. 9692cab Merge branch 'master' of git://www.denx.de/git/u-boot-net by Wolfgang Denk · 16 years ago
  28. 9e23fe0 sh: Fix SH-boards compile error by Nobuhiro Iwamatsu · 16 years ago
  29. 3473ab7 Feed the watchdog in u-boot for 8610 board. by Jason Jin · 16 years ago
  30. 7c6237b Merge branch 'master' of /home/stefan/git/u-boot/u-boot by Stefan Roese · 16 years ago
  31. 6367684 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c. by Hugo Villeneuve · 16 years ago
  32. fec6143 Remove duplicate definitions in include/lxt971a.h. by Hugo Villeneuve · 16 years ago
  33. b223017 Merge branch 'master' of git://www.denx.de/git/u-boot-avr32 by Wolfgang Denk · 16 years ago
  34. 3070a9a Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xx by Wolfgang Denk · 16 years ago
  35. 9fea65a ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405 by Michal Simek · 16 years ago
  36. dd35479 Add mechanisms for CPU and board-specific Ethernet initialization by Ben Warren · 16 years ago
  37. d86a0a6 Merge branch 'master' of ssh+git://mercury.denx.de/home/wd/git/u-boot/master by Wolfgang Denk · 16 years ago
  38. c8a3b10 Cleanup out-or-tree building for some boards (.depend) by Wolfgang Denk · 16 years ago
  39. a30cc5a Cleanup: fix out-of-tree building for some boards by Wolfgang Denk · 16 years ago
  40. 461fa68 Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS) by Wolfgang Denk · 16 years ago
  41. ee4ae38 mpc8260: add fdt_fixup_ethernet support by Esben Haabendal · 16 years ago
  42. d92ea21 i.MX31: fixed CTRL-C detection by Juergen Kilb · 16 years ago
  43. dd1c552 ppc4xx: Fix 460EX/GT PCIe port initialization by Stefan Roese · 16 years ago
  44. 745d8a0 ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic by Stefan Roese · 16 years ago
  45. e093a24 Coding Style Cleanup by Wolfgang Denk · 16 years ago
  46. 341188b MMC: Consolidate MMC/SD command definitions by Haavard Skinnemoen · 16 years ago
  47. 846f157 fix system config overwrite @ MPC834x and MPC8313 by Andre Schwarz · 16 years ago
  48. 4890246 mpc83xx: move CPU_TYPE_ENTRY over to processor.h by Kim Phillips · 16 years ago
  49. aac7a50 ppc4xx: Fix problem in gpio_config() by Stefan Roese · 16 years ago
  50. 5605ef6 avr32: Fix SPI portmux initialization by Haavard Skinnemoen · 16 years ago
  51. 4688f9e avr32: Add GPIO manipulation functions by Peter Ma · 16 years ago
  52. 96026d4 Fix 4xx build issue by Anatolij Gustschin · 16 years ago
  53. 9973e3c Change initdram() return type to phys_size_t by Becky Bruce · 16 years ago
  54. 1a50176 Merge branch 'master' of git://www.denx.de/git/u-boot-mips by Wolfgang Denk · 16 years ago
  55. cdeb62e Merge branch 'master' of git://www.denx.de/git/u-boot-fdt by Wolfgang Denk · 16 years ago
  56. 1730edf Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx by Wolfgang Denk · 16 years ago
  57. 5ea6739 Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx by Wolfgang Denk · 16 years ago
  58. 859a86a 85xx/86xx: Move to dynamic mgmt of LAWs by Kumar Gala · 16 years ago
  59. f060054 FSL LAW: Keep track of LAW allocations by Kumar Gala · 16 years ago
  60. 740280e Added the upmconfig() function for 85xx. by Sergei Poselenov · 16 years ago
  61. 6beecfb MPC85xx: Beautify boot output of L2 cache configuration by Wolfgang Grandegger · 16 years ago
  62. 730b2fc 85xx: Add setting of cache props in the device tree. by Kumar Gala · 16 years ago
  63. 4dbdb76 85xx: expose cpu identification by Kumar Gala · 16 years ago
  64. fec6d9e Remove the deprecated CONFIG_OF_FLAT_TREE by Gerald Van Baren · 16 years ago
  65. 589c042 Convert mpc7448hpc2 to CONFIG_OF_LIBFDT by Gerald Van Baren · 16 years ago
  66. ee1e35b 85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it by Kumar Gala · 16 years ago
  67. 3b9519f MPC85xx: Change traps.c to not reference non-addressable memory by Becky Bruce · 16 years ago
  68. 79b51ff [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines by Shinya Kuribayashi · 16 years ago
  69. 8bde63e [MIPS] Rename Alchemy processor configs into CONFIG_SOC_* by Shinya Kuribayashi · 16 years ago
  70. 279726b MPC86xx: Change traps.c to not reference non-addressable memory by Becky Bruce · 16 years ago
  71. b2815f7 ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options by Stefan Roese · 16 years ago
  72. 7daf2eb [MIPS] Update <asm/addrspace.h> header by Shinya Kuribayashi · 16 years ago
  73. 5f64d21 [MIPS] Kill unused <version.h> inclusions by Shinya Kuribayashi · 16 years ago
  74. 22f371b PPC4xx: Simplified post_word_{load, store} by Grant Erickson · 16 years ago
  75. 60445cb atmel_spi: Driver for the Atmel SPI controller by Hans-Christian Egtvedt · 16 years ago
  76. d255bb0 SPI API improvements by Haavard Skinnemoen · 16 years ago
  77. bbeff30 ppc4xx: Remove superfluous dram_init() call or replace it by initdram() by Stefan Roese · 16 years ago
  78. 192f90e ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code by Stefan Roese · 16 years ago
  79. 39b32be ppc4xx: Fix common ECC generation code for 440GP style platforms by Stefan Roese · 16 years ago
  80. ec724f8 ppc4xx: Change Kilauea to use the common DDR2 init function by Stefan Roese · 16 years ago
  81. 36ea16f ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1 by Stefan Roese · 16 years ago
  82. 64852d0 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S by Stefan Roese · 16 years ago
  83. c821b5f ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling by Grant Erickson · 16 years ago
  84. a439680 PPC4xx: Simplified post_word_{load, store} by Grant Erickson · 16 years ago
  85. 9b124a6 MPC512x: Change traps.c to not reference non-addressable memory by Becky Bruce · 16 years ago
  86. e34a0e9 PPC: 86xx Add bat registers to reginfo command by Becky Bruce · 16 years ago
  87. 31d8267 PPC: Create and use CONFIG_HIGH_BATS by Becky Bruce · 16 years ago
  88. 912810e Merge remote branch 'u-boot-at91/for-1.3.4' by Wolfgang Denk · 16 years ago
  89. 7a68389 Merge remote branch 'u-boot-avr32/master' by Wolfgang Denk · 16 years ago
  90. e2ad842 [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros by Shinya Kuribayashi · 16 years ago
  91. a8092c0 avr32: Fix theoretical race in udelay() by Haavard Skinnemoen · 16 years ago
  92. 48ea623 avr32: Compile atmel_mci.o conditionally by Haavard Skinnemoen · 16 years ago
  93. e92a5bf avr32: Fix wrong error flags in atmel_mci driver by Haavard Skinnemoen · 16 years ago
  94. 7a96dda avr32: Fix two warnings in atmel_mci.c by Haavard Skinnemoen · 16 years ago
  95. a23e277 avr32: Rework SDRAM initialization code by Haavard Skinnemoen · 16 years ago
  96. 95107b7 avr32: Do stricter stack checking in the exception handler by Haavard Skinnemoen · 16 years ago
  97. caf83ea avr32: Use the same entry point for reset and exception handling by Haavard Skinnemoen · 16 years ago
  98. 3ace252 avr32: Rename pm_init() as clk_init() and make SoC-specific by Haavard Skinnemoen · 16 years ago
  99. 4f5972c avr32: Use new-style Makefile for the at32ap platform by Haavard Skinnemoen · 16 years ago
  100. a9b2bb7 avr32: Remove unused file cpu/at32ap/pm.c by Haavard Skinnemoen · 16 years ago