1. 3bed54e Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup by Stefan Roese · 17 years ago
  2. 6a33733 Fix malloc problem introduced with the relocation fixup for the PPC platform by Stefan Roese · 17 years ago
  3. 1670a5b disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  4. 30c2f24 drivers/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  5. 8bdca10 fs/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  6. a9807e5 net/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  7. d704d91 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  8. 761ea74 board/[j-z]*: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  9. 13f7599 board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  10. 07efe2a cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  11. 5c4ddae include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. by Jon Loeliger · 17 years ago
  12. 140b69c include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. by Jon Loeliger · 17 years ago
  13. e54e77a include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. by Jon Loeliger · 17 years ago
  14. beb9ff4 include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. by Jon Loeliger · 17 years ago
  15. ed26c74 include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*. by Jon Loeliger · 17 years ago
  16. f5709d1 include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. by Jon Loeliger · 17 years ago
  17. 5336a76 Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK! by Jon Loeliger · 17 years ago
  18. c6d535a include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. by Jon Loeliger · 17 years ago
  19. dcf1451 include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. by Jon Loeliger · 17 years ago
  20. 530ca67 include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. by Jon Loeliger · 17 years ago
  21. 7846bb2 include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. by Jon Loeliger · 17 years ago
  22. df5f544 include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. by Jon Loeliger · 17 years ago
  23. 1cb2cb6 include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. by Jon Loeliger · 17 years ago
  24. 4c7589b Retire CONFIG_COMMANDS finally. Strip old CFG_CMD_* symbols out. by Jon Loeliger · 17 years ago
  25. b8a4968 Update README.* to reference new CONFIG_CMD_* names now. by Jon Loeliger · 17 years ago
  26. 526e5ce cpu/m*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  27. a521774 cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  28. e11c123 board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  29. 145318c board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  30. 96892a9 board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  31. 4ed9ed6 board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  32. d299abc board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  33. f7e9125 rtc/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  34. 1207797 lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  35. 6b23305 lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  36. 80eb47c fs/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  37. 8ab4e48 tools/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  38. 54f35c2 net/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  39. 82ecaad drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  40. b1d408a drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  41. f7f54a8 disk/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  42. 2517d97 include/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  43. 052fc84 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  44. 4c17634 common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
  45. d76b5c1 common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
  46. 54324d0 common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
  47. b5777d1 Clear up confusion over the CMD_POST and POST_DIAG mess. by Jon Loeliger · 17 years ago
  48. 5610195 Remove references to the old cmd_confdefs.h include file. by Jon Loeliger · 17 years ago
  49. 4764c7d include/configs: Catch some CONFIG_CMD_* conversion stragglers. by Jon Loeliger · 17 years ago
  50. 2161619 include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board config files. by Jon Loeliger · 17 years ago
  51. d866df3 include/configs: Use new CONFIG_CMD_* in various S* named board config files. by Jon Loeliger · 17 years ago
  52. 573b623 include/configs: Use new CONFIG_CMD_* in various R* named board config files. by Jon Loeliger · 17 years ago
  53. f8d740e include/configs: Use new CONFIG_CMD_* in various Q* named board config files. by Jon Loeliger · 17 years ago
  54. cc1f0bb include/configs: Use new CONFIG_CMD_* in various P* named board config files. by Jon Loeliger · 17 years ago
  55. f835bec include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files. by Jon Loeliger · 17 years ago
  56. 446e1f5 include/configs: Use new CONFIG_CMD_* in various M* named board config files. by Jon Loeliger · 17 years ago
  57. b1840de include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config files. by Jon Loeliger · 17 years ago
  58. 0e69706 include/configs: Use new CONFIG_CMD_* in various H* named board config files. by Jon Loeliger · 17 years ago
  59. 257c3c7 include/configs: Use new CONFIG_CMD_* in various F* and G* named board config files. by Jon Loeliger · 17 years ago
  60. dbb2b54 include/configs: Use new CONFIG_CMD_* in various E* named board config files. by Jon Loeliger · 17 years ago
  61. 4e4f207 include/configs: Use new CONFIG_CMD_* in various D* named board config files. by Jon Loeliger · 17 years ago
  62. 8c5f4a4 include/configs: Use new CONFIG_CMD_* in various C* named board config files. by Jon Loeliger · 17 years ago
  63. 9261da0 include/configs: Use new CONFIG_CMD_* in various B* named board config files. by Jon Loeliger · 17 years ago
  64. ea240f4 include/configs: Use new CONFIG_CMD_* in various A* named board config files. by Jon Loeliger · 17 years ago
  65. 67a7e87 Merge with git://www.denx.de/git/u-boot-testing by Wolfgang Denk · 17 years ago
  66. fbab50f Fix problem with get/setdcr commands introduced by cfg patches by Stefan Roese · 17 years ago
  67. 15888b4 Fixing some typos etc. introduced mainly by cfg patches. by Wolfgang Denk · 17 years ago
  68. bf6bad6 Minor coding style cleanup. Update CHANGELOG. by Wolfgang Denk · 17 years ago
  69. 03bfcb9 include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files. by Jon Loeliger · 17 years ago
  70. c2b1cf0 include/configs: Use new CONFIG_CMD_* in various t* and u* named board config files. by Jon Loeliger · 17 years ago
  71. 49851be include/configs: Use new CONFIG_CMD_* in various s* named board config files. by Jon Loeliger · 17 years ago
  72. 1e8100f include/configs: Use new CONFIG_CMD_* in various q* and r* named board config files. by Jon Loeliger · 17 years ago
  73. aa2d2c2 include/configs: Use new CONFIG_CMD_* in various p* named board config files. by Jon Loeliger · 17 years ago
  74. 4bd7e1b include/configs: Use new CONFIG_CMD_* in various o* named board config files. by Jon Loeliger · 17 years ago
  75. 74fdb63 include/configs: Use new CONFIG_CMD_* in various n* named board config files. by Jon Loeliger · 17 years ago
  76. 316d234 include/configs: Use new CONFIG_CMD_* in various m* named board config files. by Jon Loeliger · 17 years ago
  77. b004421 include/configs: Use new CONFIG_CMD_* in various l* named board config files. by Jon Loeliger · 17 years ago
  78. ca8b566 include/configs: Use new CONFIG_CMD_* in various j* and k* named board config files. by Jon Loeliger · 17 years ago
  79. 860435b include/configs: Use new CONFIG_CMD_* in various i* named board config files. by Jon Loeliger · 17 years ago
  80. 0c6d5ce include/configs: Use new CONFIG_CMD_* in various h* named board config files. by Jon Loeliger · 17 years ago
  81. f4100ec include/configs: Use new CONFIG_CMD_* in various g* named board config files. by Jon Loeliger · 17 years ago
  82. 5137269 include/configs: Use new CONFIG_CMD_* in various e* named board config files. by Jon Loeliger · 17 years ago
  83. b15a23b include/configs: Use new CONFIG_CMD_* in various d* named board config files. by Jon Loeliger · 17 years ago
  84. 37ec35e include/configs: Use new CONFIG_CMD_* in various c* named board config files. by Jon Loeliger · 17 years ago
  85. 8262ada include/configs: Use new CONFIG_CMD_* in various b* named board config files. by Jon Loeliger · 17 years ago
  86. c5707f5 include/configs: Use new CONFIG_CMD_* in various a* named board config files. by Jon Loeliger · 17 years ago
  87. 3f746bf include/configs: Use new CONFIG_CMD_* in mpc5xx board config files. by Jon Loeliger · 17 years ago
  88. 59cf509 include/configs: Use new CONFIG_CMD_* in various 5200 board config files. by Jon Loeliger · 17 years ago
  89. 595f262 include/configs: Use new CONFIG_CMD_* in STx board config files. by Jon Loeliger · 17 years ago
  90. 1f166a2 include/configs: Use new CONFIG_CMD_* in sbc* board config files. by Jon Loeliger · 17 years ago
  91. edccb46 include/configs: Use new CONFIG_CMD_* in TQM board config files. by Jon Loeliger · 17 years ago
  92. f405699 include/configs: Use new CONFIG_CMD_* in 82xx board config files. by Jon Loeliger · 17 years ago
  93. 3b7116d include/configs: Use new CONFIG_CMD_* in 83xx board config files. by Jon Loeliger · 17 years ago
  94. 07d5349 mpc86xx: Remove old CFG_CMD_* references. by Jon Loeliger · 17 years ago
  95. 512c6d6 Add MPC8568MDS to MAKEALL 85xx target. by Jon Loeliger · 17 years ago
  96. e63319f include/configs: Use new CONFIG_CMD_* in 85xx board config files. by Jon Loeliger · 17 years ago
  97. f42aa12 Fix #if typo in CONFIG_CMD_* changes. by Jon Loeliger · 17 years ago
  98. 2804a7b Merge with git://www.denx.de/git/u-boot-testing by Wolfgang Denk · 17 years ago
  99. a17d393 Fix Makefile to use $(MKCONFIG) macro for all board ports by Grant Likely · 17 years ago
  100. c4a7069 Fix Makefile to use $(MKCONFIG) macro for all board ports by Grant Likely · 17 years ago