1. 6a2dcaf Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx by Wolfgang Denk · 17 years ago
  2. 239c885 Merge branch 'master' of git://www.denx.de/git/u-boot-freebsd by Wolfgang Denk · 17 years ago
  3. 5a9abcc Remove duplicate defines for ARRAY_SIZE by Kumar Gala · 17 years ago
  4. 2242f53 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 17 years ago
  5. f50433d [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines by Marian Balakowicz · 17 years ago
  6. fff888a1 [new uImage] Add gen_get_image() routine by Marian Balakowicz · 17 years ago
  7. 75d3e8f [new uImage] Pull in libfdt if CONFIG_FIT is enabled by Marian Balakowicz · 17 years ago
  8. 20c9395 Merge branch 'master' of /home/git/u-boot by Marian Balakowicz · 17 years ago
  9. e7a85f2 API: Add (c) and licensing notice to the public API header. by Rafal Jaworowski · 17 years ago
  10. a551cee 86xx: Fix GUR PCI config registers properly. by Jon Loeliger · 17 years ago
  11. cb06eb9 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default. by Jon Loeliger · 17 years ago
  12. 975a083 8610HPCD: Fix typos in two PCI setup registers. by Jon Loeliger · 17 years ago
  13. 13f5433 86xx: Convert sbc8641d to use libfdt. by Jon Loeliger · 17 years ago
  14. ef5b4f2 ppc4xx: HCU4/5. Cleanup configs by Niklaus Giger · 17 years ago
  15. 8cc10d0 ppc4xx: PPC405GPr fix missing register definitions by Niklaus Giger · 17 years ago
  16. 214398d ppc4xx: Beautify configuration files for Sequoia and Korat boards by Larry Johnson · 17 years ago
  17. d7d9afa Merge branch '080131_artila' of git://linux-arm.org/u-boot-armdev by Peter Pearse · 17 years ago
  18. ae92069 Merge branch '080116_at91cap9' of git://linux-arm.org/u-boot-armdev by Peter Pearse · 17 years ago
  19. e42d2b0 Merge branch '070524_netstar' of git://linux-arm.org/u-boot-armdev by Peter Pearse · 17 years ago
  20. f33e965 Fix compile warning on lib_ppc/board.c by Anatolij Gustschin · 17 years ago
  21. 1b8607e Extend ATI Radeon driver to support more video modes by Anatolij Gustschin · 17 years ago
  22. 4124382 xsengine: fix typo and few coding style by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  23. ae91a80 Merge ../custodians by Wolfgang Denk · 17 years ago
  24. 9e04a81 Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx by Wolfgang Denk · 17 years ago
  25. a4d60bb Merge ../custodians by Wolfgang Denk · 17 years ago
  26. 32c70d3 Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx by Wolfgang Denk · 17 years ago
  27. edc886f Merge ../custodians by Wolfgang Denk · 17 years ago
  28. 9291574 Merge branch 'master' of git://www.denx.de/git/u-boot-avr32 by Wolfgang Denk · 17 years ago
  29. 7e30f5e Coding STyle cleanup. by Wolfgang Denk · 17 years ago
  30. 6f99eec Merge branch 'master' of git://www.denx.de/git/u-boot-blackfin by Wolfgang Denk · 17 years ago
  31. f6921e3 sh: Fix register address of SH7722 by Nobuhiro Iwamatsu · 17 years ago
  32. 943afa2 85xx, 86xx: Determine I2C clock frequencies and store in global_data by Timur Tabi · 17 years ago
  33. b931b3a TQM834x: clean up configuration by Wolfgang Denk · 17 years ago
  34. e7670f6 PPC: Use r2 instead of r29 as global data pointer by Wolfgang Denk · 17 years ago
  35. 746c4b9 Merge commit 'wd/master' by Jon Loeliger · 17 years ago
  36. f90e69c Merge branch 'for-1.3.2' by Stefan Roese · 17 years ago
  37. ea8d989 Support for Artila M-501 starter kit by Timo Tuunainen · 17 years ago
  38. 6afcabf AT91CAP9 support : board/ files by Stelian Pop · 17 years ago
  39. fa506a9 AT91CAP9 support : include/ files by Stelian Pop · 17 years ago
  40. f4e7cbf Update board NetStar Signed-off-by: Ladislav Michl <ladis@linux-mips.org> by Peter Pearse · 17 years ago
  41. 6d1b6f9 Mark board_init_[fr] as noreturn by Mike Frysinger · 17 years ago
  42. 1b76988 Fix remaining CONFIG_COMMANDS by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  43. 3cfb0c5 Remove duplicate defines for ARRAY_SIZE by Kumar Gala · 17 years ago
  44. ccd6e14 Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols by Jon Loeliger · 17 years ago
  45. d075eec Merge commit 'wd/master' by Jon Loeliger · 17 years ago
  46. 10bbb38 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 17 years ago
  47. c62776b Get rid of "#undef DEBUG" from board config files. by Wolfgang Denk · 17 years ago
  48. 73bf1e2 Remove #undef DEBUG from MPC83xx board header files by Timur Tabi · 17 years ago
  49. b6b0fe6 [new uImage] Cleanup do_botm_linux() boot allocations by Marian Balakowicz · 17 years ago
  50. ceaed2b [new uImage] Move ramdisk loading to a common routine by Marian Balakowicz · 17 years ago
  51. 5ad03eb [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · 17 years ago
  52. 42b73e8 [new uImage] Factor out common routines for getting os/arch/type/comp names by Marian Balakowicz · 17 years ago
  53. f13e7b2 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago
  54. af13cdb [new uImage] Add memmove_wd() common routine by Marian Balakowicz · 17 years ago
  55. 261dcf4 [new uImage] Remove I386 uImage fake_header() routine by Marian Balakowicz · 17 years ago
  56. 559316f [new uImage] Move CHUNKSZ definition to image.h by Marian Balakowicz · 17 years ago
  57. b97a2a0 [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  58. 37e3c62 ADS5121e: DDR2 init/timing update. by Grzegorz Bernacki · 17 years ago
  59. ac91528 Device tree updates by John Rigby · 17 years ago
  60. de55d18 Change IPS freq to 66MHz by John Rigby · 17 years ago
  61. cd9cb62 xsengine: rename board_post_init to board_late_init by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  62. d38da53 AVR32: Make SDRAM refresh rate configurable by Haavard Skinnemoen · 17 years ago
  63. b2e1d5b ATSTK1004: Fix comment about default load address by Haavard Skinnemoen · 17 years ago
  64. 8269ab5 ATSTK1002: Use SDRAM + 4MB as default load address by Haavard Skinnemoen · 17 years ago
  65. 2bcacc2 ATNGW100: Fix default mtest range by Haavard Skinnemoen · 17 years ago
  66. d4d7730 punt Blackfin VDSP headers and import sanitized/auto-generated ones by Mike Frysinger · 17 years ago
  67. 6cfcce6 always pull in asm/blackfin.h for Blackfin ports by Mike Frysinger · 17 years ago
  68. bf53974 add missing __raw versions of Blackfin read/write io functions by Mike Frysinger · 17 years ago
  69. 24e02d0 add the default Blackfin logo used by Blackfin boards with splash screens by Mike Frysinger · 17 years ago
  70. b45264e add gitignores for Blackfin pieces by Mike Frysinger · 17 years ago
  71. a7c185e ARM: s3c24xx: Multiple serial port support by Harald Welte · 17 years ago
  72. be19bd5 ARM: arm920/s3c24xx: IRQ demulitplexer callback by Harald Welte · 17 years ago
  73. 28d77d9 ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms by Stefan Roese · 17 years ago
  74. 4fedfdd ARM: Board voiceblue update by Ladislav Michl · 17 years ago
  75. 2c5260f ARM: AT91RM9200 based boards config cleanup by Ladislav Michl · 17 years ago
  76. 481f28b ARM: Fix at91rm9200dk base address by Ladislav Michl · 17 years ago
  77. c95219f MMC for PXA 27X (resubmit) by stefano babic · 17 years ago
  78. 96bbfa1 Fix gcc issues in pxa-regs.h by stefano babic · 17 years ago
  79. 7047b38 TQM834x: enable DHCP by Jens Gehrlein · 17 years ago
  80. a877004 TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 Bit). by Jens Gehrlein · 17 years ago
  81. 8931ab1 Fix conditional compilation of mpx8xxx_spi driver by Ben Warren · 17 years ago
  82. 4f93f8b 86xx: Add reginfo command by Becky Bruce · 17 years ago
  83. ddcebcb 86xx: Add print_laws function to fsl_law.c by Becky Bruce · 17 years ago
  84. 713d818 86xx: Convert sbc8641d to use new law setup code. by Becky Bruce · 17 years ago
  85. 031976f 86xx: Convert mpc8610hpcd to new law setup method. by Becky Bruce · 17 years ago
  86. 4933b91 86xx: Support new law setup method and convert mpc8641 by Becky Bruce · 17 years ago
  87. 33dac03 Coding Style Cleanup; update CHANGELOG by Wolfgang Denk · 17 years ago
  88. 40dcd6a Merge branch 'master' of git://www.denx.de/git/u-boot-ixp by Wolfgang Denk · 17 years ago
  89. f589345 Merge branch 'master' of git://www.denx.de/git/u-boot-mips by Wolfgang Denk · 17 years ago
  90. 351080e Merge branch 'master' of git://www.denx.de/git/u-boot-sh by Wolfgang Denk · 17 years ago
  91. 8d54477 Merge branch 'master' of git://www.denx.de/git/u-boot-avr32 by Wolfgang Denk · 17 years ago
  92. e57ed96 Merge branch 'master' of git://www.denx.de/git/u-boot-coldfire by Wolfgang Denk · 17 years ago
  93. 8f00731 Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx by Wolfgang Denk · 17 years ago
  94. ed3afca Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx by Wolfgang Denk · 17 years ago
  95. 39166b5 Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx by Wolfgang Denk · 17 years ago
  96. cfe5ca7 mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h by Dave Liu · 17 years ago
  97. 922ff46 Merge branch 'master' of git://www.denx.de/git/u-boot by Shinya Kuribayashi · 17 years ago
  98. 6b44394 AVR32: ATNGW100 board support by Haavard Skinnemoen · 17 years ago
  99. 799891e Add AcTux board support by Michael Schwingen · 17 years ago
  100. 66a4344 add AcTux-4 board support by Michael Schwingen · 17 years ago