1. 2cd03f1 southbridge/intel: Move spi driver to use spi_bus_map by Furquan Shaikh · 7 years ago
  2. 2d9a995 soc/intel: Move spi driver to use spi_bus_map by Furquan Shaikh · 7 years ago
  3. f8662ca soc/samsung/exynos5420: Move spi driver to use spi_bus_map by Furquan Shaikh · 7 years ago
  4. e424a59 soc/qualcomm/ipq*: Move spi driver to use spi_bus_map by Furquan Shaikh · 7 years ago
  5. 56c88eb soc/broadcom/cygnus: Move spi driver to use spi_bus_map by Furquan Shaikh · 7 years ago
  6. e173ee8 soc/imgtec/pistachio: Move spi driver to use spi_bus_map by Furquan Shaikh · 7 years ago
  7. 23d5d99 soc/rockchip: Move spi driver to use spi_bus_map by Furquan Shaikh · 7 years ago
  8. 02c0743 soc/mediatek/mt8173: Move spi driver to use spi_bus_map by Furquan Shaikh · 7 years ago
  9. b46e9f6 soc/nvidia/tegra*: Move spi driver to use spi_bus_map by Furquan Shaikh · 7 years ago
  10. 250715e soc/marvell/bg4cd: remove cosmos mainboard and bg4cd soc by Aaron Durbin · 7 years ago
  11. 0fb6568 sb/intel/common: Add common EC fw support by Lijian Zhao · 7 years ago
  12. 4a907c7 soc/intel/skylake: Display FPF status of CSME by Pratik Prajapati · 7 years ago
  13. f714965 soc/intel/common/block/uart: Add GLK UART pci ids by Hannah Williams · 7 years ago
  14. 3038e9b soc/intel/common/block: Add GLK I2C PCI IDs by Ravi Sarawadi · 7 years ago
  15. 240409a include/device: Add pci ids for Intel GLK by Hannah Williams · 7 years ago
  16. 7941c96 soc/intel/skylake: Add entry for deep Sx wake by Furquan Shaikh · 7 years ago
  17. 75ef6ec elog: Add a new elog type for deep Sx variant by Furquan Shaikh · 7 years ago
  18. fd8e000 soc/intel/skylake: Use Intel SATA common code by Aamir Bohra · 7 years ago
  19. 1b1ecae soc/intel/common: Add Intel SATA common code support by Aamir Bohra · 7 years ago
  20. 5196642 soc/intel/skylake: Use Intel PCIe common code by Aamir Bohra · 7 years ago
  21. 2d689f9 soc/intel/common: Add Intel PCIe common code by Aamir Bohra · 7 years ago
  22. 4bbfe57 Kconfig: Move and clean up CONFIG_VGA by Nico Huber · 7 years ago
  23. afa9aef include/console: Use IS_ENABLED() macro by Nico Huber · 7 years ago
  24. 7b811d5 device/oprom/include: Use IS_ENABLED() macro by Nico Huber · 7 years ago
  25. 1b2d95f arch/x86/include: Use IS_ENABLED() macro by Nico Huber · 7 years ago
  26. 746aa05 drivers/intel/gma: Drop unused INTEL_DP by Nico Huber · 7 years ago
  27. 0df9a01 nb/intel/haswell: Fix up C NGI remnants by Nico Huber · 7 years ago
  28. 10326ba8 mb/intel/wtm2: Drop unsupported native graphics init by Nico Huber · 7 years ago
  29. bb72852 sb/via/k8t890: Clean up CONFIG_VGA usage by Nico Huber · 7 years ago
  30. 27f0ca1 nb/intel/x4x: Use a struct for dll settings instead of an array by Arthur Heymans · 7 years ago
  31. 93eac6a mb/lenovo/*/romstage: Remove COM IO port by Patrick Rudolph · 7 years ago
  32. c670a41 mb/lenvovo/*: Clean mainboard.c and devicetree by Patrick Rudolph · 7 years ago
  33. ac27d36 mb/*/romstage: Don't lock ETR3 CF9GR in early romstage by Patrick Rudolph · 7 years ago
  34. 7565cf1 sb/intel/bd82x6x/finalize: Lock ETR3 CF9GR by Patrick Rudolph · 7 years ago
  35. cfa2eaa nb/intel/x4x: Make raminit less verbose with CONFIG_DEBUG_RAM_SETUP by Arthur Heymans · 7 years ago
  36. 3db82be mb/gigabyte/ga-g41m-es2l: Enable IO decode range for LPT and FDD by Arthur Heymans · 7 years ago
  37. abc504f nb/intel/sandybridge: Use macros to determine min and max of timA by Arthur Heymans · 7 years ago
  38. e729366 nb/intel/x4x/raminit: Remove very long delay by Arthur Heymans · 7 years ago
  39. 1222162 mb/gigabyte/ga-g41m-es2l: Add timestamps in romstage by Arthur Heymans · 7 years ago
  40. bd23bd6 sb/intel/i82801ex: Remove unused code by Arthur Heymans · 7 years ago
  41. 365d97e mainboard/google/poppy/variants/soraka: Add SPD for K3QFAFA0CM-AGCF by Furquan Shaikh · 7 years ago
  42. 77be733 mainboard/google/poppy: Fix SPD for micron MT52L256M64D2PP-107 by Furquan Shaikh · 7 years ago
  43. e2fc5e2 drivers/spi/spi_flash: Move flash ops to spi_flash_ops structure by Furquan Shaikh · 7 years ago
  44. a149157 drivers/spi/spi_flash: Clean up SPI flash probe by Furquan Shaikh · 7 years ago
  45. bd9e32e drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functions by Furquan Shaikh · 7 years ago
  46. 7863395 drivers/spi/spi_flash_internal: Remove unused spi_fram_probe_ramtron by Furquan Shaikh · 7 years ago
  47. 30221b4 drivers/spi/spi_flash: Pass in flash structure to fill in probe by Furquan Shaikh · 7 years ago
  48. fc1a123 drivers/spi/spi_flash: Add page_size to struct spi_flash by Furquan Shaikh · 7 years ago
  49. f422fd2 drivers/spi/spi_flash: Use boot_device_spi_flash to obtain spi_flash structure by Furquan Shaikh · 7 years ago
  50. 78bc6dd drivers/spi/cbfs_spi: Provide implementation of boot_device_spi_flash by Furquan Shaikh · 7 years ago
  51. 714baa1 mainboard/lenovo/t430: Add Thinkpad T430 support by Philipp Deppenwiese · 8 years ago
  52. aeae34f mb/lenovo/t400: Generate undock event with dock button by Arthur Heymans · 7 years ago
  53. ecd4be8 nb/intel/sandybridge: Hide additional nb devices by Patrick Rudolph · 7 years ago
  54. 53d6d84 rockchip/rk3399: soc: resize reserve memory by Xing Zheng · 8 years ago
  55. 76b8c0e 3rdparty/arm-trusted-firmware: Update to upstream master by Martin Roth · 7 years ago
  56. d906bb6 cbmem_console: Improve 'cbmem -1' behavior for truncated pre-CBMEM logs by Julius Werner · 7 years ago
  57. 57e15e6 vbe: remove the necessity for a global vbe_mode_info_valid() by Aaron Durbin · 7 years ago
  58. bdb5c8f coreboot_tables: specify clear interface for lb_framebuffer() by Aaron Durbin · 7 years ago
  59. 43314ff uart: Fix bug in {uart8250, uart8250_mem, ns16550}_rx_byte functions by Werner Zeh · 7 years ago
  60. e87564f binaryPI: Fix UMA calculations by Kyösti Mälkki · 7 years ago
  61. 61be360 AGESA: Fix UMA calculations by Kyösti Mälkki · 7 years ago
  62. 17bb225 AMD MTRR: Add common add_uma_resource_below_tolm() by Kyösti Mälkki · 7 years ago
  63. a7dd645 CBMEM: Add config CBMEM_TOP_BACKUP by Kyösti Mälkki · 7 years ago
  64. ae6a4b6 intel/common/block/i2c: Add common block for I2C and use the same in SoCs by Rizwan Qureshi · 7 years ago
  65. 36b09b8 google/scarlet: Enable innolux,p079zca MIPI panel by Nickey Yang · 7 years ago
  66. fe122d4 rockchip/rk3399: Add MIPI driver by Nickey Yang · 7 years ago
  67. 2684efc rockchip/rk3399: remove the delay for enabling SSC by Caesar Wang · 7 years ago
  68. c7ccb6b siemens/mc_apl1: Program eMMC DLL settings by Mario Scheithauer · 7 years ago
  69. ae10ec6 siemens/mc_apl1: Select external 8250 UART by Mario Scheithauer · 7 years ago
  70. 9e9cf27 soc/intel/apollolake: Enable decoding for ComA and ComB on LPC by Mario Scheithauer · 7 years ago
  71. c5eab98 mb/google/eve: Remove FPC device from SPI1 by Duncan Laurie · 7 years ago
  72. 4f7d536 mb/google/eve: Update touchpad I2C timing by Duncan Laurie · 7 years ago
  73. 8888072 mainboard/google/poppy/variants/soraka: Enable H1 I2C TPM by Furquan Shaikh · 7 years ago
  74. d271afc mainboard/google/poppy: Correct I2C bus number for TPM by Furquan Shaikh · 7 years ago
  75. 6f1bfab google/fizz: Configure SATAXPCIe GPIOs to use native function by Shelley Chen · 7 years ago
  76. d84c8f8 soc/intel/common: Add sanity check of PCR_BASE_ADDRESS by Lijian Zhao · 7 years ago
  77. 6b45ee4 soc/intel/skylake: Add option to enable/disable EIST by Subrata Banik · 7 years ago
  78. 481b364 soc/intel/skylake: Configure C-state interrupt response time by Subrata Banik · 7 years ago
  79. 7bde848 cpu/intel/turbo: Add option to disable turbo by Subrata Banik · 7 years ago
  80. 7a00a63 util/release: Update build-release script by Martin Roth · 7 years ago
  81. ff2938f arch/arm64: Use variables of the right size for msr/mrs opcodes by Patrick Georgi · 7 years ago
  82. 6d3ce3a xcompile: replace -print-librt-file-name with -print-libgcc-file-name by Patrick Georgi · 7 years ago
  83. bddf86a vexpress: change to write32 by Vladimir Serbinenko · 7 years ago
  84. 7ad44ee util/cbmem: mmap underflow on low addresses by Aaron Durbin · 7 years ago
  85. a709275 .gitignore: ignore blobtool binary by Martin Roth · 7 years ago
  86. 2a59a44 vexpress: add gfx init by Vladimir Serbinenko · 9 years ago
  87. fe6052c src/include/device: Add PCIe root ports device ids by Aamir Bohra · 7 years ago
  88. c3da3fe drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.c by Nico Huber · 7 years ago
  89. 7d46e96 mainboard: Add ASRock G41C-GS by Arthur Heymans · 7 years ago
  90. cfd433b nb/intel/x4x: Fix uninitialized variable issue by Nico Huber · 7 years ago
  91. dd2e35e mb/gigabyte/ga-g41m-es2l: Don't disable PATA by Arthur Heymans · 7 years ago
  92. 55cad16 mainboard/google/reef: Config needed GPIO for pull-up WA by Lijian Zhao · 7 years ago
  93. 4becfcd soc/intel/apollolake: Add macro to define IOSTERM for GPIO config by Lijian Zhao · 7 years ago
  94. 48dbc66 commonlib: Move drivers/storage into commonlib/storage by Lee Leahy · 7 years ago
  95. f542aca drivers/storage: Delay after SD SWITCH operations by Lee Leahy · 7 years ago
  96. 7723133 qemu/vexpress-a9: Discover RAM size. by Vladimir Serbinenko · 9 years ago
  97. b3456a9 intel/common: drop duplicate initializer by Patrick Georgi · 7 years ago
  98. 0435f97 vendorcode/intel/fsp/fsp2_0/glk: Add FSP header files for GLK by Hannah Williams · 7 years ago
  99. 12e6562 nb/intel/gm45: Fix raminit with mixed raw card types by Tristan Corrick · 7 years ago
  100. 267d086 nb/intel/gm45: Fix some errors/warnings given by checkpatch by Tristan Corrick · 7 years ago