1. 9839709 mpc85xx: support for Freescale COM Express P2020 by Ira W. Snyder · 13 years ago
  2. 411e150 arch/powerpc/cpu/mpc8xxx/ddr/interactive.c: Fix GCC 4.6 build warning by Kumar Gala · 13 years ago
  3. c18de0d mpc85xx: support board-specific reset function by Ira W. Snyder · 13 years ago
  4. cc15df5 powerpc/85xx: verify the localbus device tree address before booting the OS by Timur Tabi · 13 years ago
  5. 2f3a71f mpc8xxx: update module_type values from JEDEC DDR3 SPD Specification by Ira W. Snyder · 13 years ago
  6. ae6b03f powerpc/p3060qds: Add board related support for P3060QDS platform by Shengzhou Liu · 13 years ago
  7. f2717b4 powerpc/85xx: clean up and document the QE/FMAN microcode macros by Timur Tabi · 13 years ago
  8. fbc20aa powerpc/85xx: always implement the work-around for Erratum SATA_A001 by Timur Tabi · 13 years ago
  9. 3e0529f powerpc/85xx: CONFIG_FSL_SATA_V2 should be defined in config_mpc85xx.h by Timur Tabi · 13 years ago
  10. 4108508 powerpc/85xx: Add workaround for erratum A-003474 by York Sun · 13 years ago
  11. 33c8753 powerpc/85xx: fixup flexcan device tree clock-frequency by Jia Hongtao · 13 years ago
  12. 43f082b powerpc/85xx: Add workaround for erratum CPU-A003999 by Kumar Gala · 13 years ago
  13. d887ad5 menu.c: use puts() instead of printf() where possible by Wolfgang Denk · 13 years ago
  14. 34b57d2 MAKEALL: drop obsolete mx31pdk_nand target by Stefano Babic · 13 years ago
  15. abdbd67 dataflash: fix parameters order in write_dataflash() by Igor Grinberg · 13 years ago
  16. 581a811 hawkboard: Replace HAWKBOARD_KICK{0, 1}_UNLOCK defines by Christian Riesch · 13 years ago
  17. eccb213 davinci_sonata: define CONFIG_MACH_TYPE for davinci_sonata board by Christian Riesch · 13 years ago
  18. 0647508 davinci_schmoogie: define CONFIG_MACH_TYPE for davinci_schmoogie board by Christian Riesch · 13 years ago
  19. 9926fa0 arm: a320evb: define mach-type in board config file by Yan-Pai Chen · 13 years ago
  20. 86623ad OMAP3: Use sdelay from arch/arm/cpu/armv7/syslib.c instead of cloning that. by Alexander Holler · 14 years ago
  21. c9e798d Fix Stelian's email address by Stelian Pop · 13 years ago
  22. debef5c DIU: 1080P and 720P support by Jerry Huang · 13 years ago
  23. 5fb1a6f CFB: Fix font rendering on mx5 framebuffer by Marek Vasut · 13 years ago
  24. 22e0f5a x86: Fix some bugs in the i8402 driver when no controller is present by Gabe Black · 13 years ago
  25. dd4a5b2 x86: Make the i8042 driver checkpatch clean by Gabe Black · 13 years ago
  26. 36b2409 x86: Wrap small helper functions from libgcc to avoid an ABI mismatch by Gabe Black · 13 years ago
  27. dbaef6e x86: Import the glibc memset implementation by Gabe Black · 13 years ago
  28. 60a9b6b x86: Fix a few recently added bugs by Gabe Black · 13 years ago
  29. 769db03 x86: Don't relocate symbols which point to things that aren't relocated by Gabe Black · 13 years ago
  30. 03228b2 x86: Fix how the location of the realmode and bios blobs are calculated by Gabe Black · 13 years ago
  31. 2f0e0cd x86: Misc cleanups by Graeme Russ · 13 years ago
  32. 1cfcf03 x86: Misc PCI touchups by Graeme Russ · 13 years ago
  33. 303418c x86: Ensure IDT and GDT remain 16-byte aligned post relocation by Graeme Russ · 13 years ago
  34. a76fc70 x86: Provide more configuration granularity by Graeme Russ · 13 years ago
  35. a206cc2 x86: Add multiboot header by Graeme Russ · 13 years ago
  36. 311b1a2 sc520: Create arch asm-offsets by Graeme Russ · 13 years ago
  37. facc9e7 x86: Punt cold- and warm-boot flags by Graeme Russ · 13 years ago
  38. 63a90bf cosmetic: checkpatch cleanup of board/eNET/*.c by Graeme Russ · 13 years ago
  39. 83088af cosmetic: checkpatch cleanup of arch/x86/lib/*.c by Graeme Russ · 13 years ago
  40. 01a0f5a cosmetic: checkpatch cleanup of arch/x86/cpu/sc520/*.c by Graeme Russ · 13 years ago
  41. 717979f cosmetic: checkpatch cleanup of arch/x86/cpu/*.c by Graeme Russ · 13 years ago
  42. 6d7404c x86: Call hang() on unrecoverable exception by Graeme Russ · 13 years ago
  43. a63d965 menu.c: use puts() instead of printf() where possible by Wolfgang Denk · 13 years ago
  44. 68435fa Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Wolfgang Denk · 13 years ago
  45. d525174 Merge branch 'master' of git://git.denx.de/u-boot-video by Wolfgang Denk · 13 years ago
  46. 623e032 MAKEALL: drop obsolete mx31pdk_nand target by Stefano Babic · 13 years ago
  47. 85be1e2 dataflash: fix parameters order in write_dataflash() by Igor Grinberg · 13 years ago
  48. e722d5d hawkboard: Replace HAWKBOARD_KICK{0, 1}_UNLOCK defines by Christian Riesch · 13 years ago
  49. f880fe5 davinci_sonata: define CONFIG_MACH_TYPE for davinci_sonata board by Christian Riesch · 13 years ago
  50. ece91e3 davinci_schmoogie: define CONFIG_MACH_TYPE for davinci_schmoogie board by Christian Riesch · 13 years ago
  51. 641483a arm: a320evb: define mach-type in board config file by Yan-Pai Chen · 13 years ago
  52. a67fe5f OMAP3: Use sdelay from arch/arm/cpu/armv7/syslib.c instead of cloning that. by Alexander Holler · 14 years ago
  53. 762e637 Fix Stelian's email address by Stelian Pop · 13 years ago
  54. 99258c3 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Wolfgang Denk · 13 years ago
  55. 1de55ef microblaze: usable uart16550 for big endian systems by Stephan Linz · 13 years ago
  56. 94f6142 mvblx: punt unused clean/distclean targets by Michael Jones · 13 years ago
  57. 068f158 cmd_nvedit.c: Fix compiler warning introduced by checkpatch cleanup by Kumar Gala · 13 years ago
  58. d90a5b1 drivers/bios_emulator/x86emu/ops2.c: Fix GCC 4.6 build warning by Kumar Gala · 13 years ago
  59. ca8a30e ignore new mkenvimage tool by Mike Frysinger · 13 years ago
  60. afd5932 Revert "mmc: retry the cmd8 to meet 74 clocks requirement in the spec" by Macpaul Lin · 13 years ago
  61. 5af9a56 mmc: mv_sdhci: Fix host version read for Armada100 by Ajay Bhargav · 13 years ago
  62. d8bf22b DIU: 1080P and 720P support by Jerry Huang · 13 years ago
  63. e6bbe53 CFB: Fix font rendering on mx5 framebuffer by Marek Vasut · 13 years ago
  64. fdbe8b9 Merge branch 'hs@denx.de' of git://git.denx.de/u-boot-staging by Wolfgang Denk · 13 years ago
  65. bd0f5ca drivers/i2c/davinci_i2c.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  66. 7d5ff54 i2c: Codingstyle cleanup for i2c evb64260 board driver by Heiko Schocher · 13 years ago
  67. 3dab3e0 i2c: sh: Add support I2C for Renesas SH by Nobuhiro Iwamatsu · 13 years ago
  68. d780e74 drivers/net/dnet.c: Fix GCC 4.6 warnings by Anatolij Gustschin · 13 years ago
  69. bf1d644 board/xaeniax/flash.c: Fix GCC 4.6 warnings by Anatolij Gustschin · 13 years ago
  70. c0fe04b net/bootp.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  71. 5bf2766 common/cmd_bootm.c: Fix GCC 4.6 warnings by Anatolij Gustschin · 13 years ago
  72. 5076c7a board/mx1ads/mx1ads.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  73. 6859ea7 board/mx1ads/syncflash.c: Fix GCC 4.6 warnings by Anatolij Gustschin · 13 years ago
  74. 90729c0 board/lubbock/flash.c: Fix GCC 4.6 warnings by Anatolij Gustschin · 13 years ago
  75. da22735 drivers/net/cs8900.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  76. 604256a arch/arm/cpu/arm926ejs/omap/cpuinfo.c: Fix GCC 4.6 warnings by Anatolij Gustschin · 13 years ago
  77. dffc0ae drivers/net/lan91c96.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  78. 0a59b71 board/ronetix/pm9263/pm9263.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  79. 67fad9f drivers/mtd/onenand/samsung.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  80. 9419196 drivers/usb/musb/musb_hcd.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  81. f52138a Fix clash between IH_ARCH_NDS32 and IH_ARCH_SANDBOX by Stefan Kristiansson · 13 years ago
  82. 39c8774 nds32/ag101: clean up for SoC related code by Macpaul Lin · 13 years ago
  83. dca61f0 tools/env: use lib/crc32.c directly by Andreas Bießmann · 13 years ago
  84. ff85628 sandbox: Fix warnings in hashtable.c by Simon Glass · 13 years ago
  85. 3c8849d Improve Power Management in SMC911X driver. by bertrand.cachet@heig-vd.ch · 13 years ago
  86. 27aafe9 env: clean env_common.c checkpatch and code style by Igor Grinberg · 13 years ago
  87. de152b9 env: clean env_nand.c checkpatch and code style by Igor Grinberg · 13 years ago
  88. 82b54b9 env: clean env_flash.c checkpatch and code style by Igor Grinberg · 13 years ago
  89. eb58a7f env: clean env_sf.c checkpatch and code style by Igor Grinberg · 13 years ago
  90. dd2a233 env: clean env_eeprom.c checkpatch and code style by Igor Grinberg · 13 years ago
  91. bd2a23a env: clean env_embedded.c checkpatch and code style by Igor Grinberg · 13 years ago
  92. e8db8f7 env: clean env_mmc.c checkpatch and code style by Igor Grinberg · 13 years ago
  93. 91494ca env: clean env_nvram.c checkpatch and code style by Igor Grinberg · 13 years ago
  94. b919ec2 env: clean env_onenand.c checkpatch and code style by Igor Grinberg · 13 years ago
  95. 0901d9f env: clean env_dataflash.c checkpatch and code style by Igor Grinberg · 13 years ago
  96. 6b15566 env: clean env_mgdisk.c checkpatch and code style by Igor Grinberg · 13 years ago
  97. dcfe6e6 env: clean env_nowhere.c checkpatch and code style by Igor Grinberg · 13 years ago
  98. d09b178 env: clean cmd_nvedit.c checkpatch and code style by Igor Grinberg · 13 years ago
  99. 994bc67 env: move extern environment[] to environment.h by Igor Grinberg · 13 years ago
  100. d1459f0 env: move extern default_environment[] to environment.h by Igor Grinberg · 13 years ago