1. 7f501a3 include/device/pci_ids.h: Add Cannon Lake PCH-H SATA dev ID by Erik van den Bogaert · 3 years, 7 months ago
  2. 3202c8a console/console.h: Move get_console_loglevel() declaration by Arthur Heymans · 3 years, 7 months ago
  3. 4330b96 arch/x86/smbios: Add Number Of Power Cords field to be overriden by JingleHsuWiwynn · 3 years, 7 months ago
  4. 90be754 device: Drop `mmconf_resource_init` function by Angel Pons · 3 years, 7 months ago
  5. 5063287 device/Kconfig: Introduce MMCONF_LENGTH by Angel Pons · 3 years, 7 months ago
  6. e0165fb stage_cache: Add resume_from_stage_cache() by Kyösti Mälkki · 3 years, 7 months ago
  7. 0bea950 cpu/intel/microcode: Add caching layer in intel_microcode_find by Patrick Rudolph · 3 years, 7 months ago
  8. 1ee8ddc arch/x86/smbios: Update SMBIOS type 16 Extended Maximum Capacity by Tim Chu · 3 years, 7 months ago
  9. 7435e25 acpi/acpigen.c: Remove unused and incorrect functions by Jakub Czapiga · 3 years, 7 months ago
  10. 4abc731 ACPI: Separate device_nvs_t by Kyösti Mälkki · 3 years, 7 months ago
  11. 22236a5 cpu/x86/smm: Remove unused APMC for C-state and P-state by Kyösti Mälkki · 3 years, 7 months ago
  12. 9a1620f cpu/x86/smm: Use common APMC logging by Kyösti Mälkki · 3 years, 7 months ago
  13. 37eb24b ACPI: Clean up GNVS initialisation by Kyösti Mälkki · 3 years, 7 months ago
  14. 2787237 ACPI: Add helpers for CBMEM_ID_POWER_STATE by Kyösti Mälkki · 3 years, 7 months ago
  15. ac0dc4a ACPI S3: Replace stashed acpi_slp_typ value by Kyösti Mälkki · 3 years, 9 months ago
  16. 197c486 types.h: Add a helper macro BITS_PER_BYTE by Furquan Shaikh · 3 years, 7 months ago
  17. f4d98fdd2 soc/intel/commmon: Include Alder Lake device IDs by Varshit Pandya · 3 years, 7 months ago
  18. 66c6413 ACPI: Refactor ChromeOS specific ACPI GNVS by Kyösti Mälkki · 3 years, 8 months ago
  19. 5345a38 include/edid.h: Remove repeated word by Elyes HAOUAS · 3 years, 7 months ago
  20. 5323bf4 include/memrange.h: Remove repeated word by Elyes HAOUAS · 3 years, 7 months ago
  21. e1aa983 lib/ramtest: Fix ram_check() declarations by Kyösti Mälkki · 5 years ago
  22. 0fcbd3a ChromeOS: Refactor SMBIOS type0 bios_version() by Kyösti Mälkki · 3 years, 8 months ago
  23. 276e865 soc/amd/picasso: Generate ACPI CRAT objects in cb by Jason Glenesk · 3 years, 8 months ago
  24. 91946c5 ACPI: Have single call-site for acpi_inject_nvsa() by Kyösti Mälkki · 4 years, 2 months ago
  25. 2ab4a96 ACPI: Add common acpi_fill_gnvs() by Kyösti Mälkki · 4 years, 2 months ago
  26. e1ff3cd soc/amd: Rename to soc_fill_gnvs() by Kyösti Mälkki · 4 years, 2 months ago
  27. 28e61f1 device: Use __pci_0_00_0_config in config_of_soc() by Furquan Shaikh · 3 years, 7 months ago
  28. a19001b soc/intel/alderlake: Add PCH ID 0x5182 by Subrata Banik · 3 years, 7 months ago
  29. f0a44ae acpi,soc/intel/common: add support for Intel Low Power Idle Table by Michael Niewöhner · 3 years, 8 months ago
  30. 999e441 soc/intel: Replace acpi_init_gnvs() by Kyösti Mälkki · 4 years, 2 months ago
  31. a9766c7 mb/x/acpi_tables: Rename to mainboard_fill_gnvs() by Kyösti Mälkki · 4 years, 2 months ago
  32. 4b4e995 sb/intel: Factor out soc_fill_gnvs() by Kyösti Mälkki · 4 years, 2 months ago
  33. 82f6b93 mb/x/acpi_tables: Move EC_RW detection by Kyösti Mälkki · 4 years, 2 months ago
  34. 6b28456 cpu/intel: add PC10 residency counter MSR by Michael Niewöhner · 3 years, 8 months ago
  35. b8cf039 ACPI: Final APM_CNT_GNVS_UPDATE cleanup by Kyösti Mälkki · 4 years, 2 months ago
  36. 498015d soc/amd/picasso: Separate CPUID defs into new header by Jason Glenesk · 3 years, 8 months ago
  37. 61624b2 acpi: Add cb support to publish CRAT ACPI object by Jason Glenesk · 3 years, 10 months ago
  38. 6e016f0 device/pnp: add register PNP_IO4 by Michael Niewöhner · 3 years, 8 months ago
  39. dbb667a device + util/sconfig: introduce new device `gpio` by Michael Niewöhner · 3 years, 8 months ago
  40. e0183d6 ACPI: Allocate GNVS early in ramstage by Kyösti Mälkki · 4 years, 2 months ago
  41. 4919028 device/azalia_device.c: Add codec reset helpers by Angel Pons · 3 years, 9 months ago
  42. d425ddd azalia: Make `azalia_find_verb` parametric by Angel Pons · 3 years, 9 months ago
  43. fcf8a3a azalia: Drop unused parameter from `azalia_find_verb` by Angel Pons · 3 years, 9 months ago
  44. 75c4f06 azalia: Make `find_verb` function non-static by Angel Pons · 3 years, 9 months ago
  45. 61dd836 azalia: Make `set_bits` function non-static by Angel Pons · 3 years, 9 months ago
  46. 8b56c8c drivers: Replace set_vbe_mode_info_valid by Patrick Rudolph · 4 years, 6 months ago
  47. 8ead1dc src/lib: Add Kconfig option for SPD cache in FMAP by Matt DeVillier · 3 years, 9 months ago
  48. f0fd6ae intel/common/block/lpc: Add new device IDs for Emmitsburg PCH by Jonathan Zhang · 3 years, 8 months ago
  49. 473bc8c fw_config: Use UNDEFINED_FW_CONFIG to mean unprovisioned by Tim Wawrzynczak · 3 years, 9 months ago
  50. 7319288 lib/edid_fill_fb: Support multiple framebuffers by Patrick Rudolph · 4 years, 6 months ago
  51. 493937e coreboot tables: Add SPI flash memory map windows to coreboot tables by Furquan Shaikh · 3 years, 9 months ago
  52. 364f9de cbmem: Make cbmem_online() accurate on stages after romstage by Julius Werner · 3 years, 8 months ago
  53. f914dcf include/device/device: add comment that config_of_soc never returns NULL by Felix Held · 3 years, 9 months ago
  54. 5fc798f device/pci_id: Add TCSS PCI IDs for Alderlake by V Sowmya · 3 years, 9 months ago
  55. 9ddd900 cpu/x86/smm_module_loaderv2: Fix compiling for x86_64 by Arthur Heymans · 3 years, 9 months ago
  56. fdabf3f cbfs: Add verification for RO CBFS metadata hash by Julius Werner · 4 years, 3 months ago
  57. 9d0cc2a cbfs: Introduce cbfs_ro_map() and cbfs_ro_load() by Julius Werner · 4 years, 7 months ago
  58. 8c99c27 lib/trace: Remove TRACE support by Kyösti Mälkki · 4 years, 1 month ago
  59. 834b3ec cbfs: Simplify load/map API names, remove type arguments by Julius Werner · 4 years, 6 months ago
  60. 0d9072b cbfs: Move more stuff into cbfs_boot_lookup() by Julius Werner · 4 years, 6 months ago
  61. 2821cb4 include/device/pci_ids.h: Fix device id for gspi2 by Bora Guvendik · 3 years, 9 months ago
  62. f1b4a7c elog: Add new wake source codes by Tim Wawrzynczak · 3 years, 9 months ago
  63. a96eaf8 arch/x86/smbios: Update SMBIOS type 16 error correction type by Tim Chu · 3 years, 9 months ago
  64. c19cbee device: Drop unused HyperTransport code by Angel Pons · 3 years, 9 months ago
  65. d5f1c08 include/device/pci_ids.h: Add PCI IDs used in Lynxpoint chipsets by Felix Singer · 3 years, 9 months ago
  66. 9ee1b82 soc/intel/skylake: Use correct NHLT_PDM_DEV definition by Benjamin Doron · 3 years, 10 months ago
  67. b01ac7e cpu/intel/common: Fill cpu voltage in SMBIOS tables by Patrick Rudolph · 4 years, 1 month ago
  68. 1e37c9c cbfs: Add metadata cache by Julius Werner · 4 years, 8 months ago
  69. 07c85ad include/device/pci_ids: add PCI IDs for new AMD SoCs by Felix Held · 3 years, 9 months ago
  70. e0d3868 ACPI: Define acpi_get_preferred_pm_profile() by Kyösti Mälkki · 4 years, 2 months ago
  71. 4a3f67a ACPI S3: Split arch-agnostic parts by Kyösti Mälkki · 4 years, 2 months ago
  72. 2b48a60 include/device/pci_ids: add model number to ATI GPU and HDA controller by Felix Held · 3 years, 9 months ago
  73. b8c7ea0 ACPI S3: Replace acpi_is_wakeup() by Kyösti Mälkki · 3 years, 9 months ago
  74. 67a2507 ACPI S3: Remove unused acpi_is_wakeup_s4() by Kyösti Mälkki · 3 years, 9 months ago
  75. 91797c1 include/device/pci_ids: add model number to AMD GBE controller by Felix Held · 3 years, 9 months ago
  76. b9fe66e include/device/pci_ids: add model number to PCIe port and bus devices by Felix Held · 3 years, 9 months ago
  77. 0e5dde5d include/device/pci_ids: add model number to data fabric devices by Felix Held · 3 years, 9 months ago
  78. 52ba302 include/device/pci_ids: deduplicate AMD family 17h northbridge ID by Felix Held · 3 years, 9 months ago
  79. 9a8e8c6 include/device/pci_ids: use the right device ID for AMD Picasso GPU by Felix Held · 3 years, 9 months ago
  80. 0639bff src: Update some incorrect config options in comments by Martin Roth · 3 years, 9 months ago
  81. fc2047b src: Change bare 'unsigned' to 'unsigned int' by Martin Roth · 3 years, 9 months ago
  82. 4e8a9c7 soc/intel/alderlake: Add PCH ID 0x5181 by Subrata Banik · 3 years, 9 months ago
  83. eaaa549 cpu/x86/mtrr.h: Rename CORE2 alternative SMRR registers by Arthur Heymans · 3 years, 10 months ago
  84. 3428027 soc/amd/*/smi.h: Move the pm_acpi_smi_cmd_port function declaration by Arthur Heymans · 3 years, 11 months ago
  85. 3967cf9 cpu/x86/smm: Add a common save state handling by Arthur Heymans · 4 years ago
  86. 0ee920b console: Override uart base address by Bryant Ou · 4 years ago
  87. 8a1ad13 device: Move pci_dev_is_wake_source function by Tim Wawrzynczak · 3 years, 10 months ago
  88. ec2e3e4 acpigen: Add more useful helper functions by Duncan Laurie · 3 years, 10 months ago
  89. 5f5fd85 acpi/acpi.h: Update region spaces by Elyes HAOUAS · 3 years, 10 months ago
  90. 88991ca include/list.h: Add support for GCC9+ by Patrick Rudolph · 4 years ago
  91. 3d9fa08 device: Rework bus master option by Felix Singer · 4 years ago
  92. d5fc04b include/acpi: add defines for CPPC versions 1-3 by Michael Niewöhner · 3 years, 10 months ago
  93. cbe2fd3 wifi: Drop PCI IDs for JfP and HrP by Furquan Shaikh · 3 years, 10 months ago
  94. 9e1fab0 pci_ids: Add PCI IDs for CNVi WiFi/BT controllers by Furquan Shaikh · 3 years, 10 months ago
  95. 215ac3b cpu/x86/lapic: rename virtual wire mode initialization function by Felix Held · 3 years, 10 months ago
  96. cbd4ee7 cpu/intel/common: correct MSR for the Nominal Performance in CPPC by Michael Niewöhner · 3 years, 10 months ago
  97. e1a7a26 lib/libpayload: Replace strapping_ids with new board configuration entry by Tim Wawrzynczak · 3 years, 10 months ago
  98. c70505a fw_config: Make fw_config_get() public by Tim Wawrzynczak · 3 years, 10 months ago
  99. 24b4af6 fw_config: Convert fw_config to a 64-bit field by Tim Wawrzynczak · 3 years, 11 months ago
  100. 1cd013b cbfs: Hook up to new CBFS implementation by Julius Werner · 4 years, 8 months ago