1. e095c46 device/Kconfig: Don't allow native mode in x86_64 by Arthur Heymans · 1 year, 8 months ago
  2. 9a8667a device & commonlib: Update pci_scan_bus postcodes by Martin Roth · 1 year, 8 months ago
  3. aba1c94 /: Remove "ERROR: "/"WARNING: " prefixes from log messages by Elyes Haouas · 1 year, 8 months ago
  4. 36695f2 device/resource_allocator_v3: Drop code by Arthur Heymans · 1 year, 9 months ago
  5. a666af7 device/dram: Add kconfig options for memory types by Martin Roth · 1 year, 9 months ago
  6. 5318d9c {device,drivers}: Include <cpu/cpu.h> instead of <arch/cpu.h> by Elyes Haouas · 1 year, 9 months ago
  7. 04c3b5a src/device: Clean up includes by Elyes Haouas · 1 year, 9 months ago
  8. 803241c device/dram/ddr2: Use 'enum cb_err' instead of 'int' by Elyes Haouas · 1 year, 9 months ago
  9. 4fce79f include/device/device_util.c: add predicates for pci devices by Fabio Aiuto · 1 year, 10 months ago
  10. ecb5e2d device/device_const.c: Clean up includes and add <types.h> by Elyes Haouas · 1 year, 10 months ago
  11. 45aae7f treewide: use is_enabled_cpu() on cycles over device list by Fabio Aiuto · 1 year, 10 months ago
  12. c5573d6 include/device/path.h: use functions for enabled cpu selection by Fabio Aiuto · 1 year, 10 months ago
  13. c705ecd device/dram: Reformat code by Elyes Haouas · 2 years, 2 months ago
  14. c8a8695 device: Clear lane error status by Wilson Chou · 1 year, 11 months ago
  15. d579d80 device/pci_device: Add missing spaces to log messages by Paul Menzel · 1 year, 10 months ago
  16. 21ddf55 allocator_v4: Disable top-down mode by default by Nico Huber · 1 year, 10 months ago
  17. 38aafa3 Revert "allocator_v4: Treat above 4G resources more natively" by Nico Huber · 1 year, 10 months ago
  18. 117e436 allocator_v4: Treat above 4G resources more natively by Nico Huber · 4 years, 2 months ago
  19. 577c6b9 pciexp_device: Propagate above-4G flag to all hotplug devices by Nico Huber · 1 year, 11 months ago
  20. 526c642 allocator_v4: Introduce RESOURCE_ALLOCATION_TOP_DOWN by Nico Huber · 4 years, 2 months ago
  21. 63f72f0 device/i2c_bus: Add routines to read and write multiple bytes by Werner Zeh · 1 year, 11 months ago
  22. 40adaf6 device/dram/ddr4.c: note that dimm size calculation won't work for 3DS by Krystian Hebel · 3 years, 5 months ago
  23. ed9f562 device/dram/ddr4.c: fill missing ECC info from SPD by Krystian Hebel · 3 years, 5 months ago
  24. ec7b313 allocator_v4: Completely ignore resources with 0 limit by Nico Huber · 4 years, 2 months ago
  25. 49fc4e3 pciexp: Move PCI path check one level up to pciexp_enable_ltr() by Nico Huber · 1 year, 11 months ago
  26. bb9d106 device/dram: Add function to convert freq to MT/s for (LP)DDR5 by Matt DeVillier · 1 year, 11 months ago
  27. 5f7cfb3 pciexp_device: Fix offset handling for extended capabilities by Nico Huber · 2 years ago
  28. 077dc2e pciexp: Refactor extended capability handling by Nico Huber · 2 years ago
  29. b511804 pciexp_device: Drop quirk handling in pciexp_get_ext_cap_offset() by Nico Huber · 2 years ago
  30. bba9735 pciexp_device: Properly search for Intel's 0xcafe capability by Nico Huber · 2 years ago
  31. 9099fea pciexp_device: Introduce pciexp_find_ext_vendor_cap() by Nico Huber · 2 years ago
  32. 5ffc2c8 pciexp_device: Join pciexp_find_(next_)extended_cap() APIs by Nico Huber · 2 years ago
  33. 4b864e5 pciexp_device: Fix pciexp_find_next_extended_cap() by Nico Huber · 2 years ago
  34. 0640c28 device: Skip not assigned resources during global resource search by Shuo Liu · 2 years ago
  35. 38c99b5 payloads/tianocore: Rename TianoCore to edk2 by Sean Rhodes · 2 years ago
  36. 385e432 pciexp_device: Handle unsupported requests in pciexp_get_ext_cap_offset() by Bill XIE · 2 years ago
  37. 513d359 pci_device: Add a function to find PCI capability ID recursively by Bill XIE · 2 years ago
  38. a43380e pciexp_device: Fix a bug in pciexp_enable_ltr() by Bill XIE · 2 years ago
  39. cfb90fd device: Fix 64Bit Device Resource Info Print by Gang Chen · 2 years ago
  40. 51a35764 dev/i2c_bus: Fix `count` argument in i2c_dev_detect() by Nico Huber · 2 years ago
  41. 74169c1 allocator_v4: Make it explicit that we start with the highest alignment by Nico Huber · 4 years, 2 months ago
  42. b327704 allocator_v4: Manually inline round() by Nico Huber · 4 years, 2 months ago
  43. 9d7728a allocator_v4: Reflow and revise comment blocks by Nico Huber · 4 years, 2 months ago
  44. f708b05 allocator_v4: Drop spurious rule from comment by Nico Huber · 2 years, 1 month ago
  45. d0525d4 resource: Add helpers for memory resources by Kyösti Mälkki · 3 years, 1 month ago
  46. ad5fab2 device: Add fixed_io_range_flags() and helpers by Kyösti Mälkki · 3 years, 1 month ago
  47. ce34596 device: Add fixed_mem_range_flags() and helpers by Kyösti Mälkki · 3 years, 1 month ago
  48. 27d6299 device/resource: Add _kb postfix for resource allocators by Kyösti Mälkki · 2 years, 2 months ago
  49. e97eb8f device/i2c_bus: Add missing trailing newline to console output by Matt DeVillier · 2 years, 1 month ago
  50. 06abb91 device/i2c_bus: Check for self loop in bus link by Matt DeVillier · 2 years, 1 month ago
  51. ee849ba dev/i2c_bus: Add declaration, implementation of i2c_dev_detect() by Matt DeVillier · 2 years, 2 months ago
  52. 2b83fa7 device: Add IORESOURCE_ABOVE_4G flag to PCI64 resources by Tim Wawrzynczak · 2 years, 2 months ago
  53. 8d88557 payloads/external: Add support for coreDOOM payload by Nicholas Chin · 2 years, 11 months ago
  54. 68e6dc9 device: Add log_resource() by Kyösti Mälkki · 3 years, 1 month ago
  55. 0a635ab arch/x86/ebda.c: Move setting up ebda to a BS hook by Arthur Heymans · 2 years, 2 months ago
  56. f8a4580 device: Remove unused <cbmem.h> by Elyes HAOUAS · 2 years, 6 months ago
  57. 190086e device/i2c_bus: Constify i2c_busdev and i2c_link by Matt DeVillier · 2 years, 4 months ago
  58. 4a3331d device/pci_device.c: Return if the scan parameter is invalid by Arthur Heymans · 2 years, 4 months ago
  59. 3ecc777 device/pciexp_device: Set resources for pciexp_hotplug_dummy_ops by John Su · 2 years, 4 months ago
  60. 19baa9d i2c: Add configurable I2C transfer timeout by Jes Klinke · 2 years, 5 months ago
  61. 43b7f41 src: Make PCI ID define names shorter by Felix Singer · 2 years, 4 months ago
  62. f879d36 device/pci_device.c: Improve pci_bridge_route() readability by Arthur Heymans · 2 years, 8 months ago
  63. f514b8a device/pci_device: Fix PCIe bridge detection by Nico Huber · 2 years, 5 months ago
  64. fd93cff treewide: Get rid of CONFIG_AZALIA_MAX_CODECS by Elyes Haouas · 2 years, 5 months ago
  65. 8c93fed device: Add support for PCIe Resizable BARs by Tim Wawrzynczak · 2 years, 6 months ago
  66. 3d121ae1 device: Add pciexp_find_next_extended_cap function by Tim Wawrzynczak · 2 years, 10 months ago
  67. 83bc408 device/dram/ddr2.c: Fix log messages by Elyes HAOUAS · 2 years, 5 months ago
  68. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 6 months ago
  69. eb9e63f src: Add missing 'void' in function definition by Elyes HAOUAS · 2 years, 6 months ago
  70. 672e844 device: constify pciexp_find_extended_cap() by Tim Wawrzynczak · 2 years, 6 months ago
  71. d2e423f oprom/yabel/io.c: Fix building for ENV_X86_64 by Arthur Heymans · 2 years, 8 months ago
  72. 15c9c78 oprom/realmode/x86.c: Fix building for ENV_X86_64 by Arthur Heymans · 2 years, 8 months ago
  73. db199cc device/pci_device.c: Make sure the PCI bus has a device by Arthur Heymans · 2 years, 6 months ago
  74. a97f035 device/dram/lpddr4.c: Remove unused <string.h> by Elyes HAOUAS · 2 years, 7 months ago
  75. b651981 pci_device.c: Don't guard `pci_dev_disable_bus_master()` by Angel Pons · 2 years, 7 months ago
  76. a62cb56 device: Make pciexp_get_ltr_max_latencies a public function by Tim Wawrzynczak · 2 years, 7 months ago
  77. 777ffff device/pci_device.c: Scan only one device for PCIe by Jianjun Wang · 3 years ago
  78. a3811fe device/pci_rom: Add vga_oprom_preload by Raul E Rangel · 2 years, 9 months ago
  79. aae6b55 device/azalia_device: Drop unused function parameter by Angel Pons · 2 years, 8 months ago
  80. 86dfd3c device/azalia_device: Adapt and export `codec_init()` by Angel Pons · 2 years, 8 months ago
  81. 1297b9c azalia_device: Report if codec verb loading failed by Angel Pons · 2 years, 8 months ago
  82. 42552ca device/azalia_device: Export `codecs_init()` by Angel Pons · 2 years, 8 months ago
  83. 6de8b42 arch/x86: Refactor the SMBIOS type 17 write function by Subrata Banik · 2 years, 9 months ago
  84. 4e9bb33 Rename ECAM-specific MMCONF Kconfigs by Shelley Chen · 2 years, 9 months ago
  85. 32d09be treewide: Replace bad uses of `find_resource` by Angel Pons · 2 years, 8 months ago
  86. 0949e73 src/acpi to src/lib: Fix spelling errors by Martin Roth · 2 years, 10 months ago
  87. 20c709d device: Drop unused function `dev_find_matching_device_on_bus` by Furquan Shaikh · 2 years, 10 months ago
  88. 5f08ef9 device/dram/spd.c: Add more manufacturer ID codes by JingleHsuWiwynn · 2 years, 10 months ago
  89. ea03d00 device/mmio: Make buffer_to_fifo32() take a const buffer by Julius Werner · 2 years, 10 months ago
  90. 4c66daa device/dram: Add addtional LPDDR4 speed grades by Rob Barnes · 2 years, 11 months ago
  91. 5ff1808 device/mipi: Move to drivers/mipi by Julius Werner · 2 years, 11 months ago
  92. e78fd11 qualcomm/sc7180: Switch to common MIPI panel library by Julius Werner · 3 years ago
  93. d7df383 device_util.c: Replace `memcpy()` with `strcpy()` by Angel Pons · 2 years, 11 months ago
  94. b2a1480 device: Move MIPI panel library from mainboard/google/kukui into common by Julius Werner · 3 years ago
  95. ad5307e device/pci_rom: Make ON_DEVICE_ROM_LOAD condition truthy by Raul E Rangel · 3 years ago
  96. 69cb69f device/pci_rom: Convert #if to C code by Raul E Rangel · 3 years ago
  97. a736f48 lib/cbfs,device/pci_rom: Move cbfs_boot_map_optionrom and modernize by Raul E Rangel · 3 years ago
  98. 679c37a src/device: Remove DEVICE_PATH_ESPI & DEVICE_PATH_LPC by Martin Roth · 3 years ago
  99. d19cc11 device: Reflow strings in printk statements by Angel Pons · 3 years ago
  100. 2efcafa device/resource_allocator_v4: Only highlight log message with === by Paul Menzel · 3 years ago