1. 7f251c4 x86: chromebook_link: Enable the Chrome OS EC by Simon Glass · 10 years ago
  2. 51e68a9 x86: chromebook_link: Enable the x86 emulator by Simon Glass · 10 years ago
  3. b91ea30 bios_emulator: Always print errors when opcode decode fails by Simon Glass · 10 years ago
  4. d8414fc bios_emulator: Add an option to enable debugging by Simon Glass · 10 years ago
  5. 658273a bios_emulator: Allow a custom interrupt handler to be installed by Simon Glass · 10 years ago
  6. acda1cc bios_emulator: Add vesa support and allow ROMs to be passed in as data by Simon Glass · 10 years ago
  7. 8917216 bios_emulator: Allow x86 to use the emulator by Simon Glass · 10 years ago
  8. d0d60be x86: config: Enable video support for chromebook_link by Simon Glass · 10 years ago
  9. 85ff0b1 x86: dts: Add video information to the device tree by Simon Glass · 10 years ago
  10. d90f8e1 x86: Add initial video device init for Intel GMA by Simon Glass · 10 years ago
  11. e32aba3 x86: Allow an option ROM to be built into U-Boot by Simon Glass · 10 years ago
  12. 1a3b66d x86: video: Add video driver for bare x86 boards by Simon Glass · 10 years ago
  13. f87bbff pci: Add general support for execution of video ROMs by Simon Glass · 10 years ago
  14. b2978d3 x86: Add support for running option ROMs natively by Simon Glass · 10 years ago
  15. e518f4e Add support for Vesa BIOS extensions by Simon Glass · 10 years ago
  16. 5ecb847 x86: Add vesa mode configuration options by Simon Glass · 10 years ago
  17. 9fc71c1 x86: Add GDT descriptors for option ROMs by Simon Glass · 10 years ago
  18. c30ea60 Introduce a header file for the BIOS emulator by Simon Glass · 10 years ago
  19. 74d5b54 x86: Add a definition of asmlinkage by Simon Glass · 10 years ago
  20. 9822ef2 x86: config: Enable SPI for chromebook_link by Simon Glass · 10 years ago
  21. 61612ed x86: ivybridge: Add northbridge init functions by Simon Glass · 10 years ago
  22. 2b256ad x86: Drop some msr functions that we don't support by Simon Glass · 10 years ago
  23. cf46d37 x86: Add init for model 206AX CPU by Simon Glass · 10 years ago
  24. 3121dbd x86: Add LAPIC setup code by Simon Glass · 10 years ago
  25. 2096c8f x86: Drop old CONFIG_INTEL_CORE_ARCH code by Simon Glass · 10 years ago
  26. 8030235 x86: Remove unnecessary call to initr_enable_interrupts() by Bin Meng · 10 years ago
  27. cb9d9cb x86: Refactor interrupt_init() by Bin Meng · 10 years ago
  28. 57a6cd8 x86: Remove cpu_init_r() for x86 by Bin Meng · 10 years ago
  29. 25727c2 x86: Call cpu_init_interrupts() from interrupt_init() by Bin Meng · 10 years ago
  30. e804501 x86: Add Intel speedstep and turbo mode code by Simon Glass · 10 years ago
  31. 79248a1 x86: ivybridge: Set up XHCI USB by Simon Glass · 10 years ago
  32. 8aeded9 x86: config: Enable USB on link by Simon Glass · 10 years ago
  33. 194d757 x86: ivybridge: Set up EHCI USB by Simon Glass · 10 years ago
  34. 585be5f x86: dts: Add SATA settings for link by Simon Glass · 10 years ago
  35. cd0adb3 x86: ivybridge: Add SATA init by Simon Glass · 10 years ago
  36. c1fd69e x86: dts: Add LPC settings for link by Simon Glass · 10 years ago
  37. eec39ba x86: dts: Move PCI peripherals into a pci node by Simon Glass · 10 years ago
  38. 06409c9 x86: ivybridge: Add additional LPC init by Simon Glass · 10 years ago
  39. f307708 x86: ivybridge: Add PCH init by Simon Glass · 10 years ago
  40. 2e5bb5f x86: Add a simple header file for ACPI by Simon Glass · 10 years ago
  41. 17f1c40 x86: ivybridge: Add support for BD82x6x PCH by Simon Glass · 10 years ago
  42. 0e9c633 x86: Set up edge triggering on interrupt 9 by Simon Glass · 10 years ago
  43. 6ac5af4 pci: Add functions to read and write a BAR address by Simon Glass · 10 years ago
  44. 1099fcc x86: config: Enable plug-and-play for link PCI by Simon Glass · 10 years ago
  45. 75a042b x86: pci: Add handlers before and after a PCI hose scan by Simon Glass · 10 years ago
  46. 31f88f4 x86: Add ioapic.h header by Simon Glass · 10 years ago
  47. 538059d rtc: mc146818: Set up RTC at start of day by Simon Glass · 10 years ago
  48. 20ec253 x86: Factor out common values in the link script by Simon Glass · 10 years ago
  49. 1eb8ebc x86: Ensure that all relocation data is included in the image by Simon Glass · 10 years ago
  50. 2a883d7 x86: Panic if there is no relocation data by Simon Glass · 10 years ago
  51. d9de96d x86: Remove board_early_init_r() by Simon Glass · 10 years ago
  52. ba3df25 pci: Update pci_ids.h to include some missing IDs by Simon Glass · 10 years ago
  53. 437790e Align embedded device tree correctly by Simon Glass · 10 years ago
  54. 9bd36bc Fix SIZE_MAX compiler warning when using stdint.h by Simon Glass · 10 years ago
  55. 6e3af1e x86: Add ivybridge directory to Makefile by Simon Glass · 10 years ago
  56. 9b19233 Prepare v2015.01-rc2 by Tom Rini · 10 years ago
  57. 4b3175f Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  58. ae68a82 Revert "hush: fix segfault on syntax error" by Rabin Vincent · 10 years ago
  59. 36f9f1b Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  60. 7e08a1f Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  61. b660ae7 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  62. 12b043c mx6boards: Fix error handling in board_mmc_init() by Fabio Estevam · 10 years ago
  63. 2cf207f nitrogen6x: Fix error handling in board_mmc_init() by Fabio Estevam · 10 years ago
  64. 2a544ac ot1200: Fix error handling in board_mmc_init() by Fabio Estevam · 10 years ago
  65. b5c9ed3 arm: imx: stop sata on boot by Nikita Kiryanov · 10 years ago
  66. 9e08643 arm: mx6: cm_fx6: implement board specific sata stop by Nikita Kiryanov · 10 years ago
  67. 44fd1f9 cmd_sata: implement sata stop command by Nikita Kiryanov · 10 years ago
  68. b9666d6 sata: implement reset_sata for dwc_ahsata by Nikita Kiryanov · 10 years ago
  69. 63659b7 arm: mx6: introduce disable_sata_clock by Nikita Kiryanov · 10 years ago
  70. f9075a7 gw_ventana: Use the generic spl_sd.cfg by Fabio Estevam · 10 years ago
  71. 63fb548 ARM: bootm: Allow booting in secure mode on hyp capable systems by Hans de Goede · 10 years ago
  72. 8543735 ARM: Add arch/arm/cpu/armv7/Kconfig with non-secure and virt options by Hans de Goede · 10 years ago
  73. a50d5b5 Kconfig: Add EXPERT option by Tom Rini · 10 years ago
  74. ac1cf36 sandbox: script for testing sandbox/ext4/fat/fs commands by Suriyan Ramasami · 10 years ago
  75. 96171fb fs: API changes enabling extra parameter to return size of type loff_t by Suriyan Ramasami · 10 years ago
  76. 378da103 sandbox: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  77. b3a2d5a ext4: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  78. 441c223 fat: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  79. 9780167 board/esd/common/auto_update.c: Use <flash.h> by Tom Rini · 10 years ago
  80. 95bfacb sandbox: Use md5sum and fatwrite to enable testing of fs commands by Suriyan Ramasami · 10 years ago
  81. 17c2af6 common/board_f: fix gcc warning on MIPS64 by Daniel Schwierzeck · 10 years ago
  82. 535696f common/board_f: add setup of initial stack frame for MIPS by Daniel Schwierzeck · 10 years ago
  83. 27484ea spl: fix descending condition to drivers/mtd/nand/ by Masahiro Yamada · 10 years ago
  84. 56ef2bf commands: add more command entries in Kconfig by Masahiro Yamada · 10 years ago
  85. 2321bb0 hush: add CONFIG_HUSH_PARSER to Kconfig by Masahiro Yamada · 10 years ago
  86. a7fa746 FIT: add some FIT configurations to Kconfig by Masahiro Yamada · 10 years ago
  87. 9522771 config: remove redundant CONFIG_SYS_PROMPT defines by Masahiro Yamada · 10 years ago
  88. 7cd60e4 tegra: do not descend into empty directories by Masahiro Yamada · 10 years ago
  89. abde127 kbuild: use SoC-specific CONFIG to descend into SoC directory by Masahiro Yamada · 10 years ago
  90. 2024319 x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directory by Masahiro Yamada · 10 years ago
  91. 40e73b1 kbuild: Descend into SOC directory from CPU directory by Masahiro Yamada · 10 years ago
  92. 09cf4cd Add pr_fmt() macro by Thierry Reding · 10 years ago
  93. 699b6d3 pci: Honour pci_skip_dev() by Thierry Reding · 10 years ago
  94. 68185b0 pci: Abort early if bus does not exist by Thierry Reding · 10 years ago
  95. 3e336c8 vsprintf: Add modifier for phys_addr_t by Thierry Reding · 10 years ago
  96. 9f9eec3 fs: make it possible to read the filesystem UUID by Christian Gmeiner · 10 years ago
  97. 886d367 sata: fix a bug in init_sata() for pci-sata card by li pengbo · 10 years ago
  98. 0056238 ARM: bcm: Enable bcm11130 boards by Steve Rae · 10 years ago
  99. 1c5f31c ARM: bcm: Enable five Cygnus boards by Steve Rae · 10 years ago
  100. ce21aa1 spl: Change debug to printf for "Unsupported boot-device" by Stefan Roese · 10 years ago