1. e9954b8 usb: eth: add ASIX AX88179 DRIVER by Rene Griessl · 10 years ago
  2. 125738e Prepare v2015.01-rc4 by Tom Rini · 10 years ago
  3. 3e1ded1 buildman: Fix some typos in README by Dirk Behme · 10 years ago
  4. 3ef46a9 Fix hash verification by Nikolay Dimitrov · 10 years ago
  5. d210718 common/board_f.c: fix compile error when tracing disabled by Kevin Hilman · 10 years ago
  6. 4d013d8 bcm281xx: add support for "USB OTG clock" by Steve Rae · 10 years ago
  7. e38d1cb initcall: add explicit hint if initcall was relocated by Alexey Brodkin · 10 years ago
  8. 73c2575 scripts: fix binutils-version.sh by Masahiro Yamada · 10 years ago
  9. 914627f ARM: rpi: consolidate board rev error checking by Stephen Warren · 10 years ago
  10. 47705ef ARM: rpi: support model A+ by Stephen Warren · 10 years ago
  11. 3207d8f ARM: rpi: only set usbethaddr on relevant systems by Stephen Warren · 10 years ago
  12. 03ca6a3 vexpress64: switch to generic board by Linus Walleij · 10 years ago
  13. 058235c vexpress64: take over maintenance of the semi vexpress64 by Linus Walleij · 10 years ago
  14. 9be5c66 arm: semihosting: get rid of forward declarations by Linus Walleij · 10 years ago
  15. 4e1ef15 arm: semihosting: fix up compile bugs by Linus Walleij · 10 years ago
  16. 50b5639 arm: semihosting: staticize internal functions by Linus Walleij · 10 years ago
  17. 437b23e Merge branch 'rmobile' of git://git.denx.de/u-boot-sh by Tom Rini · 10 years ago
  18. 2a1d2a0 arm: rmobile: kconfig: Remove '+S:' prefix from defconfig files by Nobuhiro Iwamatsu · 10 years ago
  19. d8046ff Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  20. d2c6181 x86: Add a script to process Intel microcode files by Simon Glass · 10 years ago
  21. 255fd5c x86: Clean up the FSP support codes by Bin Meng · 10 years ago
  22. 5dad97e x86: Add a README.x86 for U-Boot on x86 support by Bin Meng · 10 years ago
  23. 41702ba x86: Rename coreboot-serial to x86-serial by Bin Meng · 10 years ago
  24. aada627 x86: crownbay: Add SDHCI support by Bin Meng · 10 years ago
  25. 0ff65eb x86: crownbay: Enable Intel E1000 NIC support by Bin Meng · 10 years ago
  26. adfe3b2 x86: crownbay: Add SPI flash support by Bin Meng · 10 years ago
  27. 63faf25 x86: Include FSP and CMC binary in the u-boot.rom build rules by Bin Meng · 10 years ago
  28. 8c5224c x86: Use consistent name XXX_ADDR for binary blob flash address by Bin Meng · 10 years ago
  29. 405d820 x86: Add crownbay defconfig and config.h by Bin Meng · 10 years ago
  30. 58f542d x86: Add queensbay and crownbay Kconfig files by Bin Meng · 10 years ago
  31. 240a79d x86: Enable the queensbay cpu directory build by Bin Meng · 10 years ago
  32. b71eec3 x86: ich6-gpio: Add Intel Tunnel Creek GPIO support by Bin Meng · 10 years ago
  33. 0f61de8 x86: Convert microcode format to device-tree-only by Simon Glass · 10 years ago
  34. b2e02d2 x86: Add basic support to queensbay platform and crownbay board by Bin Meng · 10 years ago
  35. efbeeaf x86: Integrate Tunnel Creek processor microcode by Bin Meng · 10 years ago
  36. b591ee3 x86: Correct problems in the microcode loading by Simon Glass · 10 years ago
  37. cf29e3e x86: ivybridge: Update the microcode by Simon Glass · 10 years ago
  38. 81f79ef x86: Move microcode updates into a separate directory by Simon Glass · 10 years ago
  39. 31eca69 x86: ifdtool: Add support for early microcode access by Simon Glass · 10 years ago
  40. 65851fc x86: ifdtool: Use a structure for the file/address list by Simon Glass · 10 years ago
  41. fa8d3b0 x86: ifdtool: Display filename when file errors are reported by Simon Glass · 10 years ago
  42. 7e8ffa4 x86: ifdtool: Correct a debug() missing parameter by Simon Glass · 10 years ago
  43. 7a7ffed Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  44. d8bec60 ARM: UniPhier: enable CONFIG_CMD_DM by Masahiro Yamada · 10 years ago
  45. 992e874 ARM: UniPhier: select CONFIG_SPL by Masahiro Yamada · 10 years ago
  46. 7e421d6 ARM: UniPhier: use DRAM area for init stack of normal image by Masahiro Yamada · 10 years ago
  47. d4d45ea ARM: UniPhier: remove unnecessary ifdef conditional by Masahiro Yamada · 10 years ago
  48. 490f55c ARM: UniPhier: fix property names of aliases nodes of device trees by Masahiro Yamada · 10 years ago
  49. 0ff7e58 fastboot: handle flash write to GPT partitions by Steve Rae · 10 years ago
  50. e1f6b0a disk: part_efi: move code to static functions by Steve Rae · 10 years ago
  51. f597fc3 dfu: dfu_get_buf: check the value of env dfu_bufsiz before use by Przemyslaw Marczak · 10 years ago
  52. 62a96d8 gadget: f_thor: check pointers before use in download_tail() by Przemyslaw Marczak · 10 years ago
  53. 7da6fa2 dfu: mmc: check if mmc device exists in mmc_block_op() by Przemyslaw Marczak · 10 years ago
  54. 267abc6 fastboot: add support for continue command by Rob Herring · 10 years ago
  55. fe1b28c usb, g_dnl: generalize DFU detach functions by Rob Herring · 10 years ago
  56. e3bf81b Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  57. 68ae882 USB: gadget: atmel_usba_udc: fix transfer hang issue by Bo Shen · 10 years ago
  58. 3bfbf32 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 10 years ago
  59. 065496d arm: socfpga: board: Repair Micrel PHY tuning by Pavel Machek · 10 years ago
  60. b9206e6 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  61. 0023352 mpc85xx/t104xrdb: convert deep sleep to generic board interface by Tang Yuantian · 10 years ago
  62. 9c7c86f qe/deep-sleep: modify qe deep-sleep for generic board by Zhao Qiang · 10 years ago
  63. d4be175 p5040ds: changed liodn offsets by Tudor Laurentiu · 10 years ago
  64. 851c9db crypto/fsl: Fix RNG instantiation failure. by gaurav rana · 10 years ago
  65. 2a8b342 powerpc/T10xx: Fix number of portals by Jeffrey Ladouceur · 10 years ago
  66. 3fa66db mpc85xx: inhibit qman and bman portals by default by Jeffrey Ladouceur · 10 years ago
  67. 24d827f net/fm: update ft_fixup_port to differentiate dual-role mac by Shengzhou Liu · 10 years ago
  68. 0ccee4e powerpc/mpc85xx: Fix DDR TLB mapping leftover by York Sun · 10 years ago
  69. 938bbb6 driver/ddr/fsl: Fix MRC_CYC calculation for DDR3 by York Sun · 10 years ago
  70. 84d13c5 powerpc/p2041rdb: enable generic board configs by Shaohui Xie · 10 years ago
  71. 9a509cf powerpc/t4240rdb: Convert to use generic board code by Chunhe Lan · 10 years ago
  72. 4aafbb4 powerpc/bsc913x: Convert to use generic board code by harninder rai · 10 years ago
  73. 7cbd74f ARM: remove redundant asmlinkage define by Masahiro Yamada · 10 years ago
  74. e6126a5 x86: move arch-specific asmlinkage to <asm/linkage.h> by Masahiro Yamada · 10 years ago
  75. ba7b38a x86: Add a simple command to show FSP HOB information by Bin Meng · 10 years ago
  76. bceb9f0 x86: Support Intel FSP initialization path in start.S by Bin Meng · 10 years ago
  77. 95a5a47 x86: Add post failure codes for bist and car by Bin Meng · 10 years ago
  78. 8e04d4c x86: queensbay: Adapt FSP support codes by Bin Meng · 10 years ago
  79. 752a0b0 x86: Initial import from Intel FSP release for Queensbay platform by Bin Meng · 10 years ago
  80. 7e77403 x86: ich-spi: Add Intel Tunnel Creek SPI controller support by Bin Meng · 10 years ago
  81. 936248d x86: Add Intel Topcliff PCH device IDs by Bin Meng · 10 years ago
  82. a2927e0 x86: Add a simple superio driver for SMSC LPC47M by Bin Meng · 10 years ago
  83. 568868d x86: Add Intel Crown Bay board dts file by Bin Meng · 10 years ago
  84. 2795573 x86: ich6-gpio: Move setup_pch_gpios() to board support codes by Bin Meng · 10 years ago
  85. fe0c33a x86: Clean up asm-offsets by Bin Meng · 10 years ago
  86. c701623 x86: Refactor u-boot.rom build rules by Bin Meng · 10 years ago
  87. 7dfb172 x86: ifdtool: Separate out filenames for -D and -i by Simon Glass · 10 years ago
  88. 673ed2f tools/ifdtool: Support writing multiple files (-w) simultaneously by Bin Meng · 10 years ago
  89. 64542f4 x86: Make ROM_SIZE configurable in Kconfig by Bin Meng · 10 years ago
  90. 9964671 x86: ich-spi: Set the tx operation mode for ich 7 by Bin Meng · 10 years ago
  91. fa388bc x86: ich-spi: Set the rx operation mode for ich 7 by Bin Meng · 10 years ago
  92. 54ba653 sf: Enable byte program support by Jagannadha Sutradharudu Teki · 10 years ago
  93. 74c2cee spi: sf: Support byte program for sst spi flash by Bin Meng · 10 years ago
  94. b648742 spi: Fix flag collision for SST_WP by Simon Glass · 10 years ago
  95. 6dd6e90 sf: Fix look for the fastest read command by Jagannadha Sutradharudu Teki · 10 years ago
  96. f46f3f3 bios_emulator: Correct ordering of includes by Simon Glass · 10 years ago
  97. 0a54745 gpio: intel_ich6: Set correct gpio output value in ich6_gpio_direction_output() by Axel Lin · 10 years ago
  98. 15c7c6b x86: ich-spi: Fix a bug of reading from a non-64 bytes aligned address by Bin Meng · 10 years ago
  99. 6983951 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 10 years ago
  100. 2b8a969 mmc: dw_mmc: Use active DDR mode flag by Andrew Gabbasov · 10 years ago