1. 3b5b66d device: Add support for multiple PCI segment groups by Felix Held · 6 months ago
  2. c6322e1 arch/x86/include/smm_call: improve documentation of call_smm by Felix Held · 6 months ago
  3. 11ecbcf arch/x86/include/smm_call: use pm_acpi_smi_cmd_port by Felix Held · 6 months ago
  4. 1c4c7ad arch/x86/c_start.S: Add proper x86_64 code by Patrick Rudolph · 2 years, 7 months ago
  5. a2b2ac0 arch/x86/include: rename smm.h to smm_call.h by Felix Held · 6 months ago
  6. 8dd5b9d arch/x86/include/smm: use inline asm from drivers/smmstore/ramstage by Felix Held · 6 months ago
  7. 3d93cd7 src/arch/x86/exit_car: Add proper x86_64 code by Patrick Rudolph · 2 years, 7 months ago
  8. 8fdf183 arch/x86/acpi: call pm_acpi_smi_cmd_port to get APMC SMI IO port by Felix Held · 7 months ago
  9. 6759ad3 arch/x86: introduce HAVE_CONFIGURABLE_APMC_SMI_PORT by Felix Held · 7 months ago
  10. ddc19b3 arch/x86/include/mode_switch: Add more wrapper functions by Patrick Rudolph · 7 months ago
  11. b4283a4 cpu/x86/64bit/mode_switch: Simplify assembly code by Patrick Rudolph · 7 months ago
  12. 0c8e541 arch/x86/car.ld: Use VB2_FIRMWARE_WORKBUF_RECOMMENDED_SIZE constant by Jeremy Compostella · 8 months ago
  13. ba757a7 x86: Separate CPU and SoC physical address size by Jeremy Compostella · 7 months ago
  14. 6ff711c arch/riscv: Use same indent levels for switch/case by Felix Singer · 7 months ago
  15. 10e60ab arch/arm64/armv8/Makefile.inc: Add clang -target for .ld CPP by Arthur Heymans · 9 months ago
  16. bf7eba7 arch/riscv/payload: Remove old RISC-V CSR names by Lennart Eichhorn · 8 months ago
  17. 2d589cf arch/x86/Makefile.inc: Do not pass CPPFLAGS to linker by Srinivas Hegde · 8 months ago
  18. f9b6f2d arch/riscv/romstage: Start from assembly by Arthur Heymans · 2 years, 2 months ago
  19. 9ba7bad arch/arm64: Avoid GCC warning about out of bounds array access by Zebreus · 8 months ago
  20. bf0b06d arch/x86/riscv: Use 'all' target to include files in all stages by Arthur Heymans · 2 years, 2 months ago
  21. bd06a29 arch/riscv/ramstage.S: Add comments for passed arguments by Maximilian Brune · 8 months ago
  22. 6fd7f11 src: Remove unnecessary semicolons from the end of macros by Martin Roth · 8 months ago
  23. a2bc254 Allow to build romstage sources inside the bootblock by Arthur Heymans · 3 years, 2 months ago
  24. 85d7809 arch/arm64/arch_timer: Fix possible overflow in multiplication by Yidi Lin · 9 months ago
  25. fdf8561 arch/x86/memcpy.c: Optimize code for 64bit by Arthur Heymans · 9 months ago
  26. 1087a17 arch/arm64/cache: Implement helpers to obtain CPU cache details by Benjamin Doron · 1 year, 1 month ago
  27. 226f51c x86: Add ramstage CBFS cache scratchpad support by Jeremy Compostella · 9 months ago
  28. 052fb7c x86: Add pre-memory stages CBFS cache scratchpad support by Jeremy Compostella · 11 months ago
  29. 6a13b52 arch/x86/cpu_common: Add cpu_get_c_substate_support by Patrick Rudolph · 10 months ago
  30. 699b1c4 x86/include/arch/cpuid.h: Fix inline assembly by Patrick Rudolph · 10 months ago
  31. 3748fca arch/x86/Kconfig: introduce RESERVED_PHYSICAL_ADDRESS_BITS_SUPPORT by Felix Held · 10 months ago
  32. ff4d6be */include/cpu: use unsigned int for number of address bits by Felix Held · 10 months ago
  33. 3581a68 arch/x86/cpu_common: use cpuid_get_max_func by Felix Held · 10 months ago
  34. 1eea841 arch/x86/smbios: fix extended CPUID level check logic by Felix Held · 10 months ago
  35. 2c49a22 arch/x86/smbios: use cpu_cpuid_extended_level by Felix Held · 10 months ago
  36. 1d466f2 arch/x86/cpu_common: use cpuid_e[a,c]x by Felix Held · 10 months ago
  37. 9acae39 arch/x86/cpu_common: use cpu_cpuid_extended_level by Felix Held · 10 months ago
  38. 44bbf6c arch/arm64/Makefile.inc: Replace HAVE_ACPI_SUPPORT with HAVE_ACPI_TABLES by Maximilian Brune · 10 months ago
  39. fca6124 acpi/Makefile.inc: Move code inclusion by Arthur Heymans · 1 year, 1 month ago
  40. f3aa88a arch/arm64: Hook up ACPI table generation by Arthur Heymans · 1 year, 1 month ago
  41. 4a130ee arch/x86: Remove libhwbase and libgfxinit .data symbols from _bss by Jeremy Compostella · 10 months ago
  42. b7832de x86: Add .data section support for pre-memory stages by Jeremy Compostella · 11 months ago
  43. f372c40b x86/tables: Upgrade error to critical by Patrick Rudolph · 10 months ago
  44. ba7a9ee soc/intel/common: Fix invalid MADT entries creation by Jeremy Compostella · 11 months ago
  45. 1eff77b arch/x86: Reduce max phys address size for Intel TME capable SoCs by Jeremy Compostella · 10 months ago
  46. a6a5b25 cpu/intel: Move is_tme_supported() from soc/intel to cpu/intel by Jeremy Compostella · 10 months ago
  47. b024e23 arch/arm64: Remove space between function name and '(' by Elyes Haouas · 10 months ago
  48. 74f1877 arch to drivers/intel: Fix misspellings & capitalization issues by Martin Roth · 10 months ago
  49. 94ffda9 arch/x86/cpu: Remove unnecessary parentheses by Elyes Haouas · 11 months ago
  50. eb988df acpi/acpi.c: Move setting FADT SCI INT to arch specific code by Arthur Heymans · 1 year ago
  51. ba2e354 arch/arm64: Hook up FADT by Arthur Heymans · 1 year, 1 month ago
  52. 92a3b67 acpi/acpi.c: Split of ACPI table generation into separate files by Arthur Heymans · 1 year, 1 month ago
  53. 6739a6a vboot: Fix S3 resume with stage_cache by Kyösti Mälkki · 1 year ago
  54. d7542cb arch/x86: Ensure LAPIC mode for exception handler by Kyösti Mälkki · 1 year, 1 month ago
  55. 6d169aa arch/arm64/Makefile.inc: Fix Kconfig name in comment by Yu-Ping Wu · 1 year ago
  56. 8bbe850 arch/x86/Kconfig: remove period from DUMP_SMBIOS_TYPE17 title by Eric Lai · 1 year, 1 month ago
  57. 40cb3fe commonlib/console/post_code.h: Change post code prefix to POSTCODE by lilacious · 1 year, 1 month ago
  58. ea13dc3 arch/x86,lib: Migrate SMBIOS implementation to common code by Benjamin Doron · 1 year, 1 month ago
  59. c1ef4f3 arch/x86: Introduce DUMP_SMBIOS_TYPE17 config by Eric Lai · 1 year, 1 month ago
  60. 0e93a6f arch/riscv: Add clang as supported architecture by Arthur Heymans · 1 year, 3 months ago
  61. cf827af arch/riscv: Always build opensbi with GCC by Arthur Heymans · 1 year, 2 months ago
  62. 5c2a2e1 arch/risc/mcall.h: Make the stack pointer global by Arthur Heymans · 1 year, 3 months ago
  63. 542abc1 arch/x86/include/arch/vga: add defines for VGA MMIO addresses by Felix Held · 1 year, 1 month ago
  64. 91795a6 libpayload;arch,cpu/x86: drop USE_MARCH_586 Kconfig option by Felix Held · 1 year, 2 months ago
  65. 3813ca5 treewide: Remove 'extern' from functions declaration by Elyes Haouas · 1 year, 6 months ago
  66. aec951e arch/x86/include/arch/pci_io_cfg: add IO port count & last port defines by Felix Held · 1 year, 2 months ago
  67. 67d9518 arch/x86: Don't allow hw floating point operations by Arthur Heymans · 1 year, 2 months ago
  68. 688350f x86: pci_io_cfg: Make constant unsigned to fix out of bounds shift by Paul Menzel · 3 years, 4 months ago
  69. d1c61a8 arch/x86/ioapic.c: Increase the number of bits for ioapic ID by Arthur Heymans · 1 year, 7 months ago
  70. c3ca8ed arch/x86/car.ld: Fix undefined macro by Arthur Heymans · 1 year, 2 months ago
  71. b78e462 Convert literal uses of CONFIG_MAINBOARD_{VENDOR,PART_NUMBER} by Kyösti Mälkki · 1 year, 7 months ago
  72. 240baa3 ACPI: Make FADT entries for RTC/CMOS architectural by Kyösti Mälkki · 1 year, 3 months ago
  73. d69ccaf arch/x86: Disable walkcbfs_asm code when CONFIG_CBFS_VERIFICATION is set by Julius Werner · 1 year, 3 months ago
  74. 31e5133 arch/x86/include/pci_io_cfg: introduce PCI_IO_CONFIG_[INDEX,DATA] define by Felix Held · 1 year, 3 months ago
  75. 121d3d5 ACPI: Make FADT entries for SMI architectural by Kyösti Mälkki · 1 year, 3 months ago
  76. ae1b2d4 soc/intel: Introduce ioapic_get_sci_pin() by Kyösti Mälkki · 1 year, 3 months ago
  77. 917261d arch/riscv/trap_handler.c: Use new names for CSR by Arthur Heymans · 1 year, 3 months ago
  78. 0d504c8 arch/riscv: Fix compiler argument for clang by Arthur Heymans · 1 year, 3 months ago
  79. ef9c292 soc/amd: Clarify ACPI _PRT entry generation by Kyösti Mälkki · 1 year, 3 months ago
  80. 21ca775 cpu/x86/mp_init.c: Keep track of initial lapic ID inside device_path by Arthur Heymans · 2 years, 2 months ago
  81. 7d6ae2b arch/x86/smbios: Check str for NULL in smbios_add_string() by Maximilian Brune · 1 year, 4 months ago
  82. 8605cf5 arch/ppc64/rom_media.c: move to mainboard/emulation/qemu-power* by Krystian Hebel · 3 years, 9 months ago
  83. b7da7d5 arch/x86/smbios: Add socket type for Meteor Lake by Jay Patel · 1 year, 4 months ago
  84. 7f5a52c x86/include/registers.h: macros should not use a trailing semicolon by Yuchen He · 1 year, 4 months ago
  85. 452c41b arch/arm64/include/armv8/arch/barrier.h: Add spaces around colons by Yuchen He · 1 year, 4 months ago
  86. c772852 arch/x86/ioapic: Print IOAPIC ID for GSI #0 by Jay Patel · 1 year, 4 months ago
  87. 9b9d267 arch/x86/include/arch/mmio.h: Provide __always_inline definition for musl by Fabian Groffen · 1 year, 4 months ago
  88. 3134a81 cpu/x86/cache: CLFLUSH programs to memory before running by Arthur Heymans · 4 years, 8 months ago
  89. 73e9ac6 arch/x86/smbios: use cpu_cpuid_extended_level instead of open coding it by Felix Held · 1 year, 5 months ago
  90. 1e78165 arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminator by Felix Held · 1 year, 5 months ago
  91. 3b3bb7c treewide: Remove repeated words by Elyes Haouas · 1 year, 5 months ago
  92. b6969db soc/amd/picasso/soc_util: use cpuid_match by Felix Held · 1 year, 5 months ago
  93. e1a84db arch/x86/cpu: move cpuid_match to corresponding header file by Felix Held · 1 year, 5 months ago
  94. 180e414 arch/x86/include/cpu: introduce CPUID_FROM_FMS macro by Felix Held · 1 year, 5 months ago
  95. 6a6ac1e arch/x86/cpu: introduce and use device_match_mask by Felix Held · 1 year, 5 months ago
  96. 2fe5d3e arch/x86/include/cpu: retype device field in cpu_device_id by Felix Held · 1 year, 5 months ago
  97. 5e7dc21 arch/arm64/armv8/mmu.c: Add a space before the ternary operator by Yuchen He · 1 year, 6 months ago
  98. 893c3ae8 tree: Drop repeated words by Alexander Goncharov · 1 year, 5 months ago
  99. 7cba1c4 treewide: Remove duplicated include <device/pci.h> by Elyes Haouas · 1 year, 6 months ago
  100. 55129b3 arch/x86/smbios.c: Add socket type for Intel SPR-SP by Christian Walter · 1 year, 10 months ago