1. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  2. 7449b62 sb/intel/lynxpoint/lp_gpio.h: Include stdint.h by Angel Pons · 4 years, 3 months ago
  3. f70bd99 src: Remove unused '#include <stdint.h>' by Elyes HAOUAS · 4 years, 3 months ago
  4. 04953eb southbridge/intel/common: Add Process Call by Christian Walter · 4 years, 5 months ago
  5. c08bf02 Revert "sb/intel/common/acpi: Add more Windows versions" by Nico Huber · 4 years, 3 months ago
  6. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  7. fbf3a47 src: Replace remaining GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  8. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  9. 29fbfcc vboot: Clean up pre-RAM use of vboot_recovery_mode_enabled() by Julius Werner · 4 years, 6 months ago
  10. 0cdc97c sb/intel/i82371eb: Fix iasl warning by Keith Hui · 4 years, 3 months ago
  11. 1efa7d9 sb/intel/bd82x6x: Put temp BAR in a define by Angel Pons · 4 years, 3 months ago
  12. 6cd6e71 sb/intel/bd82x6x: Do cosmetic fixes by Angel Pons · 4 years, 3 months ago
  13. e91af4d sb/intel/*/me_status.c: Fix typo by Angel Pons · 4 years, 3 months ago
  14. 8741510 southbridge/*/Kconfig: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  15. 132384a sb/intel/i82371eb: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  16. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 3 months ago
  17. afd4c87 treewide: move copyrights and authors to AUTHORS by Patrick Georgi · 4 years, 3 months ago
  18. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 3 months ago
  19. 336d9a2 sb/intel/i82371eb: Move wakeup code to romstage by Keith Hui · 4 years, 4 months ago
  20. c0bff97 acpi: Update sata files to be more aligned with rest of acpi files by Furquan Shaikh · 4 years, 4 months ago
  21. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  22. a268aac src/acpi: Drop Kconfig option ACPI_SATA_GENERATOR by Furquan Shaikh · 4 years, 4 months ago
  23. 1234925 sb/intel/i82801gx: Fix 16-bit read/write PCI_COMMAND register by Elyes HAOUAS · 4 years, 4 months ago
  24. 804a340 sb/common/smihandler: Fix 16-bit read/write to PCI_COMMAND register by Elyes HAOUAS · 4 years, 4 months ago
  25. ca4ff25 sb/intel/i82801jx: Fix 16-bit read/write PCI_COMMAND register by Elyes HAOUAS · 4 years, 4 months ago
  26. b9d2e22 sb/intel/i82801ix: Fix 16-bit read/write PCI_COMMAND register by Elyes HAOUAS · 4 years, 4 months ago
  27. 73ae076 sb/intel/lynxpoint: Fix 16-bit read/write PCI_COMMAND register by Elyes HAOUAS · 4 years, 4 months ago
  28. 8b6dfde sb/intel/ibexpeak: Fix 16-bit read/write PCI_COMMAND register by Elyes HAOUAS · 4 years, 4 months ago
  29. c98f2ea sb/intel/common/{madt,rcba_pirq}.c: Convert to 96 characters line length by Elyes HAOUAS · 4 years, 4 months ago
  30. 2d7173d src: Remove unused 'include <cpu/x86/cache.h>' by Elyes HAOUAS · 4 years, 4 months ago
  31. 338fd9a device: Constify struct device * parameter to acpi_inject_dsdt by Furquan Shaikh · 4 years, 4 months ago
  32. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 4 months ago
  33. 0f007d8 device: Constify struct device * parameter to write_acpi_tables by Furquan Shaikh · 4 years, 4 months ago
  34. 78feacc security: Add common boot media write protection by Patrick Rudolph · 4 years, 9 months ago
  35. 2f58a00 sb/pi/hudson: Const'ify pci_devfn_t devices by Elyes HAOUAS · 4 years, 4 months ago
  36. db4f3ba sb/amd/cimx/sb800: Const'ify pci_devfn_t devices by Elyes HAOUAS · 4 years, 4 months ago
  37. 49f63e0 sb/amd/agesa/hudson: Const'ify pci_devfn_t devices by Elyes HAOUAS · 4 years, 4 months ago
  38. 3acf43c i82371eb: Drop KB/Mouse/FDC declarations by Keith Hui · 4 years, 7 months ago
  39. 56473ca sb/intel/bd82x6x/sata: Clean up IDE modes by Nico Huber · 5 years ago
  40. 63be060 sb/intel/bd82x6x/sata: Add legacy mode support by Nico Huber · 6 years ago
  41. 9ff2af2 sb/intel/bd82x6x/lpc.c: configure CLKRUN_EN according to SKU by Michał Żygowski · 4 years, 4 months ago
  42. c02bda0 acpi: Bump FADT to revision 6 by Patrick Rudolph · 4 years, 6 months ago
  43. a461b69 Drop unnecessary DEVICE_NOOP entries by Nico Huber · 4 years, 4 months ago
  44. eb00e87 sb/intel/i82801gx: Use 'const' to set pci_devfn_t statically by Elyes HAOUAS · 4 years, 4 months ago
  45. 25d20d3 sb/{bd82x6x,ibexpeak,lynxpoint}/early_smbus: Use macro by Elyes HAOUAS · 4 years, 4 months ago
  46. ef6ecee sb/ibexpeak: Use .device for single PCI ID by Felix Singer · 4 years, 5 months ago
  47. 7daf3cd sb/intel/bd82x6x/sata: Set values as described in BIOS spec by Felix Singer · 4 years, 4 months ago
  48. 192666f sb/intel/bd82x6x: Drop PCI resource reg override by Felix Singer · 4 years, 4 months ago
  49. 66579d4 sb/intel/bd82x6x/sata: Don't hard-code values by Felix Singer · 4 years, 4 months ago
  50. f4a9955 sb/intel/lynxpoint: Use SPDX headers by Angel Pons · 4 years, 5 months ago
  51. 92646ea sb/intel/i82801gx: Improve code formatting by Elyes HAOUAS · 4 years, 5 months ago
  52. deeccbf Drop explicit NULL initializations from `device_operations` by Elyes HAOUAS · 4 years, 5 months ago
  53. a019524 sb/intel/bd82x6x: Use SPDX headers by Angel Pons · 4 years, 5 months ago
  54. 182dbde src/southbridge: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  55. ae51bb4 nb/intel/ibexpeak: drop IGD-related NVS variables by Matt DeVillier · 4 years, 5 months ago
  56. 93fcf37 sb/intel/i82801jx: drop IGD-related NVS variables by Matt DeVillier · 4 years, 5 months ago
  57. c19c704 sb/intel/i82801ix: drop IGD-related NVS variables by Matt DeVillier · 4 years, 5 months ago
  58. 28f727b sb/intel/i82801gx: drop IGD-related NVS variables by Matt DeVillier · 4 years, 5 months ago
  59. c821f00 sb/intel/bd82x6x: drop IGD-related NVS variables by Matt DeVillier · 4 years, 5 months ago
  60. 948a5d0 sb/intel/lynxpoint: drop IGD-related NVS variables by Matt DeVillier · 4 years, 5 months ago
  61. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 5 months ago
  62. 516c0a5 security/vboot: relocate and rename vboot_platform_is_resuming() by Bill XIE · 4 years, 6 months ago
  63. e98f6af drivers/intel/gma/acpi: Reduce display switching stubs by Nico Huber · 4 years, 5 months ago
  64. be3979c acpi: Change Processor ACPI Name (Intel only) by Christian Walter · 4 years, 8 months ago
  65. a5b0bc4 src: capitalize 'APIC' by Elyes HAOUAS · 4 years, 6 months ago
  66. 838fbc7 sb/ibexpeak: Use macros instead of hard-coded IDs by Felix Singer · 4 years, 9 months ago
  67. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  68. 7790cb6 sb/lynxpoint/gpio: fix interrupt storm by Matt DeVillier · 4 years, 5 months ago
  69. 95de231 nb/intel/nehalem: Rename to ironlake by Angel Pons · 4 years, 6 months ago
  70. efc4be6 sb/intel/common/firmware/Makefile.inc: use ifdtool --output flag by Marcello Sylvester Bauer · 4 years, 6 months ago
  71. 17dda3a Revert "i82371eb: Drop support for older PIIX chips" by Patrick Georgi · 4 years, 6 months ago
  72. 79ccc69 src: capitalize 'PCIe' by Elyes HAOUAS · 4 years, 6 months ago
  73. 8187f11 sb/lynxpoint: hook up smmstore by Matt DeVillier · 6 years ago
  74. 2f3c37b i82371eb: Roll 82093aa init into isa_init() by Keith Hui · 4 years, 7 months ago
  75. 2b9004d i82371eb: Drop support for older PIIX chips by Keith Hui · 4 years, 7 months ago
  76. ce62238 sb/intel/i82371eb: Support reconfiguring GPO22/23 by Keith Hui · 4 years, 7 months ago
  77. 7af59f7 sb/intel/i82371eb: Enable upper NVRAM bank by Keith Hui · 4 years, 7 months ago
  78. 44f558e treewide: capitalize 'USB' by Elyes HAOUAS · 4 years, 6 months ago
  79. 2119d0b treewide: Capitalize 'CMOS' by Elyes HAOUAS · 4 years, 6 months ago
  80. 804b560 sb/intel/lynxpoint: Don't use_ADR and _HID by Elyes HAOUAS · 4 years, 7 months ago
  81. cb03065 sb/amd/{agesa,pi}/hudson/Kconfig: Change default SATA mode to AHCI by Piotr Kleinschmidt · 4 years, 10 months ago
  82. cc805d9 sb/intel/common/acpi: Add more Windows versions by Peter Lemenkov · 4 years, 8 months ago
  83. fc7b953 drivers/spi/spi_flash: remove spi flash names by Aaron Durbin · 4 years, 7 months ago
  84. bccc7e7 {soc,southbridge}/*/*/acpi: Add possibility to disable S4 by Wim Vervoorn · 4 years, 7 months ago
  85. 9b4b33a sb/intel/i82371eb: Add PIIX4 definitions by Keith Hui · 4 years, 7 months ago
  86. f555a58 sb/intel/common: Declare common smbus_base() and enable_smbus() by Kyösti Mälkki · 4 years, 7 months ago
  87. 8dd2d48 intel/nehalem,ibexpeak: Move enable_smbus() call by Kyösti Mälkki · 4 years, 7 months ago
  88. ffa520f intel/sandybridge,bd82x6x: Move enable_smbus() call by Kyösti Mälkki · 4 years, 7 months ago
  89. 1cfafe2 intel/{gm45,x4x},i82801{ix|jx}: Move enable_smbus() call by Kyösti Mälkki · 4 years, 7 months ago
  90. 7adc370 intel/{i945,pineview},i82801gx: Move enable_smbus() call by Kyösti Mälkki · 4 years, 7 months ago
  91. d1141ab intel/e7505,i82801dx: Refactor raminit by Kyösti Mälkki · 4 years, 7 months ago
  92. 7a95575 asus/{p2b-x,p3b-f},intel/i440bx: Move mainboard_romstage_entry() by Kyösti Mälkki · 4 years, 7 months ago
  93. 7f40bd6 sb/intel/common: Move SMBus register layout outside header by Kyösti Mälkki · 4 years, 7 months ago
  94. 4436ebe sb/amd/agesa/hudson: Fix typo by Elyes HAOUAS · 4 years, 7 months ago
  95. 73451fd sb/intel/common: Add smbus_set_slave_addr() by Kyösti Mälkki · 4 years, 7 months ago
  96. 7cdcc38 sb/intel/common: Add smbus_host_reset() by Kyösti Mälkki · 4 years, 7 months ago
  97. c528426 sb/intel/common: Rename smbus_base to base by Kyösti Mälkki · 4 years, 7 months ago
  98. 1cae454 device,sb/intel: Move SMBus host controller prototypes by Kyösti Mälkki · 4 years, 7 months ago
  99. 5e9ae0c sb/intel/common: Change some local SMBus function signatures by Kyösti Mälkki · 4 years, 7 months ago
  100. 65f5de2 sb/intel/common: Add SMBUS register read-modify-write by Kyösti Mälkki · 4 years, 8 months ago