1. 313e8aa Blackfin: move watchdog config check to Makefile by Mike Frysinger · 15 years ago
  2. 7527fee Blackfin: support boards with no external memory by Mike Frysinger · 15 years ago
  3. dbda2c6 Blackfin: re-architect initcode by Mike Frysinger · 15 years ago
  4. b1e2c55 Blackfin: move section length calculation to linker script by Mike Frysinger · 15 years ago
  5. 02c631e Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx by Wolfgang Denk · 15 years ago
  6. a3f5da1 mpc83xx: add support configure bus parking by Heiko Schocher · 15 years ago
  7. 7693640 mpc83xx: spd_sdram.c: Disable memory controller before initializing by Stefan Roese · 15 years ago
  8. 3e731aa fsl-ddr: setup ODT_RD_CFG & ODT_WR_CFG when we interleave by Dave Liu · 15 years ago
  9. 1aa3d08 fsl-ddr: add override for the Rtt_Wr by Dave Liu · 15 years ago
  10. bdc9f7b fsl-ddr: add the override for write leveling by Dave Liu · 15 years ago
  11. 0a71c92 fsl-ddr: Fix power-down timing settings by Dave Liu · 15 years ago
  12. bc20f9a ppc/p4080: Fix reporting of PME & FM clock frequencies by Kumar Gala · 15 years ago
  13. abc76eb ppc/85xx: Map boot page guarded for MP boot by Kumar Gala · 15 years ago
  14. f5ecc6e p4080: add readback to bootpage translation window by Dave Liu · 15 years ago
  15. 355f4f8 ppc/85xx: Make SPD DDR TLB setup code use dynamic entry allocation by Kumar Gala · 15 years ago
  16. 94e9411 ppc/85xx: Add tracking of TLB CAM usage by Kumar Gala · 15 years ago
  17. ee53650 ppc/8xxx: Remove is_fsl_pci_agent by Kumar Gala · 15 years ago
  18. bcad21f 85xx: Add support to set DPAA (data path) devices clock frequencies by Kumar Gala · 16 years ago
  19. 178e39e ppc/8xxx: Don't use pci_cfg on FSL_CORENET platforms by Kumar Gala · 15 years ago
  20. 82fd1f8 85xx: Add support for e500mc cache stashing by Kumar Gala · 16 years ago
  21. 8f8bd56 USB Consolidate descriptor definitions by Tom Rix · 15 years ago
  22. bb3bcfa Merge branch 'next' of ../next by Wolfgang Denk · 15 years ago
  23. 3b887ca mpc83xx: boot time regression, move LCRR setup back to cpu_init_f by Peter Korsgaard · 15 years ago
  24. 4b142fe common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · 15 years ago
  25. 00b6d92 5xxx, fdt: move fdt_fixup_memory() to cpu.c file by Heiko Schocher · 15 years ago
  26. 206c00f Merge branch 'master' into next by Wolfgang Denk · 15 years ago
  27. a93c92c help: Correct syntax of nandecc help output. by Robert P. J. Day · 15 years ago
  28. 4713010 trab: fix warning: implicit declaration of function 'disable_vfd' by Wolfgang Denk · 15 years ago
  29. 2a49bf3 Merge branch 'master' into next by Wolfgang Denk · 15 years ago
  30. 3eb90ba Generic udelay() with watchdog support by Ingo van Lil · 15 years ago
  31. 1c409bc i386: Final Relocation by Graeme Russ · 15 years ago
  32. 0fc1b49 i386: Remove inline asm symbols from .dynsym by Graeme Russ · 15 years ago
  33. 564a998 i386: Rearrange Interupt Handling by Graeme Russ · 15 years ago
  34. 27f1307 i386: Fix race condition when using SC520 timers by Graeme Russ · 15 years ago
  35. 990f569 avr32/hsdramc: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  36. 43a5f0d arm: A320: Add support for Faraday A320 evaluation board by Po-Yu Chuang · 15 years ago
  37. d414aae OMAP3: Fix SDRC init by Nishanth Menon · 15 years ago
  38. 169a4c8 OMAP3:SDRC: Cleanup references to SDP by Nishanth Menon · 15 years ago
  39. 91172ba TI DA8xx: Add DA8xx cpu functions by Sekhar Nori · 15 years ago
  40. 9868a36 TI Davinci timer.c: Remove volatiles and memory mapped structures by Nick Thompson · 15 years ago
  41. ac67804 Add a unified s3c24x0 header file by kevin.morfitt@fearnside-systems.co.uk · 15 years ago
  42. a59a23d S3C6400/SMDK6400: fix stack_setup in start.S by Seunghyeon Rhee · 15 years ago
  43. 47e801b s3c64xx: move s3c64xx header files to asm-arm/arch-s3c64xx by Minkyu Kang · 15 years ago
  44. 492fb1f Move s3c24x0 header files to asm-arm/arch-s3c24x0/ by kevin.morfitt@fearnside-systems.co.uk · 15 years ago
  45. eb5eb2b ppc4xx: Cleanup PPC4xx I2C infrastructure by Stefan Roese · 15 years ago
  46. b2f618f ppc4xx: Remove some testing code from 4xx_pcie.c by Stefan Roese · 15 years ago
  47. cada315 mpc8260: move FDT memory node fixup into common CPU code. by Marcel Ziswiler · 15 years ago
  48. 6c70049 ppc4xx: Consolidate pci_master_init() function by Stefan Roese · 15 years ago
  49. a760b02 ppc4xx: Consolidate pci_pre_init() function by Stefan Roese · 15 years ago
  50. 1095493 ppc4xx: Consolidate pci_target_init() function by Stefan Roese · 15 years ago
  51. 06f4328 Merge branch 'master' into next by Wolfgang Denk · 15 years ago
  52. 25643d4 ppc/85xx: make boot from NAND full relocation to RAM by Mingkai Hu · 15 years ago
  53. cdbdbe6 ppc/85xx: Fix how we determine the number of CAM entries by Kumar Gala · 15 years ago
  54. 3ad95de fsl-ddr: Fix the chip-select interleaving issue by Dave Liu · 15 years ago
  55. a9e9d69 Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 15 years ago
  56. cdaed5d ppc4xx: Switch to I2C bus numer 0 for chip_config command by Stefan Roese · 15 years ago
  57. 4fe5193 ppc4xx: 44x_spd_ddr2.c: Fix register macro ECCCR -> ECCES (SDRAM_ECCES) by Stefan Roese · 15 years ago
  58. 9a81c61 ppc4xx: Remove duplicated is_pci_host() functions by Stefan Roese · 15 years ago
  59. b0b8674 ppc4xx: Consolidate 4xx PCIe board specific configuration by Stefan Roese · 15 years ago
  60. 4649913 ppc4xx: Add common ppc4xx linker script by Stefan Roese · 15 years ago
  61. ff882295 ppc/85xx: Fix misc L2 cache enabling bug by Dave Liu · 15 years ago
  62. 4946775 Coding Style cleanup; update CHANGELOG, prepare -rc1 by Wolfgang Denk · 15 years ago
  63. 7f52ed5 mpc85xx: Add eSDHC support for MPC8569E-MDS boards by Anton Vorontsov · 15 years ago
  64. 5ccd29c 85xx: MP Boot Page Translation update by Peter Tyser · 15 years ago
  65. da0e5f7 ppc/85xx: Fix crashes due to generation of SPE instruction by Leon Woestenberg · 15 years ago
  66. 654ea1f ppc/85xx: Make L2 support more robust by Dave Liu · 15 years ago
  67. 922754c Merge branch 'master-sync' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 15 years ago
  68. 4ee6326 Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 15 years ago
  69. 62506ae Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx by Wolfgang Denk · 15 years ago
  70. 8003c36 arm926ejs: 8-byte align stack to avoid LDRD/STRD problems by Simon Kagstrom · 15 years ago
  71. f8a812a TI OMAP3: make gpmc_config as const by Nishanth Menon · 15 years ago
  72. 08c6a26 ppc4xx: Print PCI synchronous clock frequency upon bootup by Stefan Roese · 15 years ago
  73. 5e47f95 ppc4xx: Add function to check and dynamically change PCI sync clock by Stefan Roese · 15 years ago
  74. 92b8964 ppc4xx: Update flash size in reg property of the NOR flash node by Stefan Roese · 15 years ago
  75. 76706cb cpu/ppc4xx/fdt.c: avoid strcpy() to constant string by Wolfgang Denk · 15 years ago
  76. 4e0539d OMAP3: fix warnings when NAND/ONENAND is not used by Nishanth Menon · 15 years ago
  77. 9c44ddc TI: OMAP3: Remove SZ_xx references by Sandeep Paulraj · 15 years ago
  78. 7120c88 mpc83xx: mpc8313 - handle erratum IPIC1 (TSEC IRQ number swappage) by Kim Phillips · 15 years ago
  79. d11823c mpc8xxx: improve LAW error messages when setting up DDR by Paul Gortmaker · 15 years ago
  80. 9efe379 Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 15 years ago
  81. d67cce2 Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code by kevin.morfitt@fearnside-systems.co.uk · 15 years ago
  82. cd85662 CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards by kevin.morfitt@fearnside-systems.co.uk · 15 years ago
  83. 399e5ae s5pc1xx: support Samsung s5pc1xx SoC by Minkyu Kang · 15 years ago
  84. 1f003cf Blackfin: reset watchdog in udelay() by Mike Frysinger · 15 years ago
  85. 9df20ce arm: Correct build with CONFIG_SYS_HUSH_PARSER set by Simon Kagstrom · 15 years ago
  86. 23b8098 Add support for Eukrea CPU9260/CPU9G20 SBC by Tom Rix · 15 years ago
  87. d8380c9 Add support for Eukrea CPUAT91 SBC by Tom Rix · 15 years ago
  88. 7908c97 TI DaVinci: DM646x: Initial Support for DM646x SOC by Sandeep Paulraj · 15 years ago
  89. 7a2aa8b OMAP3 Move cache routine to cache.S by Tom Rix · 15 years ago
  90. cd77dd1 Merge branch 'reloc' by Wolfgang Denk · 15 years ago
  91. afc3ba0 relocation: Do not relocate NULL pointers. by Joakim Tjernlund · 15 years ago
  92. 3beb40c 85xx: Ensure BSS segment isn't linked at address 0 by Peter Tyser · 15 years ago
  93. da01f53 mpc512x: fix fixed_sdram() init code. by Wolfgang Denk · 15 years ago
  94. 78d2a64 ppc4xx: Rework cmd reginfo by Niklaus Giger · 15 years ago
  95. ddc922f ppc_4xx: Apply new HW register names by Niklaus Giger · 15 years ago
  96. 56f1481 ppc4xx: Add PPC405EX(r) Rev D support by Stefan Roese · 15 years ago
  97. 06dfaee ppc4xx: Fix msg "initialization as root-complex failed" upon PCIe scan by Stefan Roese · 15 years ago
  98. 54f5f05 PPC4xx: Denali core: Fix incorrect DDR row bits by Mike Nuss · 15 years ago
  99. 8582901 ppc: Enable full relocation to RAM by Peter Tyser · 15 years ago
  100. fb95169 ppc4xx: Merge PPC4xx DDR and DDR2 ECC handling by Stefan Roese · 15 years ago