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