1. dcbfd2e Add the files. by Peter Pearse · 17 years ago
  2. d4fc601 Add MACH_TYPE records for several AT91 boards. by Peter Pearse · 17 years ago
  3. 4ef35e5 Coding style cleanup, update CHANGELOG by Wolfgang Denk · 17 years ago
  4. bf9583e Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xx by Wolfgang Denk · 17 years ago
  5. 85eb5ca Coding style cleanup; rebuild CHANGELOG by Wolfgang Denk · 17 years ago
  6. 7f3f2bd 85xxCDS: Add make targets for legacy systems. by Randy Vinson · 18 years ago
  7. e41094c 85xxCDS: Enable the VIA PCI-to-ISA bridge. by Andy Fleming · 17 years ago
  8. da9d461 Add support for UEC to 8568 by Andy Fleming · 17 years ago
  9. c59e409 Add PCI support for MPC8568MDS board by Haiying Wang · 17 years ago
  10. d111d63 Empirically set cpo and clk_adjust for mpc85xx DDR2 support by Haiying Wang · 17 years ago
  11. 3db0bef Use an absolute address when jumping out of 4k boot page by Kumar Gala · 17 years ago
  12. 39980c6 MPC85xx BA bits not set for 3-bit bank address DIMM by Andy Fleming · 17 years ago
  13. 6c54359 Fix minor 85xx warnings by Andy Fleming · 17 years ago
  14. f2cff6b 8548cds PCIE support. by Ed Swarthout · 17 years ago
  15. 837f1ba 8544ds PCIE support by Ed Swarthout · 17 years ago
  16. 61a21e9 85xx start.S cleanup and exception support by Andy Fleming · 17 years ago
  17. 7bd30fc Add MPC8544DS README by Andy Fleming · 17 years ago
  18. 40c7f9b 85xx allow debugger to configure ddr. by Ed Swarthout · 17 years ago
  19. 29372ff mpc85xx L2 cache reporting and SRAM relocation option. by Ed Swarthout · 17 years ago
  20. 41f0f8fb e500 needs ppc_asm.tmp MCK_EXCEPTION by Ed Swarthout · 17 years ago
  21. 53a5c42 multicast tftp: RFC2090 by David Updegraff · 17 years ago
  22. 5d110f0 New CONFIG_BOOTP_SERVERIP option by Wilson Callan · 17 years ago
  23. 50cca8b Add ability to take MAC address from the environment to DM9000 driver by Mike Rapoport · 17 years ago
  24. d1bc6c8 Sync'd u-boot-net with mainline by Ben Warren · 17 years ago
  25. 8a92b7c Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xx by Wolfgang Denk · 17 years ago
  26. be5d72d Minor coding style cleanup. Update CHANGELOG. by Wolfgang Denk · 17 years ago
  27. 8e2dd87 Merge commit 'remotes/wd/master' by Jon Loeliger · 17 years ago
  28. cca3496 Modify SBC8641D to use new Freescale PCI routines by Joe Hamman · 17 years ago
  29. a084583 atmel_mci: Fix data timeout value by Haavard Skinnemoen · 17 years ago
  30. 0ba8eed AVR32: Include <div64.h> instead of <asm/div64.h> by Haavard Skinnemoen · 17 years ago
  31. 375c2c9 Merge commit 'upstream/master' by Haavard Skinnemoen · 17 years ago
  32. f0d1246 atmel_mci: Use 512 byte blocksize if possible by Haavard Skinnemoen · 17 years ago
  33. 9986bc3 Update CHANGELOG by Wolfgang Denk · 17 years ago
  34. 77d19a8 Minor alignment of output, 2nd try. Also update CHANGELOG by Wolfgang Denk · 17 years ago
  35. 6b309f2 Minor alignment of output by Wolfgang Denk · 17 years ago
  36. 6f6d7b9 Cleanup output on ADS5121 board by Wolfgang Denk · 17 years ago
  37. 0cfc9d6 Merge with git+ssh://gemini_vpn/home/wd/git/u-boot/master by Wolfgang Denk · 17 years ago
  38. a4d2636 Adapt board configuration and fix kernel crash on MCC200 board. by Wolfgang Denk · 17 years ago
  39. e27f3a6 Adjust default configuration of ADS5121 board. by Wolfgang Denk · 17 years ago
  40. afaac86 Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues. by Wolfgang Denk · 17 years ago
  41. 308e2b3 Merge with /home/wd/git/u-boot/custodian/u-boot-fdt by Wolfgang Denk · 17 years ago
  42. 5fe6be6 Improve error print messages. by Gerald Van Baren · 17 years ago
  43. 99dffca fdt: allow for builds that don't want env and bd_t nodes by Kim Phillips · 17 years ago
  44. 91148bf fdt: do board setup based on fdt address specified on bootm line by Kim Phillips · 17 years ago
  45. e125a2f Call ft_board_setup() from the bootm command. by Gerald Van Baren · 17 years ago
  46. fd61e55 Create new fdt boardsetup command, fix bug parsing [] form of set values. by Gerald Van Baren · 17 years ago
  47. 6f35ded Tighten up the error messages. by Gerald Van Baren · 17 years ago
  48. c45874b Asthetic improvements: error messages and line lengths. by Gerald Van Baren · 17 years ago
  49. 35ec398 Fix fdt_chosen() to call ft_board_setup(), clean up long lines. by Gerald Van Baren · 17 years ago
  50. 06e19a0 For fdt_find_node_by_path(), handle the root path properly. by Gerald Van Baren · 17 years ago
  51. 9675ee7 Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT by Gerald Van Baren · 17 years ago
  52. 1a86116 Replace fdt_node_offset() with fdt_find_node_by_path(). by Gerald Van Baren · 17 years ago
  53. addd8ce Fix cmd_fdt line lengths, refactor code. by Gerald Van Baren · 17 years ago
  54. 2511403 FDT command improvements. by Gerald Van Baren · 17 years ago
  55. 38eb508 Reorganize and fix problems (returns) in the bootm command. by Gerald Van Baren · 17 years ago
  56. 89c8757 Fix bugs in the CONFIG_OF_LIBFDT by Gerald Van Baren · 17 years ago
  57. 6be07cc Improve fdt move length handling. by Gerald Van Baren · 17 years ago
  58. bb930e7 Minor code clean up. by Gerald Van Baren · 17 years ago
  59. ba24e2a Improve error messages, more informative. by Gerald Van Baren · 17 years ago
  60. 8096b3b libfdt: Conditionally compile based on CONFIG_OF_LIBFDT by Gerald Van Baren · 17 years ago
  61. 29eaae9 Merge git://www.denx.de/git/u-boot by Gerald Van Baren · 17 years ago
  62. 923efd2 add image size and descriptors for Spartan 3E FPGA chips by Bruce Adler · 17 years ago
  63. fb56579 make MAKEALL more immune to merge conflicts by Kim Phillips · 17 years ago
  64. 2628114 README: Remove outdated cpu type, board type, and NAME_config lists by Kim Phillips · 17 years ago
  65. 49bb599 mpc83xx: Suppress the warning 'burstlen' by Dave Liu · 17 years ago
  66. c646bba Add support for SBC8641D. Config files. by Joe Hamman · 17 years ago
  67. 8ac2732 Add support for SBC8641D. Board files. by Joe Hamman · 17 years ago
  68. f2c459c Merge with git+ssh://sr@pollux.denx.org/home/wd/git/u-boot/from_stefan by Stefan Roese · 17 years ago
  69. c2c0ab4 Conding style cleanup by Stefan Roese · 17 years ago
  70. 59530af Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 17 years ago
  71. c74b210 [ARM] TI DaVinci support, hopefully final by Sergey Kubushyn · 17 years ago
  72. 2e4d94f fsl_pci_init cleanup. by Ed Swarthout · 17 years ago
  73. 936b3e6 pciauto_setup_device bars_num fix by Ed Swarthout · 17 years ago
  74. cf0b185 8641hpcn: Do correct sized pointer math. by Jon Loeliger · 17 years ago
  75. cfc7a7f cpu/86xx fixes. by Jon Loeliger · 17 years ago
  76. 3a82d59 Merge with git+ssh://atlas/home/wd/git/u-boot/master by Wolfgang Denk · 17 years ago
  77. 545359d Merge with /home/wd/git/u-boot/work by Wolfgang Denk · 17 years ago
  78. 3a6d56c Make use of generic 64bit division in nand_util.c by Dirk Behme · 17 years ago
  79. f7c086e Move 64bit division from avr32 to generic lib by Dirk Behme · 17 years ago
  80. 99c2fda mpc83xx: fix ITX[GP] O=builddir builds by Kim Phillips · 17 years ago
  81. 47e8bc8 mpc83xx: Correct the README for DDR ECC by Dave Liu · 17 years ago
  82. daab8c6 mpc83xx: Consolidate the ECC support of 83xx by Dave Liu · 17 years ago
  83. 036575c mpc83xx: Correct the burst length for DDR2 with 32 bits by Dave Liu · 17 years ago
  84. 1c274c4 mpc83xx: add support for the MPC8323E RDB by Kim Phillips · 17 years ago
  85. 343d910 mpc83xx: fixup generic pci for libfdt by Kim Phillips · 17 years ago
  86. f57ac7a mpc83xx: fix 8360 and cpu functions to update fdt being passed by Kim Phillips · 17 years ago
  87. 8be4044 mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled by Jerry Van Baren · 17 years ago
  88. 26d02c9 mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path(). by Jerry Van Baren · 17 years ago
  89. 9be39a6 mpc83xx: Add support for the display of reset status by Dave Liu · 17 years ago
  90. ff9658d mpc83xx: Fix the align bug of SDMA buffer by Dave Liu · 17 years ago
  91. 66dc2c2 mpc83xx: Revise the MPC8360EMDS readme doc by Dave Liu · 17 years ago
  92. e739bc9 FSL I2C driver programs the two I2C busses differently by Timur Tabi · 17 years ago
  93. df33f6b Update SCCR programming in cpu_init_f() to support all 83xx processors by Timur Tabi · 17 years ago
  94. 9546266 TQM834x: cleanup configuraton by Martin Krause · 17 years ago
  95. 5d497e6 MPC83xx: Fix makefile to generate config.h file in the build directory by david.saada · 17 years ago
  96. 1ded024 mpc83xx: Add support for 8360 silicon revision 2.1 by Lee Nipper · 17 years ago
  97. b0d2962 Merge with git+ssh://atlas/home/wd/git/u-boot/master by Wolfgang Denk · 17 years ago
  98. 2ee8078 Merge with /home/wd/git/u-boot/work by Wolfgang Denk · 17 years ago
  99. a228064 Treat ppc64 host as ppc by Kumar Gala · 17 years ago
  100. 0dc4279 Minor fix for bios emulator makefile by Jason Jin · 17 years ago