Age | Commit message (Expand) | Author |
2021-05-24 | device: Consider fw_config probing in `is_dev_enabled()` | Furquan Shaikh |
2021-05-11 | device/device.c: Print bus numbers in decimal | Angel Pons |
2021-05-10 | device: Drop unused `uma_memory_{base,size}` globals | Angel Pons |
2021-05-03 | device: Switch pci_dev_is_wake_source to take pci_devfn_t | Tim Wawrzynczak |
2021-04-19 | device/azalia_device.c: Add option to lock down GCAP | Angel Pons |
2021-04-18 | device/Kconfig: Adapt PCIEXP_HOTPLUG_BUSES | Nico Huber |
2021-04-14 | Rename do_printk() to printk() | Nico Huber |
2021-04-06 | device/i2c_bus.c: Correct code style | Frans Hendriks |
2021-04-05 | device/dram/ddr3: Drop unused MRS helpers | Angel Pons |
2021-04-05 | device/dram/ddr4.h: Align with DDR3 and DDR2 | Angel Pons |
2021-04-05 | device/dram/ddr3: Rename DDR3 SPD memory types | Angel Pons |
2021-04-05 | device/dram/ddr3: Get rid of useless typedefs | Angel Pons |
2021-03-24 | device/azalia_device.c: Program beep verbs | Patrick Rudolph |
2021-03-24 | device/azalia_device.c: Introduce AZALIA_MAX_CODECS | Angel Pons |
2021-03-24 | device/azalia_device.c: Correct STATESTS access width | Angel Pons |
2021-03-24 | device/azalia_device.c: Unify `wait_for_valid` timeouts | Angel Pons |
2021-03-22 | device/azalia_device.c: Switch to stopwatch | Patrick Rudolph |
2021-03-15 | pciexp_device: Rewrite LTR configuration | Nico Huber |
2021-03-14 | device/pciexp_device.c: Remove CPP guarding | Arthur Heymans |
2021-03-13 | soc/amd/common/block/graphics/graphics: GOP: load VBIOS | Nikolai Vyssotski |
2021-03-12 | pci_def.h: Introduce PCI_EXP_DEVCAP2 & PCI_EXP_DEVCTL2 proper | Nico Huber |
2021-03-12 | device: Give `pci_ops.set_L1_ss_latency` a proper name | Nico Huber |
2021-02-24 | device/device.c: Rename .disable to .vga_disable | Arthur Heymans |
2021-02-16 | device/dram: Move SPD manufacturer names out of arch/x86 | Patrick Rudolph |
2021-02-15 | device: Add unit to Kconfig option name: `PRE_GRAPHICS_DELAY_MS` | Paul Menzel |
2021-02-15 | src/device: Remove unused <console/console.h> | Elyes HAOUAS |
2021-02-10 | device/azalia_device: Add mainboard hook to program codecs | Angel Pons |
2021-02-10 | device/azalia_device: Add function to program a verb table | Angel Pons |
2021-02-10 | device/azalia_device.c: Correct print format | Angel Pons |
2021-02-06 | soc/intel/broadwell: Conditionally skip PRE_GRAPHICS_DELAY | Kyösti Mälkki |
2021-02-05 | device/device.c: Print done at end of assign_resources() | Frans Hendriks |
2021-02-05 | device: correct code style | Frans Hendriks |
2021-02-01 | device/oprom/include/x86emu/fpu_regs.h: Fix lint error | Frans Hendriks |
2021-01-30 | device: Drop `mmconf_resource_init` function | Angel Pons |
2021-01-30 | device/Kconfig: Introduce MMCONF_LENGTH | Angel Pons |
2021-01-29 | device/Kconfig: Declare MMCONF symbols' type once | Angel Pons |
2021-01-27 | src/device: Don't die() on vBIOS errors | Martin Roth |
2021-01-26 | device/pci_device.c: Use __func__ | Elyes HAOUAS |
2021-01-24 | device/pci_rom.c: Use __func__ | Elyes HAOUAS |
2021-01-18 | device/oprom/x86emu/sys.c: Use __func__ | Elyes HAOUAS |
2021-01-18 | device/xhci.c: Remove repeated word | Elyes HAOUAS |
2021-01-18 | device/pci_device.c: Remove repeated word | Elyes HAOUAS |
2021-01-12 | device/pci_device.c: Use same indents for switch/case | Felix Singer |
2021-01-10 | device: Add new Kconfig VGA_ROM_RUN_DEFAULT for mainboard user | Subrata Banik |
2020-12-28 | device/pnp: add register PNP_IO4 | Michael Niewöhner |
2020-12-28 | device + util/sconfig: introduce new device `gpio` | Michael Niewöhner |
2020-12-17 | azalia: Use `azalia_enter_reset` function | Angel Pons |
2020-12-17 | azalia: Use `azalia_exit_reset` function | Angel Pons |
2020-12-17 | device/azalia_device.c: Add codec reset helpers | Angel Pons |
2020-12-17 | device/azalia_device.c: Clarify comment | Angel Pons |
2020-12-17 | azalia: Replace `hda_find_verb` uses | Angel Pons |
2020-12-17 | azalia: Make `azalia_find_verb` parametric | Angel Pons |
2020-12-17 | azalia: Drop unused parameter from `azalia_find_verb` | Angel Pons |
2020-12-17 | azalia: Make `find_verb` function non-static | Angel Pons |
2020-12-17 | device/azalia_device.c: Remove debug prints | Angel Pons |
2020-12-17 | azalia: Make `set_bits` function non-static | Angel Pons |
2020-12-14 | drivers: Replace multiple fill_lb_framebuffer with single instance | Patrick Rudolph |
2020-12-11 | device/Makefile.inc: Do not require hda_verb.c | Angel Pons |
2020-11-25 | device: Drop unused HyperTransport code | Angel Pons |
2020-11-16 | device/pci: Add NULL check for PCI driver's .ops | Nico Huber |
2020-11-16 | device: Enable bus mastering on system-class devices conditionally | Felix Singer |
2020-11-16 | device: Allow configuring bus mastering for PCI bridges conditionally | Felix Singer |
2020-11-09 | device: Move pci_dev_is_wake_source function | Tim Wawrzynczak |
2020-11-02 | azalia: Treat all negative return values as errors | Angel Pons |
2020-11-02 | device: Rework bus master option | Felix Singer |
2020-10-27 | device: Rephrase bus master Kconfig option | Felix Singer |
2020-10-21 | device: Allow virtual/generic devices under PCI in devicetree | Duncan Laurie |
2020-10-21 | device: Export enable_static_device() function | Duncan Laurie |
2020-10-11 | pci_device: Add a helper function for determining if PCI device is wake source | Furquan Shaikh |
2020-09-28 | superio/common: Fix NULL pointer dereferences | John Zhao |
2020-09-21 | src/device: Drop unneeded empty lines | Elyes HAOUAS |
2020-09-20 | lint: check for misuse of Kconfig SUBSYSTEM_*_ID | Michael Niewöhner |
2020-09-17 | src: Remove redundant <device/pnp_def.h> | Elyes HAOUAS |
2020-09-16 | device/dram: Add method for converting MHz to MT/s | Rob Barnes |
2020-09-14 | src/{device,include}: Use PNP_IDX_EN instead of magic number | Elyes HAOUAS |
2020-08-31 | device: Add method to configure bus mastering based on Kconfig | Felix Singer |
2020-08-17 | {sb/intel/*/azalia.c,device/azalia_device.c}: Reduce differences | Elyes HAOUAS |
2020-08-17 | device/azalia_device.c: Use <device/azalia_device.h> registers | Elyes HAOUAS |
2020-08-15 | device/pci_rom.c: Treat BASE_DISPLAY class as GPU | Benjamin Doron |
2020-08-05 | src: Use space after 'if', 'for' | Elyes HAOUAS |
2020-08-04 | Revert "device/pci_device.c: Do not complain about disabled devices" | Nico Huber |
2020-08-03 | Change all assert(0) to BUG() | Julius Werner |
2020-07-28 | device: Add find_dev_nested_path helper function | Rob Barnes |
2020-07-28 | src: Never set ISA Enable on PCI bridges | Angel Pons |
2020-07-26 | src: Change BOOL CONFIG_ to CONFIG() in comments & strings | Martin Roth |
2020-07-26 | src: Remove whitespace between 'sizeof' and '(' | Elyes HAOUAS |
2020-07-24 | device/pci_device.c: Do not complain about disabled devices | Angel Pons |
2020-07-21 | device/cardbus_device.c: Drop `cardbus_size_bridge_resource` | Angel Pons |
2020-07-12 | device/xhci: Add helper method to iterate over xhci_supported_protocl | Raul E Rangel |
2020-07-09 | device/pci_device.c: Drop dead code | Angel Pons |
2020-06-19 | Kconfig: Escape variable to accommodate new Kconfig versions | Patrick Georgi |
2020-06-18 | src/device/Kconfig: Introduce WANT_LINEAR_FRAMEBUFFER | Angel Pons |
2020-06-17 | treewide: Replace CONFIG(ARCH_xx) tests | Kyösti Mälkki |
2020-06-10 | device/xhci: Add xHCI utility to enumerate capabilities | Raul E Rangel |
2020-06-08 | device: Add a disabling PCIe device bus master function | John Zhao |
2020-06-06 | src: Use pci_dev_ops_pci where applicable | Angel Pons |
2020-06-02 | src: Remove redundant includes | Elyes HAOUAS |
2020-05-28 | device/resource_allocator_v4: Improve the logging in resource allocator | Furquan Shaikh |
2020-05-28 | device/resource_allocator_v4: Change BIOS_SPEW to BIOS_DEBUG | Furquan Shaikh |
2020-05-28 | Revert "Revert "pciexp_device: Add option to allocate prefetch memory above 4... | Furquan Shaikh |