1. f2ffe7d Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
  2. 1fc4e6f Merge git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
  3. 908ec6e tools: Add ifdtool to .gitignore by Bin Meng · 10 years ago
  4. 22e131c x86: chromebook_link: Enable the Chrome OS EC by Simon Glass · 10 years ago
  5. a6fa83f x86: chromebook_link: Enable the x86 emulator by Simon Glass · 10 years ago
  6. 8c6ec41 bios_emulator: Always print errors when opcode decode fails by Simon Glass · 10 years ago
  7. b3521f2 bios_emulator: Add an option to enable debugging by Simon Glass · 10 years ago
  8. a3c700e bios_emulator: Allow a custom interrupt handler to be installed by Simon Glass · 10 years ago
  9. 4c59f95 bios_emulator: Add vesa support and allow ROMs to be passed in as data by Simon Glass · 10 years ago
  10. ad6edca bios_emulator: Allow x86 to use the emulator by Simon Glass · 10 years ago
  11. 62d0c5e x86: config: Enable video support for chromebook_link by Simon Glass · 10 years ago
  12. f3e56fe x86: dts: Add video information to the device tree by Simon Glass · 10 years ago
  13. effcf06 x86: Add initial video device init for Intel GMA by Simon Glass · 10 years ago
  14. d040ac0 x86: Allow an option ROM to be built into U-Boot by Simon Glass · 10 years ago
  15. 9981102 x86: video: Add video driver for bare x86 boards by Simon Glass · 10 years ago
  16. 6854f87 pci: Add general support for execution of video ROMs by Simon Glass · 10 years ago
  17. 0ca2426 x86: Add support for running option ROMs natively by Simon Glass · 10 years ago
  18. 647f56e Add support for Vesa BIOS extensions by Simon Glass · 10 years ago
  19. 22465fc x86: Add vesa mode configuration options by Simon Glass · 10 years ago
  20. e34aef1 x86: Add GDT descriptors for option ROMs by Simon Glass · 10 years ago
  21. 176bf4c Introduce a header file for the BIOS emulator by Simon Glass · 10 years ago
  22. ed0a2fb x86: Add a definition of asmlinkage by Simon Glass · 10 years ago
  23. 1ccd452 x86: config: Enable SPI for chromebook_link by Simon Glass · 10 years ago
  24. 2477427 x86: ivybridge: Add northbridge init functions by Simon Glass · 10 years ago
  25. d1ef113 x86: Drop some msr functions that we don't support by Simon Glass · 10 years ago
  26. bb80be3 x86: Add init for model 206AX CPU by Simon Glass · 10 years ago
  27. 0c9075e x86: Add LAPIC setup code by Simon Glass · 10 years ago
  28. b636dd1 x86: Drop old CONFIG_INTEL_CORE_ARCH code by Simon Glass · 10 years ago
  29. d514575 x86: Remove unnecessary call to initr_enable_interrupts() by Bin Meng · 10 years ago
  30. 1dae2e0 x86: Refactor interrupt_init() by Bin Meng · 10 years ago
  31. a549f74 x86: Remove cpu_init_r() for x86 by Bin Meng · 10 years ago
  32. 4372a9e x86: Call cpu_init_interrupts() from interrupt_init() by Bin Meng · 10 years ago
  33. 18739e2 x86: Add Intel speedstep and turbo mode code by Simon Glass · 10 years ago
  34. a6d4c45 x86: ivybridge: Set up XHCI USB by Simon Glass · 10 years ago
  35. 79b3034 x86: config: Enable USB on link by Simon Glass · 10 years ago
  36. 9baeca4 x86: ivybridge: Set up EHCI USB by Simon Glass · 10 years ago
  37. 4896f4a x86: dts: Add SATA settings for link by Simon Glass · 10 years ago
  38. 3ac8393 x86: ivybridge: Add SATA init by Simon Glass · 10 years ago
  39. 05efc39 x86: dts: Add LPC settings for link by Simon Glass · 10 years ago
  40. b021e05 x86: dts: Move PCI peripherals into a pci node by Simon Glass · 10 years ago
  41. 72cd085 x86: ivybridge: Add additional LPC init by Simon Glass · 10 years ago
  42. 8c74a57 x86: ivybridge: Add PCH init by Simon Glass · 10 years ago
  43. 3e0332c x86: Add a simple header file for ACPI by Simon Glass · 10 years ago
  44. 4e7a6ac x86: ivybridge: Add support for BD82x6x PCH by Simon Glass · 10 years ago
  45. a0bd851 x86: Set up edge triggering on interrupt 9 by Simon Glass · 10 years ago
  46. e8a552e pci: Add functions to read and write a BAR address by Simon Glass · 10 years ago
  47. b6b4a0e x86: config: Enable plug-and-play for link PCI by Simon Glass · 10 years ago
  48. e94ea6f x86: pci: Add handlers before and after a PCI hose scan by Simon Glass · 10 years ago
  49. a2f5d09 x86: Add ioapic.h header by Simon Glass · 10 years ago
  50. c6577f7 rtc: mc146818: Set up RTC at start of day by Simon Glass · 10 years ago
  51. a6a9578 x86: Factor out common values in the link script by Simon Glass · 10 years ago
  52. 091c494 x86: Ensure that all relocation data is included in the image by Simon Glass · 10 years ago
  53. 512e581 x86: Panic if there is no relocation data by Simon Glass · 10 years ago
  54. 65990d5 x86: Remove board_early_init_r() by Simon Glass · 10 years ago
  55. e3bf4c7 pci: Update pci_ids.h to include some missing IDs by Simon Glass · 10 years ago
  56. 5c30bf4 Align embedded device tree correctly by Simon Glass · 10 years ago
  57. 803f2eb Fix SIZE_MAX compiler warning when using stdint.h by Simon Glass · 10 years ago
  58. 2f6d42b x86: Add ivybridge directory to Makefile by Simon Glass · 10 years ago
  59. b366fb9 sun7i: Set ARMV7_BOOT_SEC_DEFAULT when OLD_SUNXI_KERNEL_COMPAT is set by Hans de Goede · 10 years ago
  60. 8a14245 sun7i: Drop CONFIG_ARMV7_PSCI_NR_CPUS by Hans de Goede · 10 years ago
  61. 7b02d9c sun6i: Drop some "unknown magic" from dram init by Hans de Goede · 10 years ago
  62. eafec32 sun6i: Add gmac support for sun6i boards by Hans de Goede · 10 years ago
  63. b871f63 sun6i: Correct Mele M9 Vbus gpio settings by Hans de Goede · 10 years ago
  64. f222c73 sunxi: ahci: Add a delay after enabling target power by Hans de Goede · 10 years ago
  65. 86b4909 sunxi: Add usb keyboard Kconfig option by Hans de Goede · 10 years ago
  66. 2d7a084 sunxi: video: Add simplefb support by Luc Verhaegen · 10 years ago
  67. 11b8dfa common/lcd: Make lcd_dt_simplefb_configure_node use fdt_setup_simplefb_node by Hans de Goede · 10 years ago
  68. d4f495a fdt_support: Add a fdt_setup_simplefb_node helper function by Hans de Goede · 10 years ago
  69. 211717a sunxi: video: Add sun6i support by Hans de Goede · 10 years ago
  70. 7f2c521 sunxi: video: Add cfb console driver for sunxi by Luc Verhaegen · 10 years ago
  71. 0bd5125 sunxi: Add video pll clock functions by Hans de Goede · 10 years ago
  72. 9d4b7d0 sun4i: Rename dram_clk_cfg to dram_clk_gate by Hans de Goede · 10 years ago
  73. 7741c8b ORIGEN: Enhance origen config to be more flexible on boot. by Guillaume GARDET · 10 years ago
  74. 94092e3 Revert "common/board_f: add setup of initial stack frame for MIPS" by Tom Rini · 10 years ago
  75. 2a82ec7 Prepare v2015.01-rc2 by Tom Rini · 10 years ago
  76. fce0a90 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  77. 0ab1723 arm: ls102xa: Select ge2_clk125 for eTSEC clock muxing by Alison Wang · 10 years ago
  78. 5175a28 arm: ls102xa: Add SystemID EEPROM support for LS1021ATWR board by Alison Wang · 10 years ago
  79. 272c526 ls102xa: ifc: nor: fix the write issue when bytes unaligned by Yuan Yao · 10 years ago
  80. c207ff6 arm: ls102xa: Remove bit reversing for SCFG registers by Alison Wang · 10 years ago
  81. 644bc7e arm: ls102xa: Add snoop disable for slave port 0, 1 and 2 by Jason Jin · 10 years ago
  82. 8776cb2 ls1: config: Enable USB EHCI Host on LS1021AQDS by Nikhil Badola · 10 years ago
  83. 3f041f0 drivers: usb: fsl: Define USB configs for LS102XA by Nikhil Badola · 10 years ago
  84. f3dff69 drivers : usb: fsl: Implement usb Erratum A007798 workaround by Nikhil Badola · 10 years ago
  85. f3a05c8 Revert "hush: fix segfault on syntax error" by Rabin Vincent · 10 years ago
  86. dee332f Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  87. 1739564 Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  88. 746667f Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  89. e7eb277 mx6boards: Fix error handling in board_mmc_init() by Fabio Estevam · 10 years ago
  90. 612f2dc nitrogen6x: Fix error handling in board_mmc_init() by Fabio Estevam · 10 years ago
  91. e37197a ot1200: Fix error handling in board_mmc_init() by Fabio Estevam · 10 years ago
  92. 44b9841 arm: imx: stop sata on boot by Nikita Kiryanov · 10 years ago
  93. 9cad354 arm: mx6: cm_fx6: implement board specific sata stop by Nikita Kiryanov · 10 years ago
  94. d957c28 cmd_sata: implement sata stop command by Nikita Kiryanov · 10 years ago
  95. 10ee8ec sata: implement reset_sata for dwc_ahsata by Nikita Kiryanov · 10 years ago
  96. 8d29cef arm: mx6: introduce disable_sata_clock by Nikita Kiryanov · 10 years ago
  97. 3a7577e gw_ventana: Use the generic spl_sd.cfg by Fabio Estevam · 10 years ago
  98. 8bc347e ARM: bootm: Allow booting in secure mode on hyp capable systems by Hans de Goede · 10 years ago
  99. ea624e1 ARM: Add arch/arm/cpu/armv7/Kconfig with non-secure and virt options by Hans de Goede · 10 years ago
  100. 1bf0979 Kconfig: Add EXPERT option by Tom Rini · 10 years ago