1. ade8a1a drivers/mmc: move spl_mmc.c to common/spl by Ying Zhang · 11 years ago
  2. bee0dc2 smc911x: fix the timeout detection by Masahiro Yamada · 11 years ago
  3. cc63bb0 doc/README.ubi: Add description of accessing ubi filesystems by Paul B. Henson · 11 years ago
  4. f63d638 T4240/eth: fix SGMII card PHY address by Shaohui Xie · 12 years ago
  5. 9c0a6de powerpc/t4qds: Fix disabling remote I2C connection by Ed Swarthout · 12 years ago
  6. 4310479 powerpc/b4860qds: Assign DDR address in board file by York Sun · 12 years ago
  7. ef00227 powerpc/mpc8xxx: Allow board file to override DDR address assignment by York Sun · 12 years ago
  8. 8444b53 powerpc/mpc85xx: Update workaround for DDR erratum A-004934 by York Sun · 12 years ago
  9. 3fa75c8 T4/usb: move usb 2.0 utmi dual phy init code to cpu_init.c by Roy Zang · 12 years ago
  10. 04bccc3 T4240/net: use QSGMII card PHY address by default by Shaohui Xie · 12 years ago
  11. 7794b1a net/phy: add VSC8574 support by Shaohui Xie · 12 years ago
  12. fbe27ce powerpc/85xx: fix build error introduced by serdes_get_prtcl by Shengzhou Liu · 12 years ago
  13. ae8a5d1 net/fm: fixup ethernet for mEMAC by Shengzhou Liu · 12 years ago
  14. 9592780 t4240qds/eth: fixup ethernet for t4240qds by Shengzhou Liu · 12 years ago
  15. 3e83fc9 powerpc/85xx: add missing QMAN frequency calculation by Shaohui Xie · 12 years ago
  16. 10d644b powerpc: Add T4160QDS by York Sun · 12 years ago
  17. b46b7f9 powerpc/t4240qds: Move SoC define into boards.cfg by York Sun · 12 years ago
  18. b624084 powerpc/mpc85xx: Add T4160 SoC by York Sun · 12 years ago
  19. 924859a powerpc/t4240: Fix SerDes protocol arrays with const prefix by York Sun · 12 years ago
  20. 615f0cb powerpc/mpc85xx: Fix PIR parsing for chassis2 by York Sun · 12 years ago
  21. eb80880 powerpc/corenet2: Print SerDes protocol in decimal by York Sun · 12 years ago
  22. 1e501f9 T4/USB: Add USB 2.0 UTMI dual phy support by Roy Zang · 12 years ago
  23. 97c7fe6 powerpc/t4240qds: Add voltage ID support by York Sun · 12 years ago
  24. e1d5a27 powerpc/mpc85xx: Fix portal setup by York Sun · 12 years ago
  25. 0a7c535 powerpc/mpc8xxx: Fix DDR 3-way interleaving by York Sun · 12 years ago
  26. 054dfd9 powerpc/t4240qds: Update DDR timing table by York Sun · 12 years ago
  27. f977244 T4/SerDes: correct the SATA index by Roy Zang · 12 years ago
  28. 944b6cc Fman/t4240: some fix for 10G XAUI by Shaohui Xie · 12 years ago
  29. 4e5c926 powerpc/t4240qds: fix XAUI card PHY address by Shaohui Xie · 12 years ago
  30. 9458f6d T4/serdes: fix the serdes clock frequency by Roy Zang · 12 years ago
  31. 3e4c313 e6500: Move L1 enablement after L2 enablement by Andy Fleming · 12 years ago
  32. 7ff8c7c powerpc/t4240qds: Fix SPI flash type by Shaohui Xie · 12 years ago
  33. 45c1885 powerpc/mpc85xx: Update corenet global utility block registers by York Sun · 12 years ago
  34. cd7ad62 powerpc/mpc85xx: Add definitions for HDBCR registers by Andy Fleming · 12 years ago
  35. 0cb3325 powerpc/B4860: Corrected FMAN1 operating frequency print at u-boot by Sandeep Singh · 12 years ago
  36. e7dcece OMAP5: Enable USB Ethernet support with LAN9730 by Lubomir Popov · 11 years ago
  37. cce717a buildman: Produce a sensible error message when branch is missing by Simon Glass · 11 years ago
  38. 2a08b74 sparc: Use image_setup_linux() instead of local code by Simon Glass · 11 years ago
  39. 24507cf m68k: Use image_setup_linux() instead of local code by Simon Glass · 11 years ago
  40. 3e51266 powerpc: Use image_setup_linux() instead of local code by Simon Glass · 11 years ago
  41. 6caa195 arm: Use image_setup_linux() instead of local code by Simon Glass · 11 years ago
  42. c19d13b arm: Refactor bootm to reduce #ifdefs by Simon Glass · 11 years ago
  43. 13d0698 image: Add device tree setup to image library by Simon Glass · 11 years ago
  44. 44d3a30 image: Split libfdt code into image-fdt.c by Simon Glass · 11 years ago
  45. 87ebee3 image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPL by Simon Glass · 11 years ago
  46. 1fe7d93 image: Remove remaining #ifdefs in image-fit.c by Simon Glass · 11 years ago
  47. aa6d6db mkimage: Put FIT loading in function and tidy error handling by Simon Glass · 11 years ago
  48. 35e7b0f sandbox: image: Add support for booting images in sandbox by Simon Glass · 11 years ago
  49. d8b7536 image: Rename hash printing to fit_image_print_verification_data() by Simon Glass · 11 years ago
  50. bbb467d image: Rename fit_add_hashes() to fit_add_verification_data() by Simon Glass · 11 years ago
  51. 003efd7 image: Export fit_conf_get_prop_node() by Simon Glass · 11 years ago
  52. e754da2 image: Move error! string to common place by Simon Glass · 11 years ago
  53. ab9efc6 image: Move hash checking into its own function by Simon Glass · 11 years ago
  54. b8da836 image: Rename fit_image_check_hashes() to fit_image_verify() by Simon Glass · 11 years ago
  55. b726091 image: Convert fit_image_hash_set_value() to static, and rename by Simon Glass · 11 years ago
  56. 94e5fa4 image: Split hash node processing into its own function by Simon Glass · 11 years ago
  57. 604f23d image: Move HOSTCC image code to tools/ by Simon Glass · 11 years ago
  58. 53fbb7e image: Split FIT code into new image-fit.c by Simon Glass · 11 years ago
  59. 61a439a image: Export fit_check_ramdisk() by Simon Glass · 11 years ago
  60. 859e92b image: Move timestamp #ifdefs to header file by Simon Glass · 11 years ago
  61. 88f95bb libfdt: Add fdt_next_subnode() to permit easy subnode iteration by Simon Glass · 11 years ago
  62. 816cb03 mkimage: Move ARRAY_SIZE to header file by Simon Glass · 11 years ago
  63. e9c8b44 bootstage: Don't build for HOSTCC by Simon Glass · 11 years ago
  64. 6f907b4 hash: Add a way to calculate a hash for any algortihm by Simon Glass · 11 years ago
  65. 134a651 Add minor updates to README.fdt-control by Simon Glass · 11 years ago
  66. 9602286 env: Fix minor comment typos in cmd_nvedit by Simon Glass · 11 years ago
  67. 805fa87 Merge branch 'master' of git://git.denx.de/u-boot-blackfin into powerpc-eldk53-warning-fixes by Tom Rini · 11 years ago
  68. a661b99 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 11 years ago
  69. 8f0278e x86: Add coreboot timestamps by Simon Glass · 11 years ago
  70. 5397d80 x86: Support adding coreboot timestanps to bootstage by Simon Glass · 11 years ago
  71. 04dbf77 x86: config: Enable LZO for coreboot, remove zlib, gzip by Simon Glass · 11 years ago
  72. a92181b x86: Fix warning in cmd_ximg.c when CONFIG_GZIP is not defined by Simon Glass · 11 years ago
  73. fb7db41 bootstage: Allow marking a particular line of code by Simon Glass · 11 years ago
  74. 2e65959 x86: Enable bootstage for coreboot by Simon Glass · 11 years ago
  75. 158e7d0 Call bootstage_relocate() after malloc is initted by Doug Anderson · 11 years ago
  76. 150678a bootstage: Copy bootstage strings post-relocation by Doug Anderson · 11 years ago
  77. e802ee0 bootstage: Add stubs for new bootstage functions by Simon Glass · 11 years ago
  78. d0b6f24 x86: Re-enable PCAT timer 2 for beeping by Simon Glass · 11 years ago
  79. f9083bb x86: Remove ISR timer by Simon Glass · 11 years ago
  80. 29756d4 x86: Remove old broken timer implementation by Simon Glass · 11 years ago
  81. e761ecd x86: Add TSC timer by Simon Glass · 11 years ago
  82. 7949703 x86: Rationalise kernel booting logic and bootstage by Simon Glass · 11 years ago
  83. c78a62a x86: Implement panic output for coreboot by Simon Glass · 11 years ago
  84. 7282d83 x86: Declare global_data pointer when it is used by Simon Glass · 11 years ago
  85. fa790fa x86: Remove legacy board init code by Simon Glass · 11 years ago
  86. 20a8b41 x86: Remove unused portion of link script by Simon Glass · 11 years ago
  87. dfdedd9 x86: Remove unused bios/pci code by Simon Glass · 11 years ago
  88. a7e62be avr32: fix relocation address calculation by Andreas Bießmann · 11 years ago
  89. da34aae bfin: Move gpio support for bf54x and bf60x into the generic driver folder. by Sonic Zhang · 11 years ago
  90. e6c5ab2 blackfin: The buf variable in bfin_mac.c is not used and produces warning, by Marek Vasut · 11 years ago
  91. 85f2f8f blackfin: Add comments for watchdog event initialization. by Sonic Zhang · 11 years ago
  92. 9d803fc blackfin: Move blackfin serial driver out of blackfin arch folder. by Sonic Zhang · 11 years ago
  93. e9a389a blackfin: Move blackfin watchdog driver out of the blackfin arch folder. by Sonic Zhang · 11 years ago
  94. 13262d4 bf609: add SPI register base address by Scott Jiang · 11 years ago
  95. 04eeb75 blackfin: Uart divisor should be set after their values are generated. by Sonic Zhang · 12 years ago
  96. d68e7fa blackfin: Add memory virtual console to blackfin serial driver. by Sonic Zhang · 12 years ago
  97. 50aadcc blackfin: Enable early print via the generic serial API. by Sonic Zhang · 12 years ago
  98. d4d4f90 bfin: discard invalid data and clear RXS in bf5xx spi driver by Scott Jiang · 13 years ago
  99. e76276d bfin: Remove spi dma function in bf5xx. by Scott Jiang · 13 years ago
  100. 955020c blackfin: Fit u-boot image size into limited nor flash on blackfin. by Sonic Zhang · 12 years ago