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