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