1. a4d2636 Adapt board configuration and fix kernel crash on MCC200 board. by Wolfgang Denk · 17 years ago
  2. 308e2b3 Merge with /home/wd/git/u-boot/custodian/u-boot-fdt by Wolfgang Denk · 17 years ago
  3. 5fe6be6 Improve error print messages. by Gerald Van Baren · 17 years ago
  4. 99dffca fdt: allow for builds that don't want env and bd_t nodes by Kim Phillips · 17 years ago
  5. 91148bf fdt: do board setup based on fdt address specified on bootm line by Kim Phillips · 17 years ago
  6. e125a2f Call ft_board_setup() from the bootm command. by Gerald Van Baren · 17 years ago
  7. fd61e55 Create new fdt boardsetup command, fix bug parsing [] form of set values. by Gerald Van Baren · 17 years ago
  8. 6f35ded Tighten up the error messages. by Gerald Van Baren · 17 years ago
  9. c45874b Asthetic improvements: error messages and line lengths. by Gerald Van Baren · 17 years ago
  10. 35ec398 Fix fdt_chosen() to call ft_board_setup(), clean up long lines. by Gerald Van Baren · 17 years ago
  11. 06e19a0 For fdt_find_node_by_path(), handle the root path properly. by Gerald Van Baren · 17 years ago
  12. 9675ee7 Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT by Gerald Van Baren · 17 years ago
  13. 1a86116 Replace fdt_node_offset() with fdt_find_node_by_path(). by Gerald Van Baren · 17 years ago
  14. addd8ce Fix cmd_fdt line lengths, refactor code. by Gerald Van Baren · 17 years ago
  15. 2511403 FDT command improvements. by Gerald Van Baren · 17 years ago
  16. 38eb508 Reorganize and fix problems (returns) in the bootm command. by Gerald Van Baren · 17 years ago
  17. 89c8757 Fix bugs in the CONFIG_OF_LIBFDT by Gerald Van Baren · 17 years ago
  18. 6be07cc Improve fdt move length handling. by Gerald Van Baren · 18 years ago
  19. bb930e7 Minor code clean up. by Gerald Van Baren · 18 years ago
  20. ba24e2a Improve error messages, more informative. by Gerald Van Baren · 18 years ago
  21. 8096b3b libfdt: Conditionally compile based on CONFIG_OF_LIBFDT by Gerald Van Baren · 18 years ago
  22. 29eaae9 Merge git://www.denx.de/git/u-boot by Gerald Van Baren · 17 years ago
  23. 923efd2 add image size and descriptors for Spartan 3E FPGA chips by Bruce Adler · 17 years ago
  24. fb56579 make MAKEALL more immune to merge conflicts by Kim Phillips · 17 years ago
  25. 2628114 README: Remove outdated cpu type, board type, and NAME_config lists by Kim Phillips · 17 years ago
  26. 49bb599 mpc83xx: Suppress the warning 'burstlen' by Dave Liu · 17 years ago
  27. f2c459c Merge with git+ssh://sr@pollux.denx.org/home/wd/git/u-boot/from_stefan by Stefan Roese · 17 years ago
  28. c2c0ab4 Conding style cleanup by Stefan Roese · 17 years ago
  29. 59530af Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 17 years ago
  30. c74b210 [ARM] TI DaVinci support, hopefully final by Sergey Kubushyn · 17 years ago
  31. 3a82d59 Merge with git+ssh://atlas/home/wd/git/u-boot/master by Wolfgang Denk · 17 years ago
  32. 545359d Merge with /home/wd/git/u-boot/work by Wolfgang Denk · 17 years ago
  33. 3a6d56c Make use of generic 64bit division in nand_util.c by Dirk Behme · 17 years ago
  34. f7c086e Move 64bit division from avr32 to generic lib by Dirk Behme · 17 years ago
  35. 99c2fda mpc83xx: fix ITX[GP] O=builddir builds by Kim Phillips · 17 years ago
  36. 47e8bc8 mpc83xx: Correct the README for DDR ECC by Dave Liu · 17 years ago
  37. daab8c6 mpc83xx: Consolidate the ECC support of 83xx by Dave Liu · 17 years ago
  38. 036575c mpc83xx: Correct the burst length for DDR2 with 32 bits by Dave Liu · 17 years ago
  39. 1c274c4 mpc83xx: add support for the MPC8323E RDB by Kim Phillips · 17 years ago
  40. 343d910 mpc83xx: fixup generic pci for libfdt by Kim Phillips · 17 years ago
  41. f57ac7a mpc83xx: fix 8360 and cpu functions to update fdt being passed by Kim Phillips · 17 years ago
  42. 8be4044 mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled by Jerry Van Baren · 17 years ago
  43. 26d02c9 mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path(). by Jerry Van Baren · 17 years ago
  44. 9be39a6 mpc83xx: Add support for the display of reset status by Dave Liu · 17 years ago
  45. ff9658d mpc83xx: Fix the align bug of SDMA buffer by Dave Liu · 17 years ago
  46. 66dc2c2 mpc83xx: Revise the MPC8360EMDS readme doc by Dave Liu · 17 years ago
  47. e739bc9 FSL I2C driver programs the two I2C busses differently by Timur Tabi · 17 years ago
  48. df33f6b Update SCCR programming in cpu_init_f() to support all 83xx processors by Timur Tabi · 17 years ago
  49. 9546266 TQM834x: cleanup configuraton by Martin Krause · 17 years ago
  50. 5d497e6 MPC83xx: Fix makefile to generate config.h file in the build directory by david.saada · 17 years ago
  51. 1ded024 mpc83xx: Add support for 8360 silicon revision 2.1 by Lee Nipper · 17 years ago
  52. b0d2962 Merge with git+ssh://atlas/home/wd/git/u-boot/master by Wolfgang Denk · 17 years ago
  53. 2ee8078 Merge with /home/wd/git/u-boot/work by Wolfgang Denk · 17 years ago
  54. a228064 Treat ppc64 host as ppc by Kumar Gala · 17 years ago
  55. 0dc4279 Minor fix for bios emulator makefile by Jason Jin · 17 years ago
  56. ce981dc Add CONFIG_BIOSEMU define to guard all the bios emulator code by Jason Jin · 17 years ago
  57. 19901c6 Merge with /home/wd/git/u-boot/custodian/u-boot-usb by Wolfgang Denk · 17 years ago
  58. ed81064 tsec: fix multiple PHY support by Zach Sadecki · 17 years ago
  59. 2c4faea Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xx by Wolfgang Denk · 17 years ago
  60. 0c4d65e3 Merge with /home/wd/git/u-boot/work by Wolfgang Denk · 17 years ago
  61. dcb84b7 tsec: Allow Ten Bit Interface address to be configurable by Joe Hamman · 17 years ago
  62. ed8e5f3 Merge git://www.denx.de/git/u-boot by Gerald Van Baren · 17 years ago
  63. 78549bb Merge with git://www.denx.de/git/u-boot.git by Markus Klotzbuecher · 17 years ago
  64. b23b547 Merge with /home/tur/git/u-boot#cm5200-si by Wolfgang Denk · 17 years ago
  65. 7c4c372 Add CONFIG_BIOSEMU define to guard all the bios emulator code by Jason Jin · 17 years ago
  66. bf1060e Fix missing brace error in fs/fat/fat.c [pointed out by Roderik Wildenburg] by Wolfgang Denk · 17 years ago
  67. 6c33c78 Fixed typo in README (pointed out by Martin Jost). by Wolfgang Denk · 17 years ago
  68. ec06b27 Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
  69. 9c7e4b0 Coding style cleanup. Update CHANGELOG. by Wolfgang Denk · 17 years ago
  70. 221838c Remove the bios emulator from MAI board. by Jason Jin · 17 years ago
  71. 5618332 Fix some compile issues for MAI board. by Jason Jin · 17 years ago
  72. 0f460a1 Configurations for ATI video card BIOS emulator by Jason Jin · 17 years ago
  73. ece92f8 This is a BIOS emulator, porting from SciTech for u-boot, mainly for by Jason Jin · 17 years ago
  74. 5072188 This is a framebuffer driver for ATI video card, can work for PCI9200, by Jason Jin · 17 years ago
  75. f2c2a93 Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
  76. 5728be3 Coding style cleanup. Update CHANGELOG. by Wolfgang Denk · 17 years ago
  77. 4691975 Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xx by Wolfgang Denk · 17 years ago
  78. 8092fef Add functions to list of exported functions by Martin Krause · 18 years ago
  79. 63cec58 Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts. by Ed Swarthout · 17 years ago
  80. 86b116b cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family. by Bartlomiej Sieka · 17 years ago
  81. c7e717e Add Marvell 1149 PHY support to the TSEC by Andy Fleming · 17 years ago
  82. 6bf6f11 Merge branch 'testing' into working by Andy Fleming · 17 years ago
  83. b1b54e3 Coding style cleanup, update CHANGELOG by Wolfgang Denk · 17 years ago
  84. 63e2276 Minor cleanup of <board>_nand build rules. by Wolfgang Denk · 17 years ago
  85. cdd917a Fix build errors and warnings / code cleanup. by Wolfgang Denk · 17 years ago
  86. 8993e54 [ADS5121] Support for the ADS5121 board by Rafal Jaworowski · 17 years ago
  87. 1863cfb [PPC] Remove unused MSR_USER definition by Rafal Jaworowski · 17 years ago
  88. cc3023b Fix breakage of 8xx boards from recent commit. by Rafal Jaworowski · 17 years ago
  89. 3a6cab8 Update CHANGELOG by Wolfgang Denk · 17 years ago
  90. 5da91f6 Merge with /home/hs/Atronic/u-boot-dev-new by Heiko Schocher · 17 years ago
  91. 0115953 [PCS440EP] - fix compile error, if BUILD_DIR is used by Heiko Schocher · 17 years ago
  92. fad6340 make show_boot_progress () weak. by Heiko Schocher · 17 years ago
  93. 9079024 [PCS440EP] - The DIAG LEDs are now blinking, if an error occur by Heiko Schocher · 17 years ago
  94. 239f05e Update CHANGELOG, minor coding style cleanup. by Wolfgang Denk · 17 years ago
  95. fd363519 Merge with /home/tur/git/u-boot#cm1_qp1 by Wolfgang Denk · 17 years ago
  96. 5a56af3 Remove erroneous errata code from Marvel 88E1111S driver by Andy Fleming · 17 years ago
  97. 982efcf From: eran liberty <eran.liberty@gmail.com> by Andy Fleming · 17 years ago
  98. d3ec0d9 Polished the 85xx ADS config files by Andy Fleming · 17 years ago
  99. bfb37b3 8544ds: Fix Makefile after moving pixis to board/freescale. by Ed Swarthout · 17 years ago
  100. 2a3cee4 tsec: Fix PHY code to match first driver by Andy Fleming · 17 years ago