1. 4e9bb33 Rename ECAM-specific MMCONF Kconfigs by Shelley Chen · 2 years, 9 months ago
  2. 32d09be treewide: Replace bad uses of `find_resource` by Angel Pons · 2 years, 8 months ago
  3. 0949e73 src/acpi to src/lib: Fix spelling errors by Martin Roth · 2 years, 10 months ago
  4. 20c709d device: Drop unused function `dev_find_matching_device_on_bus` by Furquan Shaikh · 2 years, 10 months ago
  5. 5f08ef9 device/dram/spd.c: Add more manufacturer ID codes by JingleHsuWiwynn · 2 years, 10 months ago
  6. ea03d00 device/mmio: Make buffer_to_fifo32() take a const buffer by Julius Werner · 2 years, 10 months ago
  7. 4c66daa device/dram: Add addtional LPDDR4 speed grades by Rob Barnes · 2 years, 11 months ago
  8. 5ff1808 device/mipi: Move to drivers/mipi by Julius Werner · 2 years, 11 months ago
  9. e78fd11 qualcomm/sc7180: Switch to common MIPI panel library by Julius Werner · 3 years ago
  10. d7df383 device_util.c: Replace `memcpy()` with `strcpy()` by Angel Pons · 2 years, 11 months ago
  11. b2a1480 device: Move MIPI panel library from mainboard/google/kukui into common by Julius Werner · 3 years ago
  12. ad5307e device/pci_rom: Make ON_DEVICE_ROM_LOAD condition truthy by Raul E Rangel · 3 years ago
  13. 69cb69f device/pci_rom: Convert #if to C code by Raul E Rangel · 3 years ago
  14. a736f48 lib/cbfs,device/pci_rom: Move cbfs_boot_map_optionrom and modernize by Raul E Rangel · 3 years ago
  15. 679c37a src/device: Remove DEVICE_PATH_ESPI & DEVICE_PATH_LPC by Martin Roth · 3 years ago
  16. d19cc11 device: Reflow strings in printk statements by Angel Pons · 3 years ago
  17. 2efcafa device/resource_allocator_v4: Only highlight log message with === by Paul Menzel · 3 years ago
  18. b228771 device: Clean up resource utility function signatures by Kyösti Mälkki · 3 years, 1 month ago
  19. ceca5de device/pci_device.c: Reuse `irq` variable by Angel Pons · 3 years, 1 month ago
  20. 5f406d9 device/pci_device.c: Drop redundant guard by Angel Pons · 3 years, 1 month ago
  21. 63e98fc src/device/dram: Add terminating new lines to printk strings by Nikolai Vyssotski · 3 years, 1 month ago
  22. ed5c7ac device: Add helper function devfn_disable() by Subrata Banik · 3 years, 1 month ago
  23. bb8d00d device/pnp: Always provide `pnp_unset_and_set_config` by Angel Pons · 3 years, 1 month ago
  24. f892b85 device/dram: Add LPDDR4 utilities by Rob Barnes · 3 years, 1 month ago
  25. eca3e62 device: Add helper function is_devfn_enabled() by Subrata Banik · 3 years, 1 month ago
  26. 7f6ae79 device: Consider fw_config probing in `is_dev_enabled()` by Furquan Shaikh · 3 years, 2 months ago
  27. e354a4b device/device.c: Print bus numbers in decimal by Angel Pons · 3 years, 2 months ago
  28. d5a0cc5 device: Drop unused `uma_memory_{base,size}` globals by Angel Pons · 3 years, 2 months ago
  29. 93982c3 device: Switch pci_dev_is_wake_source to take pci_devfn_t by Tim Wawrzynczak · 3 years, 3 months ago
  30. b922cbb device/azalia_device.c: Add option to lock down GCAP by Angel Pons · 3 years, 4 months ago
  31. 2a1ad76 device/Kconfig: Adapt PCIEXP_HOTPLUG_BUSES by Nico Huber · 3 years, 3 months ago
  32. 7cc14ac Rename do_printk() to printk() by Nico Huber · 3 years, 4 months ago
  33. 68dc369 device/i2c_bus.c: Correct code style by Frans Hendriks · 3 years, 5 months ago
  34. 83e319d device/dram/ddr3: Drop unused MRS helpers by Angel Pons · 3 years, 8 months ago
  35. 6c6e049 device/dram/ddr4.h: Align with DDR3 and DDR2 by Angel Pons · 3 years, 4 months ago
  36. 1857138 device/dram/ddr3: Rename DDR3 SPD memory types by Angel Pons · 3 years, 4 months ago
  37. afb3d7e device/dram/ddr3: Get rid of useless typedefs by Angel Pons · 3 years, 4 months ago
  38. 1834fbb device/azalia_device.c: Program beep verbs by Patrick Rudolph · 3 years, 5 months ago
  39. 5d31dfa device/azalia_device.c: Introduce AZALIA_MAX_CODECS by Angel Pons · 3 years, 4 months ago
  40. 6da7866 device/azalia_device.c: Correct STATESTS access width by Angel Pons · 3 years, 4 months ago
  41. fa1befc device/azalia_device.c: Unify `wait_for_valid` timeouts by Angel Pons · 3 years, 4 months ago
  42. 9f5261e device/azalia_device.c: Switch to stopwatch by Patrick Rudolph · 3 years, 5 months ago
  43. 968ef75 pciexp_device: Rewrite LTR configuration by Nico Huber · 3 years, 4 months ago
  44. 24837e7 device/pciexp_device.c: Remove CPP guarding by Arthur Heymans · 3 years, 4 months ago
  45. b649d6a soc/amd/common/block/graphics/graphics: GOP: load VBIOS by Nikolai Vyssotski · 3 years, 4 months ago
  46. c2ffe89 pci_def.h: Introduce PCI_EXP_DEVCAP2 & PCI_EXP_DEVCTL2 proper by Nico Huber · 3 years, 4 months ago
  47. a768dea device: Give `pci_ops.set_L1_ss_latency` a proper name by Nico Huber · 3 years, 4 months ago
  48. b238caa device/device.c: Rename .disable to .vga_disable by Arthur Heymans · 3 years, 5 months ago
  49. ff251d2 device/dram: Move SPD manufacturer names out of arch/x86 by Patrick Rudolph · 3 years, 5 months ago
  50. c4062c7 device: Add unit to Kconfig option name: `PRE_GRAPHICS_DELAY_MS` by Paul Menzel · 3 years, 5 months ago
  51. da00a29 src/device: Remove unused <console/console.h> by Elyes HAOUAS · 3 years, 5 months ago
  52. d6d71ce device/azalia_device: Add mainboard hook to program codecs by Angel Pons · 3 years, 5 months ago
  53. 44c431e device/azalia_device: Add function to program a verb table by Angel Pons · 3 years, 5 months ago
  54. 2e77443 device/azalia_device.c: Correct print format by Angel Pons · 3 years, 5 months ago
  55. 0f30063 soc/intel/broadwell: Conditionally skip PRE_GRAPHICS_DELAY by Kyösti Mälkki · 3 years, 7 months ago
  56. 739c080 device/device.c: Print done at end of assign_resources() by Frans Hendriks · 3 years, 5 months ago
  57. a9caa50 device: correct code style by Frans Hendriks · 3 years, 5 months ago
  58. 7aaea37 device/oprom/include/x86emu/fpu_regs.h: Fix lint error by Frans Hendriks · 3 years, 6 months ago
  59. 90be754 device: Drop `mmconf_resource_init` function by Angel Pons · 3 years, 6 months ago
  60. 5063287 device/Kconfig: Introduce MMCONF_LENGTH by Angel Pons · 3 years, 6 months ago
  61. 7d63878 device/Kconfig: Declare MMCONF symbols' type once by Angel Pons · 3 years, 6 months ago
  62. aeffa86 src/device: Don't die() on vBIOS errors by Martin Roth · 3 years, 6 months ago
  63. f984aec device/pci_device.c: Use __func__ by Elyes HAOUAS · 3 years, 6 months ago
  64. 0c1d660 device/pci_rom.c: Use __func__ by Elyes HAOUAS · 3 years, 6 months ago
  65. 1bc8714 device/oprom/x86emu/sys.c: Use __func__ by Elyes HAOUAS · 3 years, 6 months ago
  66. cb0584e device/xhci.c: Remove repeated word by Elyes HAOUAS · 3 years, 6 months ago
  67. 0ce7416 device/pci_device.c: Remove repeated word by Elyes HAOUAS · 3 years, 6 months ago
  68. c96ee7e device/pci_device.c: Use same indents for switch/case by Felix Singer · 3 years, 6 months ago
  69. af03936 device: Add new Kconfig VGA_ROM_RUN_DEFAULT for mainboard user by Subrata Banik · 3 years, 7 months ago
  70. 6e016f0 device/pnp: add register PNP_IO4 by Michael Niewöhner · 3 years, 7 months ago
  71. dbb667a device + util/sconfig: introduce new device `gpio` by Michael Niewöhner · 3 years, 7 months ago
  72. 2e0053b azalia: Use `azalia_enter_reset` function by Angel Pons · 3 years, 7 months ago
  73. 7f839f6 azalia: Use `azalia_exit_reset` function by Angel Pons · 3 years, 7 months ago
  74. 4919028 device/azalia_device.c: Add codec reset helpers by Angel Pons · 3 years, 7 months ago
  75. f23c6a8 device/azalia_device.c: Clarify comment by Angel Pons · 3 years, 7 months ago
  76. d3f7028 azalia: Replace `hda_find_verb` uses by Angel Pons · 3 years, 7 months ago
  77. d425ddd azalia: Make `azalia_find_verb` parametric by Angel Pons · 3 years, 7 months ago
  78. fcf8a3a azalia: Drop unused parameter from `azalia_find_verb` by Angel Pons · 3 years, 7 months ago
  79. 75c4f06 azalia: Make `find_verb` function non-static by Angel Pons · 3 years, 7 months ago
  80. e108e41 device/azalia_device.c: Remove debug prints by Angel Pons · 3 years, 7 months ago
  81. 61dd836 azalia: Make `set_bits` function non-static by Angel Pons · 3 years, 7 months ago
  82. 92106b1 drivers: Replace multiple fill_lb_framebuffer with single instance by Patrick Rudolph · 4 years, 5 months ago
  83. 520003a device/Makefile.inc: Do not require hda_verb.c by Angel Pons · 3 years, 7 months ago
  84. c19cbee device: Drop unused HyperTransport code by Angel Pons · 3 years, 8 months ago
  85. 7e3e1ea device/pci: Add NULL check for PCI driver's .ops by Nico Huber · 3 years, 9 months ago
  86. d3d0fd7 device: Enable bus mastering on system-class devices conditionally by Felix Singer · 3 years, 10 months ago
  87. 205b53e device: Allow configuring bus mastering for PCI bridges conditionally by Felix Singer · 3 years, 10 months ago
  88. 8a1ad13 device: Move pci_dev_is_wake_source function by Tim Wawrzynczak · 3 years, 8 months ago
  89. 554713e azalia: Treat all negative return values as errors by Angel Pons · 3 years, 9 months ago
  90. 3d9fa08 device: Rework bus master option by Felix Singer · 3 years, 10 months ago
  91. 05b883e device: Rephrase bus master Kconfig option by Felix Singer · 3 years, 9 months ago
  92. bf69622 device: Allow virtual/generic devices under PCI in devicetree by Duncan Laurie · 3 years, 9 months ago
  93. 3e4a14e1 device: Export enable_static_device() function by Duncan Laurie · 3 years, 9 months ago
  94. 494f319 pci_device: Add a helper function for determining if PCI device is wake source by Furquan Shaikh · 3 years, 10 months ago
  95. 4792f8f superio/common: Fix NULL pointer dereferences by John Zhao · 3 years, 10 months ago
  96. f219cd8 src/device: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  97. e0d749c lint: check for misuse of Kconfig SUBSYSTEM_*_ID by Michael Niewöhner · 3 years, 10 months ago
  98. 4b683b8 src: Remove redundant <device/pnp_def.h> by Elyes HAOUAS · 3 years, 10 months ago
  99. a01ee36 device/dram: Add method for converting MHz to MT/s by Rob Barnes · 3 years, 10 months ago
  100. 79a3de1 src/{device,include}: Use PNP_IDX_EN instead of magic number by Elyes HAOUAS · 3 years, 11 months ago