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. ea5c311 arch/x86,cpu/x86: Disable the %gs and %fs segments by Raul E Rangel · 2 years, 11 months ago
  20. 96f26d1 arch/x86: Make sure compiler knows we're stopping in hlt() by Martin Roth · 3 years ago
  21. da68c9d arch/x86,cpu/x86: Move cpu_info initialization instructions into macro by Raul E Rangel · 2 years, 11 months ago
  22. a96482a arch/x86/boot: Add missing include by Raul E Rangel · 3 years ago
  23. 8b98f8b SMBIOS: Skip `get_smbios_data` for disabled devices by Angel Pons · 3 years ago
  24. 6a73b24 SMBIOS: Allow skipping default SMBIOS generation by Angel Pons · 3 years ago
  25. 12b809b smbios.c: Rename two local functions by Angel Pons · 3 years ago
  26. 5586c79 arch/x86: Update debug message to callout the reason for failure by Subrata Banik · 3 years ago
  27. 6efc4aa arch/x86: Check unsupported CPU type while writing to SMBIOS table 7 by Subrata Banik · 3 years ago
  28. 72f1e62 arch/x86: Skip returning default leaf value as `0` by Subrata Banik · 3 years ago
  29. 83eb22e arch/x86: Implement cpu_info in C code by Arthur Heymans · 3 years ago
  30. be2e2bb smbios.c: Move function definition near call-site by Angel Pons · 3 years ago
  31. e2b5fee arch/x86: smbios write 7 table using deterministic cache functions by Subrata Banik · 3 years, 1 month ago
  32. 0c6c0da arch/x86: Helper functions to get deterministic cache parameters by Subrata Banik · 3 years, 1 month ago
  33. 6a01ac2 arch/x86/thread: Add #error when compiling for x86_64 by Raul E Rangel · 3 years, 1 month ago
  34. ca0606e arch/x86,lib/thread: Enable thread support in romstage by Raul E Rangel · 3 years, 1 month ago
  35. e279d90 arch/x86,cpu/x86/mp_init: Switch cpu_info index type to size_t by Raul E Rangel · 3 years, 1 month ago
  36. 7db7ee9 lib/thread,arch/x86: Move thread stacks into C bss by Raul E Rangel · 3 years, 1 month ago
  37. a98d302 x86/smp/spinlock: Disable thread coop when taking spinlock by Raul E Rangel · 3 years, 1 month ago
  38. 88eb167 arch/x86: Save resume vector to stack in x86_64 mode by Iru Cai · 3 years, 2 months ago
  39. adcf782 arch/x86: Use ENV_X86_64 instead of _x86_64_ by Patrick Rudolph · 4 years ago
  40. e92a982 arch/x86: Add X86_CUSTOM_BOOTMEDIA by Raul E Rangel · 3 years, 2 months ago
  41. 16fe5e1 src: Consolidate x86_64 support Kconfig by Angel Pons · 3 years, 2 months ago
  42. 6f5a658 src: Introduce `ARCH_ALL_STAGES_X86` by Angel Pons · 3 years, 2 months ago
  43. a37701a SMBIOS: Introduce `smbios_full_table_len` function by Angel Pons · 3 years, 2 months ago
  44. b977c1a arch/x86/smbios.c Move calculation next to usage by Angel Pons · 3 years, 2 months ago
  45. d62a501 SMBIOS: Introduce `smbios_carve_table` function by Angel Pons · 3 years, 2 months ago
  46. 35b99c6 SMBIOS: Avoid `sizeof` on struct type by Angel Pons · 3 years, 2 months ago
  47. c6dab80 arch/x86/smbios.c: Trim some `len` variables by Angel Pons · 3 years, 2 months ago
  48. 8e035e3 src: Move `select ARCH_X86` to platforms by Angel Pons · 3 years, 2 months ago
  49. 890d4fb arch/x86/bootblock.ld: Align the bottom of the bootblock to 64 bytes by Arthur Heymans · 3 years, 3 months ago
  50. 5f21415 arch/x86/include/arch/smp/mpspec: improve mp_bustype enum definition by Felix Held · 3 years, 2 months ago
  51. ddbc771 arch/x86/walkcbfs.S: Fix the cbfs base addr for some fmap by Arthur Heymans · 3 years, 2 months ago
  52. c545baa arch/x86/ioapic: Clear vector table first by Kyösti Mälkki · 3 years, 2 months ago
  53. 8c9a89d arch/x86/ioapic: Drop irq_on_fsb as a configurable item by Kyösti Mälkki · 3 years, 2 months ago
  54. d023909 treewide: Disable R_AMD64_32S relocation support by Patrick Rudolph · 3 years, 2 months ago
  55. 06b2049 arch/x86/mptable: Add smp_write_ioapic_from_hw() by Kyösti Mälkki · 3 years, 2 months ago
  56. 401ec98 arch/x86/ioapic: Add get_ioapic_id() and get_ioapic_version() by Kyösti Mälkki · 3 years, 2 months ago
  57. dea42e0 cpu/x86/lapic: Replace LOCAL_APIC_ADDR references by Kyösti Mälkki · 3 years, 3 months ago
  58. 17e67d2 arch/x86/acpi_bert_storage: unbreak BERT support by Felix Held · 3 years, 3 months ago
  59. 62eb0ed arch/x86/include/bert_storage: introduce bert_should_generate_acpi_table by Felix Held · 3 years, 3 months ago
  60. 34806cc arch/x86: Do not call lapicid() without SMP by Kyösti Mälkki · 3 years, 3 months ago
  61. 8cc25d2 drivers/generic/ioapic: Use arch/x86/ioapic by Kyösti Mälkki · 3 years, 3 months ago
  62. 93c1eef arch/x86/ioapic: Add write_vector() helper by Kyösti Mälkki · 3 years, 3 months ago
  63. ea2fb8d arch/x86/ioapic: Split some ioapic utility functions by Kyösti Mälkki · 3 years, 3 months ago
  64. 0a88c60 arch/x86/acpi_bert_storage: change return type of bert_errors_present by Felix Held · 3 years, 3 months ago
  65. 05b6b37 arch/x86/timestamp.inc: Remove unused file by Arthur Heymans · 3 years, 3 months ago
  66. f206cda option: Introduce `CMOS_LAYOUT_FILE` Kconfig symbol by Angel Pons · 3 years, 3 months ago
  67. 40acfe7 cbfs: Increase mcache size defaults by Julius Werner · 3 years, 3 months ago
  68. 38e4a2d include/console: Fix duplicate entry of postcode 0x79 by Subrata Banik · 3 years, 4 months ago
  69. 50ece62 arch/x86/walkcbfs.S: Use FMAP instead of "cbfs master header" by Arthur Heymans · 3 years, 4 months ago
  70. a033d8c arch/x86: Always include walkcbfs.S by Arthur Heymans · 3 years, 4 months ago
  71. f25f095 arch/x86: Fix building with CONFIG_VBOOT_SEPARATE_VERSTAGE=n by Arthur Heymans · 3 years, 4 months ago
  72. 20fa59f arch/x86/smbios: Let SMBIOS type 9 be able to write slot ID by JingleHsuWiwynn · 3 years, 7 months ago
  73. 84d10cc ChromeOS: Use CHROMEOS_NVS guard by Kyösti Mälkki · 3 years, 6 months ago
  74. 26ab9bf *x86: Support x2apic mode by Wonkyu Kim · 3 years, 5 months ago
  75. b324df6 arch/x86: Provide readXp/writeXp helpers in arch/mmio.h by Angel Pons · 3 years, 5 months ago
  76. 1de8708 cbfs: Remove prog_locate() for stages and rmodules by Julius Werner · 3 years, 8 months ago
  77. d37cfb7 arch/x86/smbios_defaults.c: Default to motherboard type by Angel Pons · 3 years, 7 months ago
  78. 6e82ebf mb/ocp/deltalake: Fill ECC type in romstage by Angel Pons · 3 years, 7 months ago
  79. 6724ba4 memory_info.h: Store SMBIOS error correction type by Angel Pons · 3 years, 7 months ago
  80. 31b4209 arch/x86/smbios: Update SMBIOS type 17 asset tag by Tim Chu · 3 years, 8 months ago
  81. 82d16b1 memlayout: Store region sizes as separate symbols by Julius Werner · 3 years, 8 months ago
  82. ff251d2 device/dram: Move SPD manufacturer names out of arch/x86 by Patrick Rudolph · 3 years, 6 months ago
  83. 6b688f5 src: use ARRAY_SIZE where possible by Patrick Georgi · 3 years, 6 months ago
  84. f6c4eea src/arch: Remove unused <console/console.h> by Elyes HAOUAS · 3 years, 6 months ago
  85. 6ab8766 arch/x86: Drop `cstates` pointer from CPU drivers by Angel Pons · 3 years, 7 months ago
  86. f26b2e5 arch/x86/id.S: Remove unneeded whitespace before tab by Elyes HAOUAS · 3 years, 6 months ago
  87. 94e4961 acpi: Fix Coverity Scan report by Lijian Zhao · 3 years, 6 months ago
  88. ffa2adf arch/x86/cpu.c: Remove redundant <arch/cpu.h> by Elyes HAOUAS · 3 years, 7 months ago
  89. 07dda33 acpi: Fix BERT size_t printf format error by Benjamin Doron · 3 years, 7 months ago
  90. 6d26d80 arch/x86/smbios: Add missing guard by Raul E Rangel · 3 years, 6 months ago
  91. 5f262be intel: Rename config FSP_USES_MP_SERVICES_PPI to MP_SERVICES_PPI by Furquan Shaikh · 3 years, 7 months ago
  92. 40d4599 arch/x86/smbios: Correct SMBIOS type 4 max speed by Tim Chu · 3 years, 8 months ago
  93. 522e0db acpi: Add support for reporting CrashLog in BERT table by Francois Toguo · 3 years, 7 months ago
  94. 4330b96 arch/x86/smbios: Add Number Of Power Cords field to be overriden by JingleHsuWiwynn · 3 years, 7 months ago
  95. e0165fb stage_cache: Add resume_from_stage_cache() by Kyösti Mälkki · 3 years, 7 months ago
  96. 1ee8ddc arch/x86/smbios: Update SMBIOS type 16 Extended Maximum Capacity by Tim Chu · 3 years, 7 months ago
  97. e76ce87 arch/x86: Remove most C_ENV_BOOTBLOCK_SIZE limits by Kyösti Mälkki · 4 years, 3 months ago
  98. 49dbbe9 arch/x86: Top-align .text in bootblock by Kyösti Mälkki · 4 years, 8 months ago
  99. 2289a70 arch/x86: Top-align .init in bootblock by Kyösti Mälkki · 4 years, 8 months ago
  100. 47d58e5 cpu/x86: Link entry32.inc by Kyösti Mälkki · 3 years, 9 months ago