1. 93f6d72 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  2. 2556ef7 env_sf: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  3. 0b5099a rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  4. 55c5f49 env_onenand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  5. 9656138 rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  6. 957a0e6 env_nvram: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  7. 9314cee rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  8. 06f6135 env_nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  9. 51bfee1 rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  10. d8cc04d env_dataflash: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  11. 057c849 rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  12. d1034bc cmd_eeprom: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  13. bf5a771 env_eeprom: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  14. bb1f8b4 rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  15. 32628c5 cmd_mac: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  16. e5648ac cmd_fdc: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  17. 2d02d91 common/Makefile: add core command section by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  18. 0d92d4a cmd_vfd: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  19. 0b7c563 muas3001: update BR4 settings by Heiko Schocher · 16 years ago
  20. 3591293 autoscr: Fix one-character lines and non-newline terminated scripts by Petri Lehtinen · 16 years ago
  21. 9ebbb54 ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR by Victor Gallardo · 16 years ago
  22. f6808c4 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 16 years ago
  23. 245f6ef muas3001: added support for the LM75 sensor. by Heiko Schocher · 16 years ago
  24. 4a02a2d muas3001: activate WDT for the muas3001 board. by Heiko Schocher · 16 years ago
  25. a55d074 muas3001: added 64MB SDRAM autodetection. by Heiko Schocher · 16 years ago
  26. 5251469 Fix printf errors under -DDEBUG by Andrew Klossner · 16 years ago
  27. 52bacb9 Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/master by Wolfgang Denk · 16 years ago
  28. 8b9e478 Update CHANGELOG, prepare 2008-10-rc1 release by Wolfgang Denk · 16 years ago
  29. e0ff3d3 85xx: Ensure timebase is zero on secondary cores by Kumar Gala · 16 years ago
  30. 54b4ab3 bootm_load_os: fix load_end debug message by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  31. 1d9af0b bootm: enable fdt support only on ppc, m68k and sparc by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  32. 748b527 common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY) by Markus Heidelberg · 16 years ago
  33. 650632f gitignore: add tags files and Vim swap file by Markus Heidelberg · 16 years ago
  34. 1d9b67b add board_eth_init() for sh7785lcr board by Yoshihiro Shimoda · 16 years ago
  35. 650a9e7 Merge branch 'denx' by Andy Fleming · 16 years ago
  36. 7b7a869 mtd: SPI Flash: Support the STMicro Flash by TsiChung Liew · 16 years ago
  37. 4bc07c3 trab: fix build problem after change to use do_div() by Wolfgang Denk · 16 years ago
  38. 3b20fd8 Correct drv_usb_kbd_init function by Ryan CHEN · 16 years ago
  39. eba1f2f Make usb-stop() safe to call multiple times in a row. by Remy Bohmer · 16 years ago
  40. 2c8ccf2 Makefile: fix bug introduced by commit 47ffd6c2 by Wolfgang Denk · 16 years ago
  41. 880f6a5 ppc4xx: ppc440-generic-ALL: Fix out of tree build v2 by Ricardo Ribalda Delgado · 16 years ago
  42. 47bebe3 Fix dev_print when called from usb_stor_info (usb storage command) by Nícolas Carneiro Lebedenco · 16 years ago
  43. a4f2434 FIT: make iminfo check hashes of all images in FIT, return 1 on failed check by Bartlomiej Sieka · 16 years ago
  44. 919f550 FIT: add ability to check hashes of all images in FIT, improve output by Bartlomiej Sieka · 16 years ago
  45. 1de1fa4 qemu_mips: Update linux bootm to support dynamic cmdline by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  46. f5ed9e3 Add support for booting of INTEGRITY operating system uImages by Peter Tyser · 16 years ago
  47. 72f1b65 mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start" by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  48. 9ba2e2c Remove support for booting ARTOS images by Kumar Gala · 16 years ago
  49. 47ffd6c Makefile: compile and link each module just once by Wolfgang Denk · 16 years ago
  50. 48d0192 Moved conditional compile into Makefile by Andreas Engel · 16 years ago
  51. 20c9226 Merged serial_pl010.c and serial_pl011.c. by Andreas Engel · 16 years ago
  52. 0817d68 Remove gap fill in srec object v2 by Ricardo Ribalda Delgado · 16 years ago
  53. 1dc3069 README: fix missing subdirectory in the documentation by Markus Heidelberg · 16 years ago
  54. 3ef96de Update i386 code (sc520_cdp) by Graeme Russ · 16 years ago
  55. 5608692 fw_env: add NAND support by Guennadi Liakhovetski · 16 years ago
  56. dd79432 ppc4xx: Fix out-of-tree building of CPCI405 variants by Matthias Fuchs · 16 years ago
  57. 59f6305 Removed hardcoded MxMR loop value from upmconfig() for MPC85xx. by Sergei Poselenov · 16 years ago
  58. e64987a 85xx: socrates: Enable Lime support. by Anatolij Gustschin · 16 years ago
  59. 3e79b58 85xx: Socrates: Major code update. by Detlev Zundel · 16 years ago
  60. e8d1854 Update Freescale 85xx boards to sys_eeprom.c by Timur Tabi · 16 years ago
  61. aab2bf0 lib_ppc/interrupts.c: make board_show_activity() a weak function by Wolfgang Denk · 16 years ago
  62. fe87678 stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions by Wolfgang Denk · 16 years ago
  63. 965de10 NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions by Wolfgang Denk · 16 years ago
  64. 6cc64f9 Removed hardcoded MxMR loop value from upmconfig() for MPC85xx. by Sergei Poselenov · 16 years ago
  65. 36241ca 85xx: socrates: Enable Lime support. by Anatolij Gustschin · 16 years ago
  66. 7a47753 85xx: Socrates: Major code update. by Detlev Zundel · 16 years ago
  67. ab00e7a Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 16 years ago
  68. 4d2ae70 disk-on-chip: remove duplicate doc_probe declaration by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  69. 3221b07 onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  70. 13b4db0 rs5c372: fix rtc_set prototype by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  71. 1bb8b2e ARM: fix warning: target CPU does not support interworking by Sergei Poselenov · 16 years ago
  72. 4265c35 ARM: Use do_div() instead of division for "long long". by Sergei Poselenov · 16 years ago
  73. 8febd13 Update Freescale 85xx boards to sys_eeprom.c by Timur Tabi · 16 years ago
  74. 1055171 lib_arm/bootm.c: fix compile warnings by Wolfgang Denk · 16 years ago
  75. 2e3c867 ml507: fix out of tree build problem by Wolfgang Denk · 16 years ago
  76. 9863a15 common/cmd_bootm.c: fix printf() format warnings by Wolfgang Denk · 16 years ago
  77. 4394f9a BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings by Wolfgang Denk · 16 years ago
  78. 2c5e3cc mk48t59: fix compile problem introduced by commit d1e23194 by Wolfgang Denk · 16 years ago
  79. 5ff8893 ppc4xx: Move ppc4xx specific prototypes to ppc4xx header by Stefan Roese · 16 years ago
  80. c351575 Merge branch 'master' of /home/stefan/git/u-boot/u-boot by Stefan Roese · 16 years ago
  81. ac53ee8 ppc4xx: Update CPCI405(AB) configuration by Matthias Fuchs · 16 years ago
  82. 7b1fbca ppc4xx: Cleanup CPCI405 linker script by Matthias Fuchs · 16 years ago
  83. 767f915 ppc4xx: Update CPCI405 variants handling by Matthias Fuchs · 16 years ago
  84. f071f01 ppc4xx: Remove CONFIG_CS8952_PHY define by Stefan Roese · 16 years ago
  85. 6ca8646 ppc4xx: Fix compilation warning for PIP405 by Stefan Roese · 16 years ago
  86. 725b53a ppc4xx: Fix compilation warning for canyonlands & glacier by Stefan Roese · 16 years ago
  87. 302e52e Fix compiler warning in mpc8xxx ddr code by Kumar Gala · 16 years ago
  88. d1e2319 rtc: allow rtc_set to return an error and use it in cmd_date by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  89. ee9536a ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  90. 6b971c7 config.mk: Move arch-specific condition to $(ARCH)_config.mk by Shinya Kuribayashi · 16 years ago
  91. ea86b9e Prevent crash if random/invalid ramdisks are passed to bootm by Kumar Gala · 16 years ago
  92. 8e02494 Prevent crash if random DTB address is passed to bootm by Anatolij Gustschin · 16 years ago
  93. cc34780 clean up some #if !defined() in drivers/video/cfb_console.c by Andrew Dyer · 16 years ago
  94. c83f4c2 apollon: use the last memory area for u-boot by Kyungmin Park · 16 years ago
  95. a6f2e45 TQM8272: move NAND part in seperate File by Heiko Schocher · 16 years ago
  96. 584f979 TQM8272: Fix compiling error for the TQM8272 board. by Heiko Schocher · 16 years ago
  97. 1a7f8cc Add JFFS2 command support on OneNAND by Kyungmin Park · 16 years ago
  98. f5c3ba7 Allow console input to be disabled by Mark Jackson · 16 years ago
  99. 2b22d60 loads: allow negative offsets by Ricardo Ribalda Delgado · 16 years ago
  100. e90fb6a USB EHCI: reset root hub by Yuri Tikhonov · 16 years ago