1. af5a9d6 soc/intel/common: Re-use Alder Lake-M device IDs for Alder Lake-N by Usha P · 2 years, 7 months ago
  2. 3a96074 src/arch/ppc64/*: pass FDT address to payload by Sergii Dmytruk · 3 years ago
  3. 252fc29 src/cpu/power9: add file structure for power9, implement SCOM access by Igor Bagnucki · 3 years, 8 months ago
  4. c585d8c soc/intel/common: Add Crash Log and PMC SRAM PCI device IDs by Tim Wawrzynczak · 2 years, 11 months ago
  5. 3d121ae1 device: Add pciexp_find_next_extended_cap function by Tim Wawrzynczak · 2 years, 11 months ago
  6. 49be1a9 Revert "cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if available" by Felix Held · 2 years, 6 months ago
  7. 266041f console: Add compile-time fast path when only CBMEM console is used by Julius Werner · 2 years, 6 months ago
  8. 7cd8ba6 console: Add loglevel prefix to interactive consoles by Julius Werner · 2 years, 7 months ago
  9. 2412c81 cpu/x86/mp_init.c: Rename num_concurrent_stacks by Arthur Heymans · 2 years, 10 months ago
  10. 96451a7 cpu/x86/smm: Improve smm stack setup by Arthur Heymans · 2 years, 10 months ago
  11. 9ec7227 cpu/x86/lapic: Move LAPIC configuration to MP init by Kyösti Mälkki · 2 years, 10 months ago
  12. 7aea15a cpu/x86/lapic: Fix choice X2APIC_ONLY by Kyösti Mälkki · 2 years, 10 months ago
  13. 710bdc4 cpu/x86/lapic: Add lapic_send_ipi_self,others() by Kyösti Mälkki · 2 years, 10 months ago
  14. 0c1158b cpu/x86/lapic: Unify some parameter by Kyösti Mälkki · 2 years, 8 months ago
  15. c8d26c0 cpu/x86/lapic: Support switching to X2APIC mode by Kyösti Mälkki · 3 years, 2 months ago
  16. ceaf959 cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if available by Kyösti Mälkki · 2 years, 10 months ago
  17. cfd3224 cpu/x86/smm: Retype variables by Arthur Heymans · 2 years, 10 months ago
  18. 894f6f8 cpu/x86/smm: Add SMM_LEGACY_ASEG by Kyösti Mälkki · 2 years, 7 months ago
  19. 3f8bff7 soc/intel/alderlake: Add Alder Lake P IGD device IDs by Kane Chen · 2 years, 7 months ago
  20. 8f2df28 soc/intel/common: Include Alder Lake-N device IDs by Usha P · 2 years, 7 months ago
  21. 672e844 device: constify pciexp_find_extended_cap() by Tim Wawrzynczak · 2 years, 7 months ago
  22. 1e1aa0c lib/cbmem_console: Add cbmemc_copy_in function by Raul E Rangel · 2 years, 7 months ago
  23. bf73c49 timestamp: Allow timestamp_add to accept a negative number by Bora Guvendik · 2 years, 9 months ago
  24. 8a4a89f efi_datatype: Add typedef for EFI_PHYSICAL_ADDRESS by Anil Kumar · 2 years, 7 months ago
  25. 0767da9 src: Remove unused <stdbool> by Elyes HAOUAS · 2 years, 7 months ago
  26. eed82d1 soc/intel/common: Add Alder Lake N eMMC device ID by Krishna Prasad Bhat · 2 years, 7 months ago
  27. 0fd7340 src/include/acpi: Move CPPC_PACKAGE_NAME macro definition by Sridhar Siricilla · 2 years, 9 months ago
  28. 2a81cab pci_ids.h: Make Denverton IDs consistent with other Intel SoCs by Jeff Daly · 2 years, 7 months ago
  29. bf99311 console/cbmem: Add cbmem_dump_console by Raul E Rangel · 2 years, 7 months ago
  30. 41a1a9e console/cbmem_console: Rename cbmem_dump_console by Raul E Rangel · 2 years, 7 months ago
  31. 27b02c2 include/device/pci_ids.h: add PCI IDs for AMD Family 17h Model A0h SoC by Felix Held · 2 years, 9 months ago
  32. 150fee6 soc/intel/alderlake: Update the ADL-P SKU parameters for VR domains by Curtis Chen · 2 years, 8 months ago
  33. 6273130 console: Make get_log_level a public function by Subrata Banik · 2 years, 8 months ago
  34. b23571c src: Drop duplicated includes by Elyes HAOUAS · 2 years, 8 months ago
  35. ec3c2e2 include/types.h: #include <limits.h> by Angel Pons · 3 years, 2 months ago
  36. a62cb56 device: Make pciexp_get_ltr_max_latencies a public function by Tim Wawrzynczak · 2 years, 8 months ago
  37. d8f07c1 rules.h, thread.h, lib/cbfs: Add ENV_STAGE_SUPPORTS_COOP by Raul E Rangel · 2 years, 9 months ago
  38. 55dce1d drivers/spi/spi-generic: document SPI_CNTRLR_DEDUCT_CMD_LEN better by Felix Held · 2 years, 8 months ago
  39. 8bb59ca lib: Add __fls() (Find Last Set) by Jianjun Wang · 2 years, 9 months ago
  40. 00c834d lib: Fix log2_ceil() for 0xffffffff by Yu-Ping Wu · 2 years, 9 months ago
  41. 9f37647 cbfs: Remove deprecated APIs by Julius Werner · 3 years ago
  42. 1883106 acpi: Add #define for Mutex "no timeout" value by Tim Wawrzynczak · 2 years, 9 months ago
  43. 769994c drivers/net/r8168: Add support for Realtek RT8125 by Alan Huang · 2 years, 9 months ago
  44. 05a6d5c acpi: Convert ACPI_DEVICE_SLEEP_* values to an enum by Tim Wawrzynczak · 2 years, 9 months ago
  45. ea61942 commonlib: Move commonlib/cbmem_id.h to commonlib/bsd/ by Jakub Czapiga · 2 years, 9 months ago
  46. 783a874 include/cpu/x86/mp.h: Remove indirect include by Arthur Heymans · 2 years, 9 months ago
  47. 05714cc cbfs: Add unverified_area APIs by Julius Werner · 3 years, 4 months ago
  48. 4b5a490 src/cpu,soc/amd/common/block/cpu: Add preload_microcode by Raul E Rangel · 2 years, 9 months ago
  49. 6b446b9 acpi,Makefile: Add preload_acpi_dsdt by Raul E Rangel · 2 years, 9 months ago
  50. 5b94cd9 soc/intel/common: Include Alder Lake-N device IDs by Usha P · 2 years, 9 months ago
  51. 75a7c6e pci_mmio_cfg: Rename pcicfg to pci_map_bus by Jianjun Wang · 2 years, 9 months ago
  52. 777ffff device/pci_device.c: Scan only one device for PCIe by Jianjun Wang · 3 years, 1 month ago
  53. 40713aa dptf: Add support for one more temperature sensor by Tim Wawrzynczak · 2 years, 9 months ago
  54. 8815409 soc/intel/elkhartlake: Update SA DIDs Table by Rick Lee · 2 years, 9 months ago
  55. e987845 drivers/genesyslogic/gl9750: Add driver for Genesys Logic GL9750 by Ben Chuang · 2 years, 9 months ago
  56. 667471b ec/google/chromeec: Add PLD to EC conn in ACPI table by Won Chung · 2 years, 9 months ago
  57. 57d4bc6 cbfs: Add helper functions to look up size and type of a file by Julius Werner · 2 years, 9 months ago
  58. b25576f src/lib/prog_loaders: Add preload_ramstage by Raul E Rangel · 2 years, 10 months ago
  59. 571e7f0 lib/prog_loaders, soc/amd/: Make payload_preload use cbfs_preload by Raul E Rangel · 2 years, 10 months ago
  60. a3811fe device/pci_rom: Add vga_oprom_preload by Raul E Rangel · 2 years, 10 months ago
  61. 642508a Reland "vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main" by Hsuan-ting Chen · 2 years, 10 months ago
  62. 04c3228 Add ENV_STAGE_SUPPORTS_SMP to clean up spinlock stubs by Kyösti Mälkki · 2 years, 9 months ago
  63. 4eb17f8 soc/intel/common/block/pcie: Add ADL-P CPU PCIe Device IDs by Tracy Wu · 2 years, 9 months ago
  64. aae6b55 device/azalia_device: Drop unused function parameter by Angel Pons · 2 years, 9 months ago
  65. 86dfd3c device/azalia_device: Adapt and export `codec_init()` by Angel Pons · 2 years, 9 months ago
  66. 42552ca device/azalia_device: Export `codecs_init()` by Angel Pons · 2 years, 9 months ago
  67. 6de8b42 arch/x86: Refactor the SMBIOS type 17 write function by Subrata Banik · 2 years, 10 months ago
  68. 4e9bb33 Rename ECAM-specific MMCONF Kconfigs by Shelley Chen · 2 years, 10 months ago
  69. f4f365f pci_mmio_cfg: Always use pci_s_* functions by Nico Huber · 2 years, 10 months ago
  70. e01e25d pci_mmio_cfg: Gather everything MMCONF (ECAM) related by Nico Huber · 2 years, 10 months ago
  71. afe1898 pci_mmio_cfg: Move guard around pci_s_* functions to x86 by Nico Huber · 2 years, 10 months ago
  72. a3b2907 lib/thread: Switch to using types.h by Raul E Rangel · 2 years, 9 months ago
  73. 4cfb862 lib/cbfs: Add cbfs_preload() by Raul E Rangel · 2 years, 10 months ago
  74. 437da71 SMBIOS/SCONFIG: Allow devtree-defined Type 41 entries by Angel Pons · 3 years ago
  75. 05c4dcb device/azalia_device.h: Rewrite verb macros by Angel Pons · 2 years, 10 months ago
  76. 779d0c6 device/azalia_device.h: Guard macro parameters by Angel Pons · 2 years, 10 months ago
  77. c435038 cpu/amd/mtrr: Remove topmem global variables by Arthur Heymans · 2 years, 10 months ago
  78. ca87532 cpu/amd/mtrr/amd_mtrr.c: Remove unused functions by Arthur Heymans · 2 years, 10 months ago
  79. 4c8c844 lib/list: Add list_append by Raul E Rangel · 2 years, 10 months ago
  80. 5826c59 device/include: Fix potential build error by Alan Huang · 2 years, 10 months ago
  81. 43cf27d include/device/pci_ids,soc/amd/common/block/lpc: drop duplicate PCI IDs by Felix Held · 2 years, 10 months ago
  82. cb3745c google/trogdor: Add backlight support for Parade ps8640 by xuxinxiong · 2 years, 10 months ago
  83. 3306f37 lib: Add new argument as `ddr_type` to smbios_bus_width_to_spd_width() by Subrata Banik · 2 years, 10 months ago
  84. 6cdc838 soc/intel/common: Add DDR5 and LPDDR5 into the SMBIOS table by Subrata Banik · 2 years, 10 months ago
  85. 3d7b984 lib/cbfs: Enable cbfs_cache for x86 by Raul E Rangel · 2 years, 10 months ago
  86. 10796d8 src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper function by Felix Held · 2 years, 10 months ago
  87. 1fe6ddb include/device/pci_ids: move AMD device IDs below AMD vendor ID by Felix Held · 2 years, 10 months ago
  88. a3c7cac include/device/pci_ids: fix typo in PCI_DEVICE_ID_AMD_FE_GATE_700D by Felix Held · 2 years, 10 months ago
  89. 60e9114 include/device: ensure valid link/bus is passed to mp_cpu_bus_init by Felix Held · 2 years, 10 months ago
  90. 82faefb cpu/x86/mp_init: use cb_err as status return type in remaining functions by Felix Held · 2 years, 10 months ago
  91. d27ef5b cpu/x86/mp_init: use cb_err as mp_init_with_smm return type by Felix Held · 2 years, 10 months ago
  92. e0e49c8 include/memory_info.h: Increase DIMM_INFO_TOTAL number from 8 to 16 by Tim Chu · 2 years, 10 months ago
  93. 13ab1d7 arch/x86/smbios: Add support for wake-up type in smbios type 1 by Tim Chu · 2 years, 10 months ago
  94. 38107fa acpigen,soc/amd,cpu/intel: rework static DWORD for CPPC table by Michael Niewöhner · 2 years, 11 months ago
  95. afd268a cpu/intel/speedstep: Constify `get_cst_entries()` by Angel Pons · 2 years, 10 months ago
  96. d2794ce acpi/acpigen: Constify CST functions' pointers by Angel Pons · 2 years, 10 months ago
  97. b54388d ACPI: Have common acpi_fill_mcfg() by Kyösti Mälkki · 3 years, 6 months ago
  98. c2c38f5 arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/thread by Raul E Rangel · 2 years, 10 months ago
  99. b31b033 cpu/x86/lapic: Drop xapic_write_atomic() by Kyösti Mälkki · 3 years, 3 months ago
  100. adb393b Revert "vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main" by Hsuan-ting Chen · 2 years, 10 months ago