1. 4e00e62 arch/io.h: Add port I/O functions to other architectures by Alper Nebi Yasak · 7 months ago
  2. bdd03c2 tree: Use <stdio.h> for snprintf by Elyes Haouas · 7 weeks ago
  3. 6c708d8 soc/intel/xeon_sp: Add domain resource window creation utils by Shuo Liu · 3 months ago
  4. 8ed95c3 device/pci_rom: handle non-remapped VGA_BIOS_ID by Felix Held · 8 weeks ago
  5. bfc92cb device: drop unnecessary CHECK_REV_IN_OPROM_NAME option by Felix Held · 8 weeks ago
  6. 8bcd821 dram/ddr3: Use the same naming convention as DDR4 by Elyes Haouas · 10 weeks ago
  7. 0f45e17 dram/ddr5: Use the same naming convention as DDR{2,3,4} by Elyes Haouas · 10 weeks ago
  8. 239347a spd.h: Move enum ddr4_module_type to ddr4.h by Elyes Haouas · 10 weeks ago
  9. 78ba7a7 device/dram/ddr{3,4}: Rename spd_raw_data for specific DDR by Elyes Haouas · 10 weeks ago
  10. 0f3316b device/device_util: Add and use is_pci_bridge() by Shuo Liu · 4 months ago
  11. 305ee06 spd.h: Move enum ddr5_module_type to ddr5.h by Elyes Haouas · 2 months ago
  12. 101685d device_util: Handle domain device in dev_get_domain by Shuo Liu · 3 months ago
  13. 271ee07 device/device_util: Rename dev_get_pci_domain by Shuo Liu · 4 months ago
  14. e56a41b device/device_util: Use const qualifier by Patrick Rudolph · 4 months ago
  15. 4bbec0c tree: Drop duplicated <stdarg.h> and <stdio.h> by Elyes Haouas · 3 months ago
  16. 9f1030f tree: Drop duplicated <device/{path,resource}.h> by Elyes Haouas · 3 months ago
  17. 3140217 tree: Remove blank lines before '}' and after '{' by Elyes Haouas · 4 months ago
  18. 9362b19 device/pnp_device: fix log levels for unassigned resource messages by Felix Held · 5 months ago
  19. 9f0443c device/pciexp_device.c: Fix setting Max Payload Size by Michał Żygowski · 6 months ago
  20. df84fff device/pnp_device: Demote unassigned resource printk to NOTICE by Matt DeVillier · 5 months ago
  21. 2755539 device/device.h: Fix spelling mistake by Arthur Heymans · 6 months ago
  22. 7fcd4d5 device/device.h: Rename busses for clarity by Arthur Heymans · 11 months ago
  23. 80c79a5 device/device.h: Drop multiple links by Arthur Heymans · 11 months ago
  24. 3e99ba0 device: Add a helper function to add a downstream bus by Arthur Heymans · 6 months ago
  25. fd96da9 device, security: Rename Makefiles from .inc to .mk by Martin Roth · 6 months ago
  26. ab6bcd2 device/device_util: Add method to retrieve the domain by Patrick Rudolph · 6 months ago
  27. db77980 device/device_util: Print full domain ID by Patrick Rudolph · 6 months ago
  28. 5191623 device_util: Drop unused function bus_path by Arthur Heymans · 6 months ago
  29. 3325b03 device/Kconfig: Move Intel/ACPI/USB4 specific Kconfig options by Arthur Heymans · 7 months ago
  30. 3b5b66d device: Add support for multiple PCI segment groups by Felix Held · 6 months ago
  31. 2c9688c device/Kconfig: handle ECAM_MMCONF_BUS_NUMBER being 32 by Felix Held · 6 months ago
  32. cf6d9ac device/Kconfig: Add an option to allocate above 4G by default by Arthur Heymans · 11 months ago
  33. ba757a7 x86: Separate CPU and SoC physical address size by Jeremy Compostella · 7 months ago
  34. fab89b3 device/i2c_bus.c: Check pointer for NULL before using it by Martin Roth · 9 months ago
  35. 0f98655 device: Drop MULTIPLE_VGA_ADAPTERS Kconfig by Nico Huber · 7 months ago
  36. bc6a690 device/Kconfig: rename AZALIA_PLUGIN_SUPPORT to AZALIA_HDA_CODEC_SUPPORT by Felix Held · 8 months ago
  37. a41abea device/dram/ddr3.c: Check SPD byte before using as a divisor by Martin Roth · 9 months ago
  38. 0b0113f device/device.h: Rename pci_domain_scan_bus by Arthur Heymans · 11 months ago
  39. 74f1877 arch to drivers/intel: Fix misspellings & capitalization issues by Martin Roth · 10 months ago
  40. 0cd2a50 device/pci_rom: rename pci_rom_acpi_fill_vfct() by Matt DeVillier · 10 months ago
  41. 7c04d0e device/pci_rom: Set VBIOS checksum when filling VFCT table by Matt DeVillier · 10 months ago
  42. 55d3a54 src/device/dram/Makefile.inc: specify one file per line by Sergii Dmytruk · 11 months ago
  43. d3909e1 device/dram: add DDR4 RCD I2C access functions by Krystian Hebel · 3 years, 4 months ago
  44. 6603605 device/dram: add DDR4 MRS commands by Krystian Hebel · 3 years, 2 months ago
  45. 38880d2 device/oprom/realmode/x86: temporary disable NULL breakpoints by Felix Held · 11 months ago
  46. 38c13b5 device/pnp_device: Remove return statement from void function by Elyes Haouas · 11 months ago
  47. f362bbd commonlib,console,nb,sb,security: Add SPDX licenses to Makefiles by Martin Roth · 11 months ago
  48. 8e9906c treewide: Get rid of "NO_DDRx" selection by Elyes Haouas · 1 year ago
  49. 2571ecb device, soc: Add SPDX license headers to Makefiles by Martin Roth · 11 months ago
  50. a959f0a allocator_v4: Disable top-down allocation for EDK2 by Nico Huber · 1 year ago
  51. 40cb3fe commonlib/console/post_code.h: Change post code prefix to POSTCODE by lilacious · 1 year, 1 month ago
  52. 0754e00 allocator_v4: Fix top-level allocations w/o IORESOURCE_ABOVE_4G by Nico Huber · 1 year, 1 month ago
  53. 58fe703 allocator_v4: Remove redundant parameter by Nico Huber · 1 year, 11 months ago
  54. 866eff0 allocator_v4: Manually inline some thin functions by Nico Huber · 4 years, 2 months ago
  55. ee57065 allocator_v4: Factor resource printing out by Nico Huber · 4 years, 2 months ago
  56. 9260ea6 allocator_v4: Use memranges only for toplevel by Nico Huber · 4 years, 2 months ago
  57. 5226301 allocator_v4: Treat above 4G resources more natively by Nico Huber · 4 years, 2 months ago
  58. 310ef52 device/resource_allocator_v4: Remove "ERROR: " from log message by Elyes Haouas · 1 year, 1 month ago
  59. ae81497 device/pci: Limit default domain memory window by Nico Huber · 1 year, 2 months ago
  60. d436b16 device/resource_allocator_v4.c: Fix printing unsigned integers by Arthur Heymans · 1 year, 2 months ago
  61. 68b2b8f device/allocator: Allow for multiple domain resources of a type by Arthur Heymans · 1 year, 7 months ago
  62. a6df40c device/dram: Update RDIMM classification from RIMM to DIMM by Ziang Wang · 1 year, 2 months ago
  63. caf27ad device/Kconfig: Reduce PCIe hotplug bus numbers and IO resources by Arthur Heymans · 1 year, 3 months ago
  64. 6a07db2 console: Add format-checking __printf() to die() by Nico Huber · 1 year, 2 months ago
  65. e8e01af device/allocator: Fix format string for resource flags (%lu) by Nico Huber · 1 year, 2 months ago
  66. a9dd3c3 lib/version: Move board identification strings by Kyösti Mälkki · 1 year, 7 months ago
  67. aa8c6a2 device: Move D3COLD_SUPPORT symbol by Sean Rhodes · 1 year, 3 months ago
  68. f14dbdc Revert "device: Add Kconfig options for D3COLD_SUPPORT and NO_S0IX_SUPPORT" by Michael Niewöhner · 1 year, 3 months ago
  69. 177e135 cpu/x86/topology: Add code to fill in topology on struct path by Arthur Heymans · 1 year, 8 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. 337deb6 device/Kconfig: explain which PCI ID needs to be used for VGA_BIOS_ID by Felix Held · 1 year, 4 months ago
  72. 42f0396 device/pci_rom: rework PCI ID remapping in pci_rom_probe by Felix Held · 1 year, 4 months ago
  73. 219cb95 device/xhci: Add functions to work with resource pointers by Robert Zieba · 1 year, 8 months ago
  74. c83c958 device/pciexp_device.c: Do not enable common clock if already active by Werner Zeh · 1 year, 5 months ago
  75. 2c6c353 device/dram/spd.c: Add Nanya's Manufacturer ID by Martin Roth · 1 year, 5 months ago
  76. 655f736 device: Add Kconfig options for D3COLD_SUPPORT and NO_S0IX_SUPPORT by Sean Rhodes · 1 year, 5 months ago
  77. 3b3bb7c treewide: Remove repeated words by Elyes Haouas · 1 year, 5 months ago
  78. 20d2577 device/pci_device.c: Add way to limit max bus numbers by Arthur Heymans · 2 years, 8 months ago
  79. 7cba1c4 treewide: Remove duplicated include <device/pci.h> by Elyes Haouas · 1 year, 6 months ago
  80. f3a6729 device/Kconfig: Fix selection of software connection manager by Martin Roth · 1 year, 6 months ago
  81. 765e5df drivers/intel/gma: Hook up libgfxinit in romstage by Jeremy Compostella · 1 year, 8 months ago
  82. 060df17 soc/intel/alderlake/acpi: Add Kconfig options for SCM and FCM by Sean Rhodes · 2 years, 2 months ago
  83. f82e68c spd.h: Move enum ddr3_module_type to ddr3.h by Elyes Haouas · 1 year, 7 months ago
  84. 5a04746 spd.h: Move enum ddr2_module_type to ddr2.h by Elyes Haouas · 1 year, 7 months ago
  85. d14461f device/Kconfig: bump desktop framebuffer max height/width to support 4K by Matt DeVillier · 1 year, 7 months ago
  86. 719f7be device/oprom/yabel/io: use __fallthrough instead of comment by Felix Held · 1 year, 7 months ago
  87. 4f2b5a5 device/cpu_device.c: Zero initialize struct by Arthur Heymans · 1 year, 8 months ago
  88. 8823ba1 treewide: Include <device/mmio.h> instead of <arch/mmio.h> by Elyes Haouas · 1 year, 7 months ago
  89. 49ec39f device/mdio: Provide helper functions for read and write by Werner Zeh · 1 year, 8 months ago
  90. 67f63e7 src/device + util/sconfig: Introduce new device 'mdio' by Mario Scheithauer · 1 year, 9 months ago
  91. d369c66 src/device/pci_: Remove unnecessary space after casts by Elyes Haouas · 1 year, 8 months ago
  92. 1864f12 device/pciexp: add pcie_find_dsn() by Jonathan Zhang · 1 year, 9 months ago
  93. e095c46 device/Kconfig: Don't allow native mode in x86_64 by Arthur Heymans · 1 year, 8 months ago
  94. 9a8667a device & commonlib: Update pci_scan_bus postcodes by Martin Roth · 1 year, 8 months ago
  95. aba1c94 /: Remove "ERROR: "/"WARNING: " prefixes from log messages by Elyes Haouas · 1 year, 8 months ago
  96. 36695f2 device/resource_allocator_v3: Drop code by Arthur Heymans · 1 year, 9 months ago
  97. a666af7 device/dram: Add kconfig options for memory types by Martin Roth · 1 year, 9 months ago
  98. 5318d9c {device,drivers}: Include <cpu/cpu.h> instead of <arch/cpu.h> by Elyes Haouas · 1 year, 9 months ago
  99. 04c3b5a src/device: Clean up includes by Elyes Haouas · 1 year, 9 months ago
  100. 803241c device/dram/ddr2: Use 'enum cb_err' instead of 'int' by Elyes Haouas · 1 year, 9 months ago