1. 6a13b52 arch/x86/cpu_common: Add cpu_get_c_substate_support by Patrick Rudolph · 10 months ago
  2. 699b1c4 x86/include/arch/cpuid.h: Fix inline assembly by Patrick Rudolph · 10 months ago
  3. 3748fca arch/x86/Kconfig: introduce RESERVED_PHYSICAL_ADDRESS_BITS_SUPPORT by Felix Held · 10 months ago
  4. ff4d6be */include/cpu: use unsigned int for number of address bits by Felix Held · 10 months ago
  5. 3581a68 arch/x86/cpu_common: use cpuid_get_max_func by Felix Held · 10 months ago
  6. 1eea841 arch/x86/smbios: fix extended CPUID level check logic by Felix Held · 10 months ago
  7. 2c49a22 arch/x86/smbios: use cpu_cpuid_extended_level by Felix Held · 10 months ago
  8. 1d466f2 arch/x86/cpu_common: use cpuid_e[a,c]x by Felix Held · 10 months ago
  9. 9acae39 arch/x86/cpu_common: use cpu_cpuid_extended_level by Felix Held · 10 months ago
  10. 44bbf6c arch/arm64/Makefile.inc: Replace HAVE_ACPI_SUPPORT with HAVE_ACPI_TABLES by Maximilian Brune · 10 months ago
  11. fca6124 acpi/Makefile.inc: Move code inclusion by Arthur Heymans · 1 year, 1 month ago
  12. f3aa88a arch/arm64: Hook up ACPI table generation by Arthur Heymans · 1 year, 1 month ago
  13. 4a130ee arch/x86: Remove libhwbase and libgfxinit .data symbols from _bss by Jeremy Compostella · 10 months ago
  14. b7832de x86: Add .data section support for pre-memory stages by Jeremy Compostella · 11 months ago
  15. f372c40b x86/tables: Upgrade error to critical by Patrick Rudolph · 10 months ago
  16. ba7a9ee soc/intel/common: Fix invalid MADT entries creation by Jeremy Compostella · 11 months ago
  17. 1eff77b arch/x86: Reduce max phys address size for Intel TME capable SoCs by Jeremy Compostella · 10 months ago
  18. a6a5b25 cpu/intel: Move is_tme_supported() from soc/intel to cpu/intel by Jeremy Compostella · 10 months ago
  19. b024e23 arch/arm64: Remove space between function name and '(' by Elyes Haouas · 10 months ago
  20. 74f1877 arch to drivers/intel: Fix misspellings & capitalization issues by Martin Roth · 11 months ago
  21. 94ffda9 arch/x86/cpu: Remove unnecessary parentheses by Elyes Haouas · 11 months ago
  22. eb988df acpi/acpi.c: Move setting FADT SCI INT to arch specific code by Arthur Heymans · 1 year ago
  23. ba2e354 arch/arm64: Hook up FADT by Arthur Heymans · 1 year, 1 month ago
  24. 92a3b67 acpi/acpi.c: Split of ACPI table generation into separate files by Arthur Heymans · 1 year, 1 month ago
  25. 6739a6a vboot: Fix S3 resume with stage_cache by Kyösti Mälkki · 1 year ago
  26. d7542cb arch/x86: Ensure LAPIC mode for exception handler by Kyösti Mälkki · 1 year, 1 month ago
  27. 6d169aa arch/arm64/Makefile.inc: Fix Kconfig name in comment by Yu-Ping Wu · 1 year ago
  28. 8bbe850 arch/x86/Kconfig: remove period from DUMP_SMBIOS_TYPE17 title by Eric Lai · 1 year, 1 month ago
  29. 40cb3fe commonlib/console/post_code.h: Change post code prefix to POSTCODE by lilacious · 1 year, 1 month ago
  30. ea13dc3 arch/x86,lib: Migrate SMBIOS implementation to common code by Benjamin Doron · 1 year, 1 month ago
  31. c1ef4f3 arch/x86: Introduce DUMP_SMBIOS_TYPE17 config by Eric Lai · 1 year, 1 month ago
  32. 0e93a6f arch/riscv: Add clang as supported architecture by Arthur Heymans · 1 year, 3 months ago
  33. cf827af arch/riscv: Always build opensbi with GCC by Arthur Heymans · 1 year, 2 months ago
  34. 5c2a2e1 arch/risc/mcall.h: Make the stack pointer global by Arthur Heymans · 1 year, 3 months ago
  35. 542abc1 arch/x86/include/arch/vga: add defines for VGA MMIO addresses by Felix Held · 1 year, 1 month ago
  36. 91795a6 libpayload;arch,cpu/x86: drop USE_MARCH_586 Kconfig option by Felix Held · 1 year, 2 months ago
  37. 3813ca5 treewide: Remove 'extern' from functions declaration by Elyes Haouas · 1 year, 6 months ago
  38. aec951e arch/x86/include/arch/pci_io_cfg: add IO port count & last port defines by Felix Held · 1 year, 2 months ago
  39. 67d9518 arch/x86: Don't allow hw floating point operations by Arthur Heymans · 1 year, 2 months ago
  40. 688350f x86: pci_io_cfg: Make constant unsigned to fix out of bounds shift by Paul Menzel · 3 years, 4 months ago
  41. d1c61a8 arch/x86/ioapic.c: Increase the number of bits for ioapic ID by Arthur Heymans · 1 year, 7 months ago
  42. c3ca8ed arch/x86/car.ld: Fix undefined macro by Arthur Heymans · 1 year, 2 months ago
  43. b78e462 Convert literal uses of CONFIG_MAINBOARD_{VENDOR,PART_NUMBER} by Kyösti Mälkki · 1 year, 7 months ago
  44. 240baa3 ACPI: Make FADT entries for RTC/CMOS architectural by Kyösti Mälkki · 1 year, 3 months ago
  45. d69ccaf arch/x86: Disable walkcbfs_asm code when CONFIG_CBFS_VERIFICATION is set by Julius Werner · 1 year, 3 months ago
  46. 31e5133 arch/x86/include/pci_io_cfg: introduce PCI_IO_CONFIG_[INDEX,DATA] define by Felix Held · 1 year, 3 months ago
  47. 121d3d5 ACPI: Make FADT entries for SMI architectural by Kyösti Mälkki · 1 year, 3 months ago
  48. ae1b2d4 soc/intel: Introduce ioapic_get_sci_pin() by Kyösti Mälkki · 1 year, 3 months ago
  49. 917261d arch/riscv/trap_handler.c: Use new names for CSR by Arthur Heymans · 1 year, 3 months ago
  50. 0d504c8 arch/riscv: Fix compiler argument for clang by Arthur Heymans · 1 year, 3 months ago
  51. ef9c292 soc/amd: Clarify ACPI _PRT entry generation by Kyösti Mälkki · 1 year, 3 months ago
  52. 21ca775 cpu/x86/mp_init.c: Keep track of initial lapic ID inside device_path by Arthur Heymans · 2 years, 2 months ago
  53. 7d6ae2b arch/x86/smbios: Check str for NULL in smbios_add_string() by Maximilian Brune · 1 year, 4 months ago
  54. 8605cf5 arch/ppc64/rom_media.c: move to mainboard/emulation/qemu-power* by Krystian Hebel · 3 years, 9 months ago
  55. b7da7d5 arch/x86/smbios: Add socket type for Meteor Lake by Jay Patel · 1 year, 4 months ago
  56. 7f5a52c x86/include/registers.h: macros should not use a trailing semicolon by Yuchen He · 1 year, 4 months ago
  57. 452c41b arch/arm64/include/armv8/arch/barrier.h: Add spaces around colons by Yuchen He · 1 year, 4 months ago
  58. c772852 arch/x86/ioapic: Print IOAPIC ID for GSI #0 by Jay Patel · 1 year, 4 months ago
  59. 9b9d267 arch/x86/include/arch/mmio.h: Provide __always_inline definition for musl by Fabian Groffen · 1 year, 4 months ago
  60. 3134a81 cpu/x86/cache: CLFLUSH programs to memory before running by Arthur Heymans · 4 years, 8 months ago
  61. 73e9ac6 arch/x86/smbios: use cpu_cpuid_extended_level instead of open coding it by Felix Held · 1 year, 5 months ago
  62. 1e78165 arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminator by Felix Held · 1 year, 5 months ago
  63. 3b3bb7c treewide: Remove repeated words by Elyes Haouas · 1 year, 5 months ago
  64. b6969db soc/amd/picasso/soc_util: use cpuid_match by Felix Held · 1 year, 5 months ago
  65. e1a84db arch/x86/cpu: move cpuid_match to corresponding header file by Felix Held · 1 year, 5 months ago
  66. 180e414 arch/x86/include/cpu: introduce CPUID_FROM_FMS macro by Felix Held · 1 year, 5 months ago
  67. 6a6ac1e arch/x86/cpu: introduce and use device_match_mask by Felix Held · 1 year, 5 months ago
  68. 2fe5d3e arch/x86/include/cpu: retype device field in cpu_device_id by Felix Held · 1 year, 5 months ago
  69. 5e7dc21 arch/arm64/armv8/mmu.c: Add a space before the ternary operator by Yuchen He · 1 year, 6 months ago
  70. 893c3ae8 tree: Drop repeated words by Alexander Goncharov · 1 year, 5 months ago
  71. 7cba1c4 treewide: Remove duplicated include <device/pci.h> by Elyes Haouas · 1 year, 6 months ago
  72. 55129b3 arch/x86/smbios.c: Add socket type for Intel SPR-SP by Christian Walter · 1 year, 10 months ago
  73. 6041699 arch/x86/smbios.c: Update Xeon-SP socket types by David Hendricks · 1 year, 6 months ago
  74. 48fa6dd arch/x86/Kconfig: Remove unused NUM_IPI_STARTS by Elyes Haouas · 1 year, 6 months ago
  75. 91a4836 arch/x86/include: Remove unused <stddef.h> by Elyes Haouas · 1 year, 6 months ago
  76. 2710df7 treewide: stop calling custom TPM log "TCPA" by Sergii Dmytruk · 1 year, 8 months ago
  77. 765e5df drivers/intel/gma: Hook up libgfxinit in romstage by Jeremy Compostella · 1 year, 8 months ago
  78. aa99012 arch/x86/smbios: Replace SMBIOS type4 processor upgrade fields values by macros by Li, Jincheng · 1 year, 6 months ago
  79. 7b8ac00 {acpi,arch,soc}/acpi: Replace constant "One" with actual number by Felix Singer · 1 year, 7 months ago
  80. 2179c7f arch/riscv: Use 'enum cb_err' by Elyes Haouas · 1 year, 9 months ago
  81. 9523e3b arch/x86: Use 'enum cb_err' by Elyes Haouas · 1 year, 8 months ago
  82. 4d75dbd cpu/x86: Set up a separate stack for APs by Arthur Heymans · 1 year, 9 months ago
  83. a012136 treewide: Remove duplicated includes by Elyes Haouas · 1 year, 7 months ago
  84. 50139d0 lib: Hook up libhwbase in romstage by Jeremy Compostella · 1 year, 8 months ago
  85. f45c767 Set x86_64 as supported architecture for clang by Arthur Heymans · 1 year, 8 months ago
  86. 6e23da2 cpu/cpu.h: Change the function signature by Arthur Heymans · 1 year, 8 months ago
  87. f1e78a1 arch/x86/ioapic.c: Move macros to compilation unit by Arthur Heymans · 1 year, 7 months ago
  88. 2b48258 arch/x86/smbios.c: Allow creating entries for empty DIMM slots by Angel Pons · 2 years, 2 months ago
  89. 4403c56 arch/x86: Buildtest clang targets with VBOOT_STARTS_BEFORE_BOOTBLOCK by Arthur Heymans · 1 year, 8 months ago
  90. b24f48d arch/arm/armv7: Disable generating neon FPU code by Arthur Heymans · 1 year, 8 months ago
  91. fa2feae arch/arm/eabi_compat.c: Add eabi_clrX and eabi_memcyX by Arthur Heymans · 1 year, 8 months ago
  92. c83a178 arm/armv7/Makefile.inc: Fix processing ld files with clang by Arthur Heymans · 1 year, 8 months ago
  93. 8b8ada6 /: Remove extra space after comma by Elyes Haouas · 1 year, 8 months ago
  94. cc22607 Revert "src/arch/x86: Use core apic id to get cpu_index()" by Arthur Heymans · 1 year, 8 months ago
  95. 5e3798c arch/arm: Use unified assembly syntax by Arthur Heymans · 1 year, 8 months ago
  96. 2ba796e src/arch: Remove unnecessary space after casts by Elyes Haouas · 1 year, 8 months ago
  97. d57b821 arch/x86/smbios: Add SMBIOS Type 39 by Jonathan Zhang · 1 year, 9 months ago
  98. 51c3118 arch/{arm64,riscv}: Remove "CRIT: " from log messages by Elyes Haouas · 1 year, 8 months ago
  99. 2d4c2b9 arch/x86: Disable clang build if using verstage_before_bootblock by Martin Roth · 1 year, 8 months ago
  100. 6cf181a arch/arm/armv7: Don't set gcc specific options for clang builds by Martin Roth · 1 year, 8 months ago