1. e771b9a cpu/x86/mp.h: Implement a pre-SSE2 mfence by Arthur Heymans · 2 years, 8 months ago
  2. 4db2e8e mb/emulation/qemu-q35: Support PARALLEL_MP with SMM_ASEG by Arthur Heymans · 2 years, 9 months ago
  3. 29aa1e1 Revert "cpu/x86: Add function to set `put_back_original_solution` variable" by Arthur Heymans · 2 years, 2 months ago
  4. ee849ba dev/i2c_bus: Add declaration, implementation of i2c_dev_detect() by Matt DeVillier · 2 years, 2 months ago
  5. 1684b0a cpu/x86/mp_init.c: Drop 'real' vs 'used' save state by Arthur Heymans · 2 years, 3 months ago
  6. 68e6dc9 device: Add log_resource() by Kyösti Mälkki · 3 years, 1 month ago
  7. 5b757b5 soc/intel/ehl: Use defines for Ethernet controller IDs by Mario Scheithauer · 2 years, 2 months ago
  8. fa3bc04 CBMEM: Change declarations for initialization hooks by Kyösti Mälkki · 2 years, 4 months ago
  9. d16c2aa coreboot_tables: Add PCIe info to coreboot table by Jianjun Wang · 2 years, 4 months ago
  10. 6acc05e rules.h: Use more consistent naming by Arthur Heymans · 2 years, 2 months ago
  11. f118656 drivers/wifi/generic: Add new device ID by Bora Guvendik · 2 years, 2 months ago
  12. a15b25f soc/intel: Add Raptor Lake device IDs by Bora Guvendik · 2 years, 5 months ago
  13. 169302a acpi, arch/x86/smp/mpspec,soc/amd/common: Move MP_IRQ_ flags into acpi.h by Raul E Rangel · 2 years, 3 months ago
  14. 46b409d arch/x86/postcar: Set up postcar MTRR in C code by Arthur Heymans · 3 years, 2 months ago
  15. c9b1f8a cpu/x86/mp_init.c: Add mp_run_on_all_cpus_synchronously by Kane Chen · 2 years, 3 months ago
  16. c66ea98 soc/intel/alderlake: provide a list of D-states to enter LPM by Tarun Tuli · 2 years, 2 months ago
  17. d8740c3 include/memory_info.h: Increase DIMM_INFO_TOTAL to 32 by Johnny Lin · 2 years, 2 months ago
  18. 4beeb90 device/dram/common.h: Use C over CPP by Arthur Heymans · 2 years, 4 months ago
  19. da6e9a0 ec/google/chromeec: Add retimer handle to Type C conn by Prashant Malani · 2 years, 3 months ago
  20. 8fbf88f include/device/i2c_simple: add i2c_2ba_read_bytes function by Felix Held · 2 years, 4 months ago
  21. 5cf02a4 lib/hardwaremain.c: Move creating ACPI structs to bootstate hooks by Arthur Heymans · 2 years, 3 months ago
  22. 00aaffa cpu/x86: Add function to set `put_back_original_solution` variable by Kane Chen · 2 years, 3 months ago
  23. 7a87433 mb/google,samsung: Drop init_bootmode_straps() by Kyösti Mälkki · 2 years, 8 months ago
  24. 662353a ELOG: Refactor watchdog_tombstone by Kyösti Mälkki · 3 years, 5 months ago
  25. 740eee5 ChromeOS: Drop filling ECFW_RW/RO state in CNVS by Kyösti Mälkki · 2 years, 4 months ago
  26. e50bb8f ChromeOS: Add legacy mainboard_ec_running_ro() by Kyösti Mälkki · 2 years, 9 months ago
  27. 170a76c drivers/intel/dptf: Add support for Battery participant by Varshit B Pandya · 2 years, 3 months ago
  28. 311ddf3 soc/intel/alderlake: Add new CPU ID by Lean Sheng Tan · 2 years, 4 months ago
  29. 9e78dd1 soc/intel/alderlake: Update CPU IDs with correct steppings by Lean Sheng Tan · 2 years, 4 months ago
  30. 190086e device/i2c_bus: Constify i2c_busdev and i2c_link by Matt DeVillier · 2 years, 4 months ago
  31. e7d3a1a drivers/intel/dptf: Add support for Power participant by Varshit B Pandya · 2 years, 4 months ago
  32. 9760264 commonlib/bsd/helpers: Remove redundancy with libpayload defines by Jakub Czapiga · 2 years, 4 months ago
  33. ec97e0a include/spd.h: Fix DDR4_SPD_72B_SO_{R,U}DIMM values by Elyes Haouas · 2 years, 4 months ago
  34. e102154 include/espi.h: Switch to types.h by Raul E Rangel · 2 years, 4 months ago
  35. e8ec7d2 include/efi: Add EFI Status code definitions by Subrata Banik · 2 years, 4 months ago
  36. 2f4fe94 include/efi: Add correct header file for EFI_PROCESSOR_INFORMATION by Subrata Banik · 2 years, 4 months ago
  37. cb772e5 drivers/net/r8168: Add support for Realtek RTL8111K by Raihow Shi · 2 years, 4 months ago
  38. 85a09ef soc/intel/adl-n: Add device ID for TCSS XHCI by Maulik V Vaghela · 2 years, 4 months ago
  39. 242e266 include/efi: Clean up efi_datatype.h file by Subrata Banik · 2 years, 4 months ago
  40. e6cd6ca cpu/x86/smm: Add weak SoC init and exit methods by Raul E Rangel · 2 years, 5 months ago
  41. 6277077 cpu/intel/common: Add support for energy performance preference (EPP) by Cliff Huang · 2 years, 4 months ago
  42. 9f40107 soc/intel/common: Include Meteor Lake device IDs by Wonkyu Kim · 3 years, 8 months ago
  43. 797a110 prog_loader: Change legacy_romstage_select_and_load() to return cb_err by Julius Werner · 2 years, 4 months ago
  44. c516098 cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMI by Raul E Rangel · 2 years, 5 months ago
  45. 2e7e2d9 coreboot_tables.c: Expose the ACPI RSDP by Arthur Heymans · 2 years, 4 months ago
  46. 69cc557 commonlib/bsd: Remove cb_err_t by Julius Werner · 2 years, 4 months ago
  47. 8565b94a device/mmio.h: Move readXp/writeXp helpers to device/mmio.h by Jianjun Wang · 2 years, 5 months ago
  48. 43b7f41 src: Make PCI ID define names shorter by Felix Singer · 2 years, 4 months ago
  49. 6e368f7 soc/amd/sabrina: Add XHCI configuration by Jon Murphy · 2 years, 5 months ago
  50. 4045935 include/acpi/acpi.h: Drop non-existing acpi_create_madt_lapic_nmis() by Elyes Haouas · 2 years, 5 months ago
  51. b55ac09 [acpi]{include,soc/amd,southbridge/amd}: Clarify ARM_boot_arch in comments by Elyes Haouas · 2 years, 5 months ago
  52. 2164c30 include/device/dram/ddr3.h: Don't redefine 'printram(x, ...)' by Elyes HAOUAS · 2 years, 6 months ago
  53. 8b950f4 src/acpi: Add macro for FADT Minor Version and use it by Elyes Haouas · 2 years, 5 months ago
  54. 130de14a arch/x86/acpi: Add code for KEY_MENU by Boris Mittelberg · 2 years, 5 months ago
  55. 14976db include/acpi/acpi.h: Drop non-existing update_ssdt() by Elyes Haouas · 2 years, 5 months ago
  56. 61c9440 include/acpi/acpi.h: Drop non-existing update_ssdtx() by Elyes Haouas · 2 years, 5 months ago
  57. b832955 acpi: Use ACPI macros to configure USB port _PLD object by Subrata Banik · 2 years, 5 months ago
  58. 8c93fed device: Add support for PCIe Resizable BARs by Tim Wawrzynczak · 2 years, 6 months ago
  59. 8d436cf soc/intel/alderlake: Correct Alder Lake M/N ESPI device ID by Krishna Prasad Bhat · 2 years, 5 months ago
  60. af5a9d6 soc/intel/common: Re-use Alder Lake-M device IDs for Alder Lake-N by Usha P · 2 years, 6 months ago
  61. 3a96074 src/arch/ppc64/*: pass FDT address to payload by Sergii Dmytruk · 2 years, 11 months ago
  62. 252fc29 src/cpu/power9: add file structure for power9, implement SCOM access by Igor Bagnucki · 3 years, 7 months ago
  63. c585d8c soc/intel/common: Add Crash Log and PMC SRAM PCI device IDs by Tim Wawrzynczak · 2 years, 10 months ago
  64. 3d121ae1 device: Add pciexp_find_next_extended_cap function by Tim Wawrzynczak · 2 years, 10 months ago
  65. 49be1a9 Revert "cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if available" by Felix Held · 2 years, 5 months ago
  66. 266041f console: Add compile-time fast path when only CBMEM console is used by Julius Werner · 2 years, 5 months ago
  67. 7cd8ba6 console: Add loglevel prefix to interactive consoles by Julius Werner · 2 years, 6 months ago
  68. 2412c81 cpu/x86/mp_init.c: Rename num_concurrent_stacks by Arthur Heymans · 2 years, 9 months ago
  69. 96451a7 cpu/x86/smm: Improve smm stack setup by Arthur Heymans · 2 years, 9 months ago
  70. 9ec7227 cpu/x86/lapic: Move LAPIC configuration to MP init by Kyösti Mälkki · 2 years, 9 months ago
  71. 7aea15a cpu/x86/lapic: Fix choice X2APIC_ONLY by Kyösti Mälkki · 2 years, 9 months ago
  72. 710bdc4 cpu/x86/lapic: Add lapic_send_ipi_self,others() by Kyösti Mälkki · 2 years, 9 months ago
  73. 0c1158b cpu/x86/lapic: Unify some parameter by Kyösti Mälkki · 2 years, 6 months ago
  74. c8d26c0 cpu/x86/lapic: Support switching to X2APIC mode by Kyösti Mälkki · 3 years, 1 month ago
  75. ceaf959 cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if available by Kyösti Mälkki · 2 years, 9 months ago
  76. cfd3224 cpu/x86/smm: Retype variables by Arthur Heymans · 2 years, 9 months ago
  77. 894f6f8 cpu/x86/smm: Add SMM_LEGACY_ASEG by Kyösti Mälkki · 2 years, 6 months ago
  78. 3f8bff7 soc/intel/alderlake: Add Alder Lake P IGD device IDs by Kane Chen · 2 years, 6 months ago
  79. 8f2df28 soc/intel/common: Include Alder Lake-N device IDs by Usha P · 2 years, 6 months ago
  80. 672e844 device: constify pciexp_find_extended_cap() by Tim Wawrzynczak · 2 years, 6 months ago
  81. 1e1aa0c lib/cbmem_console: Add cbmemc_copy_in function by Raul E Rangel · 2 years, 6 months ago
  82. bf73c49 timestamp: Allow timestamp_add to accept a negative number by Bora Guvendik · 2 years, 8 months ago
  83. 8a4a89f efi_datatype: Add typedef for EFI_PHYSICAL_ADDRESS by Anil Kumar · 2 years, 6 months ago
  84. 0767da9 src: Remove unused <stdbool> by Elyes HAOUAS · 2 years, 6 months ago
  85. eed82d1 soc/intel/common: Add Alder Lake N eMMC device ID by Krishna Prasad Bhat · 2 years, 6 months ago
  86. 0fd7340 src/include/acpi: Move CPPC_PACKAGE_NAME macro definition by Sridhar Siricilla · 2 years, 8 months ago
  87. 2a81cab pci_ids.h: Make Denverton IDs consistent with other Intel SoCs by Jeff Daly · 2 years, 6 months ago
  88. bf99311 console/cbmem: Add cbmem_dump_console by Raul E Rangel · 2 years, 6 months ago
  89. 41a1a9e console/cbmem_console: Rename cbmem_dump_console by Raul E Rangel · 2 years, 6 months ago
  90. 27b02c2 include/device/pci_ids.h: add PCI IDs for AMD Family 17h Model A0h SoC by Felix Held · 2 years, 8 months ago
  91. 150fee6 soc/intel/alderlake: Update the ADL-P SKU parameters for VR domains by Curtis Chen · 2 years, 7 months ago
  92. 6273130 console: Make get_log_level a public function by Subrata Banik · 2 years, 7 months ago
  93. b23571c src: Drop duplicated includes by Elyes HAOUAS · 2 years, 7 months ago
  94. ec3c2e2 include/types.h: #include <limits.h> by Angel Pons · 3 years, 1 month ago
  95. a62cb56 device: Make pciexp_get_ltr_max_latencies a public function by Tim Wawrzynczak · 2 years, 7 months ago
  96. d8f07c1 rules.h, thread.h, lib/cbfs: Add ENV_STAGE_SUPPORTS_COOP by Raul E Rangel · 2 years, 8 months ago
  97. 55dce1d drivers/spi/spi-generic: document SPI_CNTRLR_DEDUCT_CMD_LEN better by Felix Held · 2 years, 7 months ago
  98. 8bb59ca lib: Add __fls() (Find Last Set) by Jianjun Wang · 2 years, 8 months ago
  99. 00c834d lib: Fix log2_ceil() for 0xffffffff by Yu-Ping Wu · 2 years, 8 months ago
  100. 9f37647 cbfs: Remove deprecated APIs by Julius Werner · 3 years ago