1. 6de8b42 arch/x86: Refactor the SMBIOS type 17 write function by Subrata Banik · 2 years, 10 months ago
  2. 4e9bb33 Rename ECAM-specific MMCONF Kconfigs by Shelley Chen · 2 years, 10 months ago
  3. afe1898 pci_mmio_cfg: Move guard around pci_s_* functions to x86 by Nico Huber · 2 years, 10 months ago
  4. 90cec2d arch/x86/Makefile: Align VGA_BIOS to 64 bytes when using AMD LPC SPI DMA by Raul E Rangel · 3 years, 1 month ago
  5. 437da71 SMBIOS/SCONFIG: Allow devtree-defined Type 41 entries by Angel Pons · 3 years ago
  6. 308a5b9 arch/x86: fix a wrong variable in ioapic_set_max_vectors() by Iru Cai · 2 years, 10 months ago
  7. 6139ff9 arch/x86/ioapic: Allow IOAPIC with only one vector by Kyösti Mälkki · 2 years, 10 months ago
  8. 04a4037 sb,soc/intel: Set IOAPIC redirection entry count by Kyösti Mälkki · 3 years, 2 months ago
  9. 13ab1d7 arch/x86/smbios: Add support for wake-up type in smbios type 1 by Tim Chu · 2 years, 10 months ago
  10. 1eae39f arch/x86,cpu/x86: Fix 64-bit CPU_INFO_V2 build errors by Raul E Rangel · 2 years, 10 months ago
  11. 3b9be63 arch/x86: Increase MAX_SMBIOS_SIZE by Tim Wawrzynczak · 2 years, 10 months ago
  12. 8e9db4e arch/x86/assembly_entry: Remove cpu_info by Raul E Rangel · 2 years, 10 months ago
  13. c2c38f5 arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/thread by Raul E Rangel · 2 years, 10 months ago
  14. 253c356 sb/amd/cimx/sb800: Clear IOAPIC vectors only once by Kyösti Mälkki · 3 years, 2 months ago
  15. 6644d7c drivers/generic/ioapic: Drop enable_virtual_wire by Kyösti Mälkki · 3 years, 2 months ago
  16. d1c1afd arch/x86/smbios: Add generation of type 20 table by Matt DeVillier · 8 years ago
  17. b2346a5 arch/x86,cpu/x86: Introduce new method for accessing cpu_info by Raul E Rangel · 2 years, 11 months ago
  18. 0949e73 src/acpi to src/lib: Fix spelling errors by Martin Roth · 2 years, 11 months ago
  19. e55d2e1 arch/arm64: Remove unnecessary interfaces by Julius Werner · 2 years, 11 months ago
  20. ea5c311 arch/x86,cpu/x86: Disable the %gs and %fs segments by Raul E Rangel · 2 years, 11 months ago
  21. 96f26d1 arch/x86: Make sure compiler knows we're stopping in hlt() by Martin Roth · 3 years ago
  22. da68c9d arch/x86,cpu/x86: Move cpu_info initialization instructions into macro by Raul E Rangel · 2 years, 11 months ago
  23. 1c8e8b2 arch/riscv: Avoid gcc11 replacing memset implementation with memset call by Patrick Georgi · 3 years, 1 month ago
  24. dd9edef arch/riscv/trap_handler: add missing types.h include by Felix Held · 3 years ago
  25. a96482a arch/x86/boot: Add missing include by Raul E Rangel · 3 years ago
  26. 8b98f8b SMBIOS: Skip `get_smbios_data` for disabled devices by Angel Pons · 3 years ago
  27. 6a73b24 SMBIOS: Allow skipping default SMBIOS generation by Angel Pons · 3 years ago
  28. 12b809b smbios.c: Rename two local functions by Angel Pons · 3 years ago
  29. 5586c79 arch/x86: Update debug message to callout the reason for failure by Subrata Banik · 3 years ago
  30. 6efc4aa arch/x86: Check unsupported CPU type while writing to SMBIOS table 7 by Subrata Banik · 3 years ago
  31. 72f1e62 arch/x86: Skip returning default leaf value as `0` by Subrata Banik · 3 years ago
  32. 83eb22e arch/x86: Implement cpu_info in C code by Arthur Heymans · 3 years ago
  33. be2e2bb smbios.c: Move function definition near call-site by Angel Pons · 3 years ago
  34. e2b5fee arch/x86: smbios write 7 table using deterministic cache functions by Subrata Banik · 3 years, 1 month ago
  35. 0c6c0da arch/x86: Helper functions to get deterministic cache parameters by Subrata Banik · 3 years, 1 month ago
  36. 6a01ac2 arch/x86/thread: Add #error when compiling for x86_64 by Raul E Rangel · 3 years, 1 month ago
  37. ca0606e arch/x86,lib/thread: Enable thread support in romstage by Raul E Rangel · 3 years, 1 month ago
  38. e279d90 arch/x86,cpu/x86/mp_init: Switch cpu_info index type to size_t by Raul E Rangel · 3 years, 1 month ago
  39. 474781b arch/{arm,ppc64,riscv}: Remove cpu_info by Raul E Rangel · 3 years, 1 month ago
  40. 7db7ee9 lib/thread,arch/x86: Move thread stacks into C bss by Raul E Rangel · 3 years, 1 month ago
  41. a98d302 x86/smp/spinlock: Disable thread coop when taking spinlock by Raul E Rangel · 3 years, 1 month ago
  42. 84a156c ppc64/byteorder.h: define use of big endian by Krystian Hebel · 3 years, 11 months ago
  43. 88eb167 arch/x86: Save resume vector to stack in x86_64 mode by Iru Cai · 3 years, 2 months ago
  44. adcf782 arch/x86: Use ENV_X86_64 instead of _x86_64_ by Patrick Rudolph · 4 years ago
  45. e92a982 arch/x86: Add X86_CUSTOM_BOOTMEDIA by Raul E Rangel · 3 years, 2 months ago
  46. 16fe5e1 src: Consolidate x86_64 support Kconfig by Angel Pons · 3 years, 2 months ago
  47. 6f5a658 src: Introduce `ARCH_ALL_STAGES_X86` by Angel Pons · 3 years, 2 months ago
  48. a37701a SMBIOS: Introduce `smbios_full_table_len` function by Angel Pons · 3 years, 2 months ago
  49. b977c1a arch/x86/smbios.c Move calculation next to usage by Angel Pons · 3 years, 2 months ago
  50. d62a501 SMBIOS: Introduce `smbios_carve_table` function by Angel Pons · 3 years, 2 months ago
  51. 35b99c6 SMBIOS: Avoid `sizeof` on struct type by Angel Pons · 3 years, 2 months ago
  52. c6dab80 arch/x86/smbios.c: Trim some `len` variables by Angel Pons · 3 years, 2 months ago
  53. 8e035e3 src: Move `select ARCH_X86` to platforms by Angel Pons · 3 years, 2 months ago
  54. 890d4fb arch/x86/bootblock.ld: Align the bottom of the bootblock to 64 bytes by Arthur Heymans · 3 years, 3 months ago
  55. 5f21415 arch/x86/include/arch/smp/mpspec: improve mp_bustype enum definition by Felix Held · 3 years, 2 months ago
  56. ddbc771 arch/x86/walkcbfs.S: Fix the cbfs base addr for some fmap by Arthur Heymans · 3 years, 2 months ago
  57. c545baa arch/x86/ioapic: Clear vector table first by Kyösti Mälkki · 3 years, 2 months ago
  58. 8c9a89d arch/x86/ioapic: Drop irq_on_fsb as a configurable item by Kyösti Mälkki · 3 years, 2 months ago
  59. d023909 treewide: Disable R_AMD64_32S relocation support by Patrick Rudolph · 3 years, 2 months ago
  60. 06b2049 arch/x86/mptable: Add smp_write_ioapic_from_hw() by Kyösti Mälkki · 3 years, 2 months ago
  61. 401ec98 arch/x86/ioapic: Add get_ioapic_id() and get_ioapic_version() by Kyösti Mälkki · 3 years, 2 months ago
  62. dea42e0 cpu/x86/lapic: Replace LOCAL_APIC_ADDR references by Kyösti Mälkki · 3 years, 3 months ago
  63. 17e67d2 arch/x86/acpi_bert_storage: unbreak BERT support by Felix Held · 3 years, 3 months ago
  64. 62eb0ed arch/x86/include/bert_storage: introduce bert_should_generate_acpi_table by Felix Held · 3 years, 3 months ago
  65. 34806cc arch/x86: Do not call lapicid() without SMP by Kyösti Mälkki · 3 years, 3 months ago
  66. 8cc25d2 drivers/generic/ioapic: Use arch/x86/ioapic by Kyösti Mälkki · 3 years, 3 months ago
  67. 93c1eef arch/x86/ioapic: Add write_vector() helper by Kyösti Mälkki · 3 years, 3 months ago
  68. ea2fb8d arch/x86/ioapic: Split some ioapic utility functions by Kyösti Mälkki · 3 years, 3 months ago
  69. 0a88c60 arch/x86/acpi_bert_storage: change return type of bert_errors_present by Felix Held · 3 years, 3 months ago
  70. 05b6b37 arch/x86/timestamp.inc: Remove unused file by Arthur Heymans · 3 years, 3 months ago
  71. f206cda option: Introduce `CMOS_LAYOUT_FILE` Kconfig symbol by Angel Pons · 3 years, 3 months ago
  72. 40acfe7 cbfs: Increase mcache size defaults by Julius Werner · 3 years, 3 months ago
  73. 38e4a2d include/console: Fix duplicate entry of postcode 0x79 by Subrata Banik · 3 years, 4 months ago
  74. 50ece62 arch/x86/walkcbfs.S: Use FMAP instead of "cbfs master header" by Arthur Heymans · 3 years, 4 months ago
  75. a033d8c arch/x86: Always include walkcbfs.S by Arthur Heymans · 3 years, 4 months ago
  76. f25f095 arch/x86: Fix building with CONFIG_VBOOT_SEPARATE_VERSTAGE=n by Arthur Heymans · 3 years, 4 months ago
  77. 20fa59f arch/x86/smbios: Let SMBIOS type 9 be able to write slot ID by JingleHsuWiwynn · 3 years, 7 months ago
  78. 84d10cc ChromeOS: Use CHROMEOS_NVS guard by Kyösti Mälkki · 3 years, 6 months ago
  79. 26ab9bf *x86: Support x2apic mode by Wonkyu Kim · 3 years, 5 months ago
  80. b324df6 arch/x86: Provide readXp/writeXp helpers in arch/mmio.h by Angel Pons · 3 years, 5 months ago
  81. 965846f cbfs: Remove prog_locate() for payloads (SELF and FIT) by Julius Werner · 3 years, 7 months ago
  82. 1de8708 cbfs: Remove prog_locate() for stages and rmodules by Julius Werner · 3 years, 8 months ago
  83. d37cfb7 arch/x86/smbios_defaults.c: Default to motherboard type by Angel Pons · 3 years, 7 months ago
  84. 6e82ebf mb/ocp/deltalake: Fill ECC type in romstage by Angel Pons · 3 years, 7 months ago
  85. 6724ba4 memory_info.h: Store SMBIOS error correction type by Angel Pons · 3 years, 7 months ago
  86. 31b4209 arch/x86/smbios: Update SMBIOS type 17 asset tag by Tim Chu · 3 years, 8 months ago
  87. 12e2e0e arch/arm/armv7/thread.c: Remove stale file by Angel Pons · 3 years, 6 months ago
  88. 82d16b1 memlayout: Store region sizes as separate symbols by Julius Werner · 3 years, 8 months ago
  89. ff251d2 device/dram: Move SPD manufacturer names out of arch/x86 by Patrick Rudolph · 3 years, 6 months ago
  90. 6b688f5 src: use ARRAY_SIZE where possible by Patrick Georgi · 3 years, 6 months ago
  91. f6c4eea src/arch: Remove unused <console/console.h> by Elyes HAOUAS · 3 years, 6 months ago
  92. 6ab8766 arch/x86: Drop `cstates` pointer from CPU drivers by Angel Pons · 3 years, 7 months ago
  93. f26b2e5 arch/x86/id.S: Remove unneeded whitespace before tab by Elyes HAOUAS · 3 years, 6 months ago
  94. 94e4961 acpi: Fix Coverity Scan report by Lijian Zhao · 3 years, 6 months ago
  95. ffa2adf arch/x86/cpu.c: Remove redundant <arch/cpu.h> by Elyes HAOUAS · 3 years, 7 months ago
  96. 07dda33 acpi: Fix BERT size_t printf format error by Benjamin Doron · 3 years, 7 months ago
  97. d30d9a2 src: Remove redundant include <rules.h> by Elyes HAOUAS · 3 years, 7 months ago
  98. 6d26d80 arch/x86/smbios: Add missing guard by Raul E Rangel · 3 years, 6 months ago
  99. 5f262be intel: Rename config FSP_USES_MP_SERVICES_PPI to MP_SERVICES_PPI by Furquan Shaikh · 3 years, 7 months ago
  100. 40d4599 arch/x86/smbios: Correct SMBIOS type 4 max speed by Tim Chu · 3 years, 8 months ago