1. 1e8100f include/configs: Use new CONFIG_CMD_* in various q* and r* named board config files. by Jon Loeliger · 17 years ago
  2. aa2d2c2 include/configs: Use new CONFIG_CMD_* in various p* named board config files. by Jon Loeliger · 17 years ago
  3. 4bd7e1b include/configs: Use new CONFIG_CMD_* in various o* named board config files. by Jon Loeliger · 17 years ago
  4. 74fdb63 include/configs: Use new CONFIG_CMD_* in various n* named board config files. by Jon Loeliger · 17 years ago
  5. 316d234 include/configs: Use new CONFIG_CMD_* in various m* named board config files. by Jon Loeliger · 17 years ago
  6. b004421 include/configs: Use new CONFIG_CMD_* in various l* named board config files. by Jon Loeliger · 17 years ago
  7. ca8b566 include/configs: Use new CONFIG_CMD_* in various j* and k* named board config files. by Jon Loeliger · 17 years ago
  8. 860435b include/configs: Use new CONFIG_CMD_* in various i* named board config files. by Jon Loeliger · 17 years ago
  9. 0c6d5ce include/configs: Use new CONFIG_CMD_* in various h* named board config files. by Jon Loeliger · 17 years ago
  10. f4100ec include/configs: Use new CONFIG_CMD_* in various g* named board config files. by Jon Loeliger · 17 years ago
  11. 5137269 include/configs: Use new CONFIG_CMD_* in various e* named board config files. by Jon Loeliger · 17 years ago
  12. b15a23b include/configs: Use new CONFIG_CMD_* in various d* named board config files. by Jon Loeliger · 17 years ago
  13. 37ec35e include/configs: Use new CONFIG_CMD_* in various c* named board config files. by Jon Loeliger · 17 years ago
  14. 8262ada include/configs: Use new CONFIG_CMD_* in various b* named board config files. by Jon Loeliger · 17 years ago
  15. c5707f5 include/configs: Use new CONFIG_CMD_* in various a* named board config files. by Jon Loeliger · 17 years ago
  16. 3f746bf include/configs: Use new CONFIG_CMD_* in mpc5xx board config files. by Jon Loeliger · 17 years ago
  17. 59cf509 include/configs: Use new CONFIG_CMD_* in various 5200 board config files. by Jon Loeliger · 17 years ago
  18. 595f262 include/configs: Use new CONFIG_CMD_* in STx board config files. by Jon Loeliger · 17 years ago
  19. 1f166a2 include/configs: Use new CONFIG_CMD_* in sbc* board config files. by Jon Loeliger · 17 years ago
  20. edccb46 include/configs: Use new CONFIG_CMD_* in TQM board config files. by Jon Loeliger · 17 years ago
  21. f405699 include/configs: Use new CONFIG_CMD_* in 82xx board config files. by Jon Loeliger · 17 years ago
  22. 3b7116d include/configs: Use new CONFIG_CMD_* in 83xx board config files. by Jon Loeliger · 17 years ago
  23. 07d5349 mpc86xx: Remove old CFG_CMD_* references. by Jon Loeliger · 17 years ago
  24. 512c6d6 Add MPC8568MDS to MAKEALL 85xx target. by Jon Loeliger · 17 years ago
  25. e63319f include/configs: Use new CONFIG_CMD_* in 85xx board config files. by Jon Loeliger · 17 years ago
  26. f42aa12 Fix #if typo in CONFIG_CMD_* changes. by Jon Loeliger · 17 years ago
  27. 2804a7b Merge with git://www.denx.de/git/u-boot-testing by Wolfgang Denk · 17 years ago
  28. a17d393 Fix Makefile to use $(MKCONFIG) macro for all board ports by Grant Likely · 17 years ago
  29. c4a7069 Fix Makefile to use $(MKCONFIG) macro for all board ports by Grant Likely · 17 years ago
  30. 95ff222 Correct fixup relocation for mpc83xx by Grant Likely · 17 years ago
  31. f091bf0 Correct fixup relocation for mpc8260 by Grant Likely · 17 years ago
  32. d8ac3da Correct fixup relocation for mpc824x by Grant Likely · 17 years ago
  33. 8ba5bae Correct fixup relocation for mpc8220 by Grant Likely · 17 years ago
  34. 83c4503 Correct fixup relocation for MPC5xxx by Grant Likely · 17 years ago
  35. b0c1fc0 Correct relocation fixup for mpc5xx by Grant Likely · 17 years ago
  36. 22e0584 Don't set gd->reloc_off if relocation of .fixup works correctly by Grant Likely · 17 years ago
  37. ca37720 Remove obsolete mpc83xx linker scripts by Grant Likely · 17 years ago
  38. d06474b Consolidate mpc8260 linker scripts by Grant Likely · 17 years ago
  39. 339005b Remove obsolete mpc824x linker scripts by Grant Likely · 17 years ago
  40. f539ef9 Remove obsolete mpc824x linker scripts (3 of 4) by Grant Likely · 17 years ago
  41. eb7671e Remove obsolete mpc824x linker scripts (2 of 4) by Grant Likely · 17 years ago
  42. ad667c9 Remove obsolete mpc824x linker scripts (1 of 4) by Grant Likely · 17 years ago
  43. 8f39525 Remove obsolete mpc8220 linker scripts by Grant Likely · 17 years ago
  44. 918f05b Remove obsolete mpc5xxx linker scripts (3 of 3) by Grant Likely · 17 years ago
  45. 67563a0 Remove obsolete mpc5xxx linker scripts (2 of 3) by Grant Likely · 17 years ago
  46. 2e68491 Remove obsolete mpc5xxx linker scripts (1 of 3) by Grant Likely · 17 years ago
  47. c630ec6 Remove obsolete mpc5xx linker scripts by Grant Likely · 17 years ago
  48. 349053b Consolidate mpc83xx linker scripts by Grant Likely · 17 years ago
  49. 62a61a7 Consolidate mpc8260 linker scripts by Grant Likely · 17 years ago
  50. b8d6ba4 Consolidate mpc824x linker scripts by Grant Likely · 17 years ago
  51. fd7df73 Consolidate mpc8220 linker scripts by Grant Likely · 17 years ago
  52. 17208ae Consolidate mpc5xxx linker scripts by Grant Likely · 17 years ago
  53. d68c71c Consolidate mpc5xx linker scripts by Grant Likely · 17 years ago
  54. c6316ff Fix a few file permission problems. by Wolfgang Denk · 17 years ago
  55. 284c9bb Minor coding style cleanup. Rebuild CHANGELOG file. by Wolfgang Denk · 17 years ago
  56. 46b6c79 configs/ mpc86xx: Rewrite command line options using new CONFIG_CMD-* style. by Jon Loeliger · 17 years ago
  57. c1da5c9 README: Rewrite command line config to use CONFIG_CMD_* names. by Jon Loeliger · 17 years ago
  58. 7ab36a2 include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  59. 6d8da1a tools/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  60. 69819ce board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  61. f58873c board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  62. f7a5f8a cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  63. 6637e4c cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  64. 2f7ec43 lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  65. 63cf353 lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  66. 7b0055b rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  67. 36301de net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  68. e6e4e90 disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  69. 32912ff fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  70. d8c8630 drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  71. e4ea796 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  72. 3de8b24 common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  73. 8692c60 common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  74. 8b1f74b Introduce initial versions of new Command Config files. by Jon Loeliger · 17 years ago
  75. 508c5ba Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
  76. 277be2c Fix S-ATA support. by Mushtaq Khan · 17 years ago
  77. 02a1646 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 17 years ago
  78. 36e0f3a ppc4xx: PPC440EPx Emit DDR0 registers on machine check interrupt by Niklaus Giger · 17 years ago
  79. 070ccff ppc4xx: Fix O=buildir builds by Niklaus Giger · 17 years ago
  80. 54ef7fd ppc4xx: Add pci_pre_init() for 405 boards by Stefan Roese · 17 years ago
  81. 196088b ppc4xx: Maintenance patch for esd's CPCI405 derivats by Matthias Fuchs · 17 years ago
  82. 0d364e4 ppc4xx: Add pci_pre_init() for 405 boards by Matthias Fuchs · 17 years ago
  83. 70df7bc Coding stylke cleanup; rebuild CHANGELOG by Wolfgang Denk · 17 years ago
  84. 93470f2 Adapt log buffer code to support Linux 2.6 by Igor Lisitsin · 18 years ago
  85. 95bcd38 Extend POST support for PPC440 by Igor Lisitsin · 18 years ago
  86. cf965c9 ppc4xx: Fix problem with extended program_tlb() funtion by Stefan Roese · 17 years ago
  87. 06244e4 [ppc] Fix build breakage for all non-4xx PowerPC variants. by Rafal Jaworowski · 17 years ago
  88. 09675ef Coding style cleanup. Refresh CHANGELOG. by Wolfgang Denk · 17 years ago
  89. 2c0512b Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 17 years ago
  90. b7dc0e8 ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board by Stefan Roese · 17 years ago
  91. 80d99a4 [ppc4xx] Fix problem with NAND booting on AMCC Acadia by Stefan Roese · 17 years ago
  92. 67bd089 [ppc4xx] Change board/amcc/acadia/cpr.c to pll.c by Stefan Roese · 17 years ago
  93. 99b9d9c Merge with /home/wd/git/u-boot/master by Wolfgang Denk · 17 years ago
  94. e83ffdf [ppc4xx] Change lwmon5 port to work with recent 440 exception rework by Stefan Roese · 17 years ago
  95. 7dc2b9c Merge with /home/stefan/git/u-boot/denx-440-exceptions by Stefan Roese · 17 years ago
  96. 837bc5b ppc4xx: Clean up 440 exceptions handling by Grzegorz Bernacki · 17 years ago
  97. ade5a51 [ppc4xx] Add initial lwmon5 board support by Stefan Roese · 17 years ago
  98. 843b3a8 [ppc4xx] Extend 44x GPIO setup with default output state by Stefan Roese · 17 years ago
  99. fb33c76 [ppc4xx] Extend program_tlb() with virtual & physical addresses by Stefan Roese · 17 years ago
  100. 409a285 Change 'repeatable' attribute of some commands to sensible values. by Detlev Zundel · 18 years ago