1. bfb11be include/device/device.h: Remove CHIP_NAME() macro by Nicholas Sudsgaard · 7 months ago
  2. 3d606cf mb/51nb to mb/gigabyte: Rename Makefiles from .inc to .mk by Martin Roth · 7 months ago
  3. 0b0113f device/device.h: Rename pci_domain_scan_bus by Arthur Heymans · 12 months ago
  4. 8ebd8cc mainboard: Add SPDX license headers to Makefiles by Martin Roth · 1 year ago
  5. 0b58024 emulation/{i440fx,q35}: Don't use PCI driver to set root PCI dev ops by Arthur Heymans · 1 year, 2 months ago
  6. b78e462 Convert literal uses of CONFIG_MAINBOARD_{VENDOR,PART_NUMBER} by Kyösti Mälkki · 1 year, 8 months ago
  7. 1f9e240 asus/p2b, emulation/qemu-i440fx: Use ACPI_COMMON_MADT_IOAPIC by Kyösti Mälkki · 1 year, 4 months ago
  8. 1377422 asus/p2b: Remove MADT LAPIC by Kyösti Mälkki · 1 year, 4 months ago
  9. 69a1396 sb,soc/amd,intel: Add and use ACPI_COMMON_MADT_LAPIC by Kyösti Mälkki · 1 year, 4 months ago
  10. e1a6ea6 sb/intel/i82371eb/chip.h: Use 'bool' instead of 'int' by Elyes Haouas · 1 year, 5 months ago
  11. 486240f src/mainboard: Remove unnecessary space after casts by Elyes Haouas · 1 year, 9 months ago
  12. 69cd729 mb/*: Remove lapic from devicetree by Arthur Heymans · 1 year, 9 months ago
  13. fa06bcb mainboard/acpi: Replace constant "Zero" with actual number by Felix Singer · 1 year, 8 months ago
  14. c87814d ACPI MADT: Add LINT1 as NMI source by Kyösti Mälkki · 1 year, 9 months ago
  15. 799c321 cbmem_top_chipset: Change the return value to uintptr_t by Elyes Haouas · 1 year, 9 months ago
  16. 8ea8eba mb/emulation/qemu-q35: Use ioapic helper functions by Kyösti Mälkki · 1 year, 9 months ago
  17. c8a20b9 cpu/*: Drop PARALLEL_MP leftovers by Arthur Heymans · 1 year, 9 months ago
  18. d6b6b22 payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity by Elyes Haouas · 1 year, 10 months ago
  19. 61ed4ef treewide: use predicate to check if pci device is on n-th bus by Fabio Aiuto · 1 year, 11 months ago
  20. c0f85e7 src/mb: Add SPDX identifiers to files missing them by Martin Roth · 2 years ago
  21. 7c60068 mb/qemu-i440fx,soc/nvidia: Fix coverity reported defects by Kyösti Mälkki · 2 years, 2 months ago
  22. b20a714 mb/emulation/qemu-i440fx,q35: Do resource transition by Kyösti Mälkki · 3 years, 2 months ago
  23. 27d6299 device/resource: Add _kb postfix for resource allocators by Kyösti Mälkki · 2 years, 3 months ago
  24. 4db2e8e mb/emulation/qemu-q35: Support PARALLEL_MP with SMM_ASEG by Arthur Heymans · 2 years, 10 months ago
  25. 928a9c8 cpu,mb,nb,soc: use HPET_BASE_ADDRESS instead of magic number by Felix Held · 2 years, 6 months ago
  26. 17c9cfe src/mainboard/emulation/qemu-i440fx: Fix struct packing by Patrick Rudolph · 2 years, 9 months ago
  27. fc86f8b src/mb: Remove unused <string.h> by Elyes HAOUAS · 2 years, 8 months ago
  28. b23571c src: Drop duplicated includes by Elyes HAOUAS · 2 years, 8 months ago
  29. e0ab086 emulation/qemu-i440fx: Use a 4MB ROM by default by Simon Glass · 2 years, 9 months ago
  30. 15235b2 emulation/qemu-i440fx,q35: avoid writing to ROM by Julian Stecklina · 2 years, 9 months ago
  31. 4e9bb33 Rename ECAM-specific MMCONF Kconfigs by Shelley Chen · 2 years, 10 months ago
  32. 085fdd8 emulation/qemu-i440fx,q35: Split chromeos.c by Kyösti Mälkki · 2 years, 10 months ago
  33. d16d00b mb/emulation/qemu-i440fx: Refactor `fw_cfg_max_cpus()` by Angel Pons · 2 years, 10 months ago
  34. c25ecb5 arch/x86/ioapic: Select IOAPIC with SMP by Kyösti Mälkki · 3 years, 2 months ago
  35. 4bab569 mb/emulation/qemu-i440fx: Select IOAPIC by Kyösti Mälkki · 3 years, 2 months ago
  36. 4dd7d11 cpu/x86/mp_init: move printing of failure message into mp_init_with_smm by Felix Held · 2 years, 10 months ago
  37. d27ef5b cpu/x86/mp_init: use cb_err as mp_init_with_smm return type by Felix Held · 2 years, 10 months ago
  38. 50863da src/mainboard to src/security: Fix spelling errors by Martin Roth · 2 years, 11 months ago
  39. 75be324 mb/*: Specify type of `FMDFILE` once by Angel Pons · 3 years, 1 month ago
  40. 2c03ffc mb/*: Specify type of `MAINBOARD_PART_NUMBER` once by Angel Pons · 3 years, 1 month ago
  41. 9cddae1 mb/*: Specify type of `MAINBOARD_DIR` once by Angel Pons · 3 years, 1 month ago
  42. c76c59a QEMU: Only call `pci_assign_irqs` with non-NULL dev by Angel Pons · 3 years, 2 months ago
  43. 5124c13 mb/emulation/qemu-i440fx: Tidy up PAM register writes by Angel Pons · 3 years, 2 months ago
  44. fff1b2f mb/emulation/qemu-i440fx/fw_cfg.c: Use `smbios_header` by Angel Pons · 3 years, 2 months ago
  45. a37701a SMBIOS: Introduce `smbios_full_table_len` function by Angel Pons · 3 years, 2 months ago
  46. d62a501 SMBIOS: Introduce `smbios_carve_table` function by Angel Pons · 3 years, 2 months ago
  47. 35b99c6 SMBIOS: Avoid `sizeof` on struct type by Angel Pons · 3 years, 2 months ago
  48. dea42e0 cpu/x86/lapic: Replace LOCAL_APIC_ADDR references by Kyösti Mälkki · 3 years, 3 months ago
  49. 927be09 emulation/qemu-x86: Select BOOT_DEVICE_NOT_SPI_FLASH by Arthur Heymans · 3 years, 4 months ago
  50. c8116f6 nb/intel: Don't select VBOOT_SEPARATE_VERSTAGE by Arthur Heymans · 3 years, 4 months ago
  51. d4799d7 mainboard: Drop unreferenced CMOS options by Angel Pons · 3 years, 4 months ago
  52. e69d2df mb/emulation/qemu-q35: Add support for SMM_TSEG with parallel MP init by Arthur Heymans · 3 years, 9 months ago
  53. 7155595 mb: guard irq_tables for clang-format by Patrick Georgi · 3 years, 6 months ago
  54. cfa0225 mb/emulation/qemu: Fix SMP boot by Patrick Rudolph · 3 years, 7 months ago
  55. a2c4cd7 mb/emulation/qemu-i440fx: Convert to ASL 2.0 syntax by Elyes HAOUAS · 3 years, 10 months ago
  56. e76ce87 arch/x86: Remove most C_ENV_BOOTBLOCK_SIZE limits by Kyösti Mälkki · 4 years, 3 months ago
  57. cf246d5 ACPI: Add top-level ASL by Kyösti Mälkki · 3 years, 7 months ago
  58. 279c3e1 mb/emulation/qemu-q35: Account for TSEG by Arthur Heymans · 3 years, 9 months ago
  59. 82e111c mb/emulation/qemu: Copy page tables to DRAM in assembly by Patrick Rudolph · 3 years, 7 months ago
  60. a75a2fa mb/emulation/x86: Add optional parallel_mp init support by Arthur Heymans · 3 years, 9 months ago
  61. d79e485 cpu/qemu-x86: Add the option to have no SMM by Arthur Heymans · 3 years, 9 months ago
  62. c85cce0 mb/**/cmos.layout: Indent everything with tabs by Angel Pons · 3 years, 10 months ago
  63. 37509d7 mb/*/*/dsdt.asl: Drop useless comments in DefinitionBlock() by Elyes HAOUAS · 3 years, 11 months ago
  64. 90d00de {src/mb,util/autoport}: Use macro for DSDT revision by Elyes HAOUAS · 3 years, 11 months ago
  65. c29c123 mainboard/emulation/qemu-i440fx: Select HAVE_ASAN_IN_ROMSTAGE by Harshit Sharma · 4 years ago
  66. a92acec mb/emulation/qemu-i440fx/northbridge.c: Use SMBIOS macros by Elyes HAOUAS · 4 years, 1 month ago
  67. 666c8f8 mb/qemu-i440fx/memmap: Add warning when falling back to CMOS infos by Nico Huber · 4 years, 1 month ago
  68. d2245d8 mb/qemu/fw_cfg: Fix return code check for fw_cfg_e820_select() by Nico Huber · 4 years, 1 month ago
  69. ef59c93 mb/qemu/fw_cfg: Add info messages about (not) found files by Nico Huber · 4 years, 1 month ago
  70. 225be5f src: Remove unused 'include <types.h>' by Elyes HAOUAS · 4 years, 3 months ago
  71. 7378e9c mb/emulation/qemu-i440fx: Drop dead code by Angel Pons · 4 years, 1 month ago
  72. feecdc2 mb/emulation/qemu-i440fx,q35: Fix comment style by Paul Menzel · 4 years, 2 months ago
  73. b8fba86 Kconfig: Escape variable to accommodate new Kconfig versions by Patrick Georgi · 4 years, 2 months ago
  74. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  75. 674ad92 src/mainboard: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  76. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 3 months ago
  77. afd4c87 treewide: move copyrights and authors to AUTHORS by Patrick Georgi · 4 years, 3 months ago
  78. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 3 months ago
  79. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  80. 3e7633a mb/qemu-i440fx,q35: Fix option table by Nico Huber · 4 years, 4 months ago
  81. 2f8ba69 Replace DEVICE_NOOP with noop_(set|read)_resources by Nico Huber · 4 years, 5 months ago
  82. a461b69 Drop unnecessary DEVICE_NOOP entries by Nico Huber · 4 years, 5 months ago
  83. deeccbf Drop explicit NULL initializations from `device_operations` by Elyes HAOUAS · 4 years, 5 months ago
  84. 585495e mainboard/emulation: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  85. b40e780 mb/emulation/qemu-i440fx: Add acpi_name handler for QEMU by Duncan Laurie · 4 years, 5 months ago
  86. ddd4f9a mb/emulation/qemu-i440fx: Reserve low memory by Duncan Laurie · 4 years, 5 months ago
  87. a5b0bc4 src: capitalize 'APIC' by Elyes HAOUAS · 4 years, 6 months ago
  88. 3b618bb mainboard/[a-f]*: Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  89. b9bd69e src/mainboard: Remove unused '#include <device/pci.h>' by Elyes HAOUAS · 4 years, 9 months ago
  90. ed69de3 mainboard: Add missing include <device/pci_def.h> by Elyes HAOUAS · 4 years, 8 months ago
  91. 70a03dd src: Add missing include <stdlib.h> by Elyes HAOUAS · 4 years, 9 months ago
  92. 0bb8346 Kconfig: comply to Linux 5.3's Kconfig language rules by Patrick Georgi · 4 years, 9 months ago
  93. 9764bc1 mb/*: Fix default fmap with VBOOT_SLOTS_RW_A enabled by Patrick Rudolph · 4 years, 9 months ago
  94. f8251b9 mb/emulation/qemu: Add VBOOT support by Patrick Rudolph · 5 years ago
  95. 340e4b8 lib/cbmem_top: Add a common cbmem_top implementation by Arthur Heymans · 4 years, 10 months ago
  96. 4d99cde src/mainboard: Drop wrong _ADR objects by Elyes HAOUAS · 4 years, 10 months ago
  97. 8dc95dd emulation/qemu-i440fx: use fw_cfg_dma for fw_cfg_read by Himanshu Sahdev · 5 years ago
  98. 20667c5 emulation/qemu-i440fx/fw_cfg_if.h: replace macro with enum by Himanshu Sahdev · 5 years ago
  99. 660ff20 emulation/qemu-i440fx/northbridge.c: Fix minor whitespace by Himanshu Sahdev · 5 years ago
  100. eb0eeb2 emulation/qemu-x86: Rename memory.c to memmap.c by Kyösti Mälkki · 5 years ago