1. 632d6ab device/smbus: Reuse I2C bus operations where applicable by Nico Huber · 7 years ago
  2. 5817386 Reinvent I2C ops by Nico Huber · 7 years ago
  3. 0f2dd1e include/device: Split i2c.h into three by Nico Huber · 7 years ago
  4. 506bc8e device/smbus: Drop some never used boilerplate by Nico Huber · 7 years ago
  5. 029dfff i2c: Move to Linux like `struct i2c_msg` by Nico Huber · 7 years ago
  6. 4b7b18d console: Add weak method to notify about death by Patrick Rudolph · 7 years ago
  7. d0df1d7 SMBIOS: Correct length calculation for empty string table by Konstantin Aladyshev · 7 years ago
  8. c30d913 device/pci: untangle struct device and device_t by Aaron Durbin · 7 years ago
  9. 0068a9f add __must_check to */compiler.h by Caveh Jalali · 7 years ago
  10. 6683e40 usbdebug: Refactor early enable by Kyösti Mälkki · 7 years ago
  11. 16fe790 sb/intel/*: Use common SMBus functions by Arthur Heymans · 7 years ago
  12. dfdea2a lib/cbmem: provide optional cbmem top initialization hook by Aaron Durbin · 7 years ago
  13. fb53242 lib/cbmem: remove cbmem_region_used() by Aaron Durbin · 7 years ago
  14. 7a4c021 src/include: Add guards on all header files by Martin Roth · 7 years ago
  15. 3c6377f driver/intel/wifi: Update wifi wake source in elog by Naresh G Solanki · 7 years ago
  16. 806ea08b timestamp: Apply factor to recorded stamps by Kyösti Mälkki · 7 years ago
  17. 5ce0fe1 Port cmos.default handling to C environment bootblock by Nico Huber · 7 years ago
  18. 3cbd3b0 soc/intel/skylake: Add IGD id for mobile Xeon with GT2 by Nico Huber · 7 years ago
  19. 837afb0 soc/intel/apollolake: Add pci device id for GLK IGD by Hannah Williams · 7 years ago
  20. 959cab4 vboot: Remove get_sw_write_protect_state callback by Julius Werner · 7 years ago
  21. 0755ab9 intel/fsp: Add and use new post codes for FSP phase indication by Subrata Banik · 7 years ago
  22. b8534f7 assert: Add new dead_code() macro to assert dead code paths by Julius Werner · 7 years ago
  23. d1c1a38 geode_lx: Move declaration to another header by Kyösti Mälkki · 7 years ago
  24. 9634547 src/include: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  25. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  26. 25dbc17 smbios: Correct the system enclosure types by Elyes HAOUAS · 7 years ago
  27. b14aefe elog: Update for EC Device Events by Duncan Laurie · 7 years ago
  28. 5f9c673 lib/spd_bin: Use proper I2C addresses by Nico Huber · 7 years ago
  29. 89bb6ab amd/family15h: Add defines for boost and P-state by Marshall Dawson · 7 years ago
  30. bf6a844 include/device: Add pci ids for Intel CNL by Lijian Zhao · 7 years ago
  31. 21cde8b soc/amd/stoneyridge: Add CPU files by Marc Jones · 7 years ago
  32. 2721e1f device/dram/ddr3.h: Add brackets around macro by Arthur Heymans · 7 years ago
  33. 25a885b cpu/x86/smm: fix up types in module loader by Aaron Durbin · 7 years ago
  34. a4677e4 cpu/x86/smm/smihandler: Apply cosmetic changes by Patrick Rudolph · 7 years ago
  35. 5aaa8ce haswell: add CBMEM_MEMINFO table when initing RAM by Matt DeVillier · 8 years ago
  36. 01f9aa5 Consolidate reset API, add generic reset_prepare mechanism by Julius Werner · 7 years ago
  37. 7daac91 device/pnp: remove struct io_info by Samuel Holland · 7 years ago
  38. dcd3cef nb/intel/sandybridge: Improve CAS freq selection by Arthur Heymans · 7 years ago
  39. 0f1dc0e elog: Add more detailed wake source events for USB2.0/3.0 port wake by Furquan Shaikh · 7 years ago
  40. ea0497c cpu/x86/mtrr: further expose declarations of functions by Aaron Durbin · 7 years ago
  41. 87f7588 device/dram/ddr2.c: Fix is_registered_ddr2 by Arthur Heymans · 7 years ago
  42. e18e642 src: change coreboot to lowercase by Martin Roth · 7 years ago
  43. d86e0e6 cpu/x86/mtrr: don't guard function declarations by Aaron Durbin · 7 years ago
  44. c4b4ff3 console/flashsconsole: Add spi flash console for debugging by Youness Alaoui · 7 years ago
  45. a6909f8 device/device_util: Add function to determine bridge state by Patrick Rudolph · 7 years ago
  46. 8274f98 src/include/device: Add System Agent (SA) device ids by Subrata Banik · 7 years ago
  47. 9deb23a include/device: Add pci ids for Intel SD by Bora Guvendik · 7 years ago
  48. 3db7653 lib/edid: Split out fill_lb_framebuffer() by Nico Huber · 7 years ago
  49. dd82edc lib/spd_bin: make SMBus SPD addresses an input by Aaron Durbin · 7 years ago
  50. 70d92b9 CBMEM: Clarify CBMEM_TOP_BACKUP function usage by Kyösti Mälkki · 7 years ago
  51. b858157 elog: Add more wake sources by Furquan Shaikh · 7 years ago
  52. 240409a include/device: Add pci ids for Intel GLK by Hannah Williams · 7 years ago
  53. 75ef6ec elog: Add a new elog type for deep Sx variant by Furquan Shaikh · 7 years ago
  54. 4bbfe57 Kconfig: Move and clean up CONFIG_VGA by Nico Huber · 7 years ago
  55. afa9aef include/console: Use IS_ENABLED() macro by Nico Huber · 7 years ago
  56. e2fc5e2 drivers/spi/spi_flash: Move flash ops to spi_flash_ops structure by Furquan Shaikh · 7 years ago
  57. a149157 drivers/spi/spi_flash: Clean up SPI flash probe by Furquan Shaikh · 7 years ago
  58. bd9e32e drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functions by Furquan Shaikh · 7 years ago
  59. 30221b4 drivers/spi/spi_flash: Pass in flash structure to fill in probe by Furquan Shaikh · 7 years ago
  60. fc1a123 drivers/spi/spi_flash: Add page_size to struct spi_flash by Furquan Shaikh · 7 years ago
  61. 57e15e6 vbe: remove the necessity for a global vbe_mode_info_valid() by Aaron Durbin · 7 years ago
  62. bdb5c8f coreboot_tables: specify clear interface for lb_framebuffer() by Aaron Durbin · 7 years ago
  63. 17bb225 AMD MTRR: Add common add_uma_resource_below_tolm() by Kyösti Mälkki · 7 years ago
  64. a7dd645 CBMEM: Add config CBMEM_TOP_BACKUP by Kyösti Mälkki · 7 years ago
  65. 7bde848 cpu/intel/turbo: Add option to disable turbo by Subrata Banik · 7 years ago
  66. fe6052c src/include/device: Add PCIe root ports device ids by Aamir Bohra · 7 years ago
  67. c3da3fe drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.c by Nico Huber · 7 years ago
  68. 48dbc66 commonlib: Move drivers/storage into commonlib/storage by Lee Leahy · 7 years ago
  69. 65d15c0 drivers/storage: Make DRVR_CAP_8BIT controller independent by Lee Leahy · 7 years ago
  70. 1c1c071 drivers/storage: Remove set_control_reg by Lee Leahy · 7 years ago
  71. de705fa drivers/spi: Re-factor spi_crop_chunk by Furquan Shaikh · 7 years ago
  72. b9126fe cr50: check if the new image needs to be enabled and act on it by Vadim Bendebury · 7 years ago
  73. c623aa0 pci_device: add PCI device IDs for Intel platforms by Rizwan Qureshi · 7 years ago
  74. dbe8161 lib/edid: Save the display ASCII string by Arthur Heymans · 7 years ago
  75. 8c5884e lib/edid.c: Differentiate between absent and non-conformant EDID by Arthur Heymans · 7 years ago
  76. f9f91a7 nb/amdk8: Link coherent_ht.c by Arthur Heymans · 7 years ago
  77. 4aad421 AMD Geode: Move conflicting mainboard_romstage_entry() by Marc Jones · 7 years ago
  78. e4d7abc lib: provide clearer devicetree semantics by Aaron Durbin · 7 years ago
  79. eef40eb drivers/storage: Add SD/MMC/eMMC driver based upon depthcharge by Lee Leahy · 7 years ago
  80. 54235ca console: Add convenient debug level macros for raminit by Nico Huber · 7 years ago
  81. 260b297 drivers/spi/tpm: Clean up SPI TPM driver by Furquan Shaikh · 7 years ago
  82. 5bda642 drivers/spi: Get rid of spi_get_config by Furquan Shaikh · 7 years ago
  83. 19e3d33 drivers/spi/tpm: using tpm irq to sync tpm transaction by Jeffy Chen · 7 years ago
  84. ba22e15 AGESA: Disable CAR with empty stack by Kyösti Mälkki · 8 years ago
  85. df7ff31 AGESA: Move romstage main entry under cpu by Kyösti Mälkki · 8 years ago
  86. 13cf135 AGESA: Move amd_initmmio() call by Kyösti Mälkki · 8 years ago
  87. 58c3938 vboot: Move remaining features out of vendorcode/google/chromeos by Julius Werner · 8 years ago
  88. 73d042b vboot: Disallow separate verstage after romstage, try to clarify logic by Julius Werner · 7 years ago
  89. 021ec28 cr50: add unmarshaling of vendor commands and process 'enable_update' by Vadim Bendebury · 7 years ago
  90. 9b76f0b cpu/x86: add a barrier with timeout by Bora Guvendik · 8 years ago
  91. 6a566d7 src/include: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  92. d0f26fc src/include: Add space after minus sign by Lee Leahy · 7 years ago
  93. f0c8a8e src/include: Remove use of binary constants by Lee Leahy · 7 years ago
  94. 74f1dc0 src/include: Add spaces around : by Lee Leahy · 7 years ago
  95. db469a6 src/include: Fix indent for case labels by Lee Leahy · 7 years ago
  96. 6083c7e src/include: Move constants to the right hand side by Lee Leahy · 7 years ago
  97. bab6bc4 src/include: Remove space between function name and parameters by Lee Leahy · 7 years ago
  98. b126055 src/include: Move assignment out of if condition by Lee Leahy · 7 years ago
  99. b7e692e src/include: Remove unnecessary typecast by Lee Leahy · 7 years ago
  100. 22c28e0 src/include: Move storage class to beginning of declaration by Lee Leahy · 7 years ago