aboutsummaryrefslogtreecommitdiff
path: root/src/device
AgeCommit message (Expand)Author
2022-06-21device/i2c_bus: Check for self loop in bus linkMatt DeVillier
2022-05-31dev/i2c_bus: Add declaration, implementation of i2c_dev_detect()Matt DeVillier
2022-05-29device: Add IORESOURCE_ABOVE_4G flag to PCI64 resourcesTim Wawrzynczak
2022-05-28payloads/external: Add support for coreDOOM payloadNicholas Chin
2022-05-24device: Add log_resource()Kyösti Mälkki
2022-05-17arch/x86/ebda.c: Move setting up ebda to a BS hookArthur Heymans
2022-04-22device: Remove unused <cbmem.h>Elyes HAOUAS
2022-04-01device/i2c_bus: Constify i2c_busdev and i2c_linkMatt DeVillier
2022-03-30device/pci_device.c: Return if the scan parameter is invalidArthur Heymans
2022-03-28device/pciexp_device: Set resources for pciexp_hotplug_dummy_opsJohn Su
2022-03-15i2c: Add configurable I2C transfer timeoutJes Klinke
2022-03-07src: Make PCI ID define names shorterFelix Singer
2022-03-02device/pci_device.c: Improve pci_bridge_route() readabilityArthur Heymans
2022-02-28device/pci_device: Fix PCIe bridge detectionNico Huber
2022-02-22treewide: Get rid of CONFIG_AZALIA_MAX_CODECSElyes Haouas
2022-02-16device: Add support for PCIe Resizable BARsTim Wawrzynczak
2022-02-10device: Add pciexp_find_next_extended_cap functionTim Wawrzynczak
2022-02-08device/dram/ddr2.c: Fix log messagesElyes HAOUAS
2022-02-07treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner
2022-01-26src: Add missing 'void' in function definitionElyes HAOUAS
2022-01-24device: constify pciexp_find_extended_cap()Tim Wawrzynczak
2022-01-17oprom/yabel/io.c: Fix building for ENV_X86_64Arthur Heymans
2022-01-17oprom/realmode/x86.c: Fix building for ENV_X86_64Arthur Heymans
2022-01-12device/pci_device.c: Make sure the PCI bus has a deviceArthur Heymans
2022-01-05device/dram/lpddr4.c: Remove unused <string.h>Elyes HAOUAS
2022-01-01pci_device.c: Don't guard `pci_dev_disable_bus_master()`Angel Pons
2021-12-22device: Make pciexp_get_ltr_max_latencies a public functionTim Wawrzynczak
2021-11-29device/pci_device.c: Scan only one device for PCIeJianjun Wang
2021-11-15device/pci_rom: Add vga_oprom_preloadRaul E Rangel
2021-11-11device/azalia_device: Drop unused function parameterAngel Pons
2021-11-11device/azalia_device: Adapt and export `codec_init()`Angel Pons
2021-11-11azalia_device: Report if codec verb loading failedAngel Pons
2021-11-11device/azalia_device: Export `codecs_init()`Angel Pons
2021-11-11arch/x86: Refactor the SMBIOS type 17 write functionSubrata Banik
2021-11-10Rename ECAM-specific MMCONF KconfigsShelley Chen
2021-11-04treewide: Replace bad uses of `find_resource`Angel Pons
2021-10-05src/acpi to src/lib: Fix spelling errorsMartin Roth
2021-09-24device: Drop unused function `dev_find_matching_device_on_bus`Furquan Shaikh
2021-09-20device/dram/spd.c: Add more manufacturer ID codesJingleHsuWiwynn
2021-09-20device/mmio: Make buffer_to_fifo32() take a const bufferJulius Werner
2021-09-13device/dram: Add addtional LPDDR4 speed gradesRob Barnes
2021-08-26device/mipi: Move to drivers/mipiJulius Werner
2021-08-20qualcomm/sc7180: Switch to common MIPI panel libraryJulius Werner
2021-08-19device_util.c: Replace `memcpy()` with `strcpy()`Angel Pons
2021-08-18device: Move MIPI panel library from mainboard/google/kukui into commonJulius Werner
2021-07-20device/pci_rom: Make ON_DEVICE_ROM_LOAD condition truthyRaul E Rangel
2021-07-20device/pci_rom: Convert #if to C codeRaul E Rangel
2021-07-20lib/cbfs,device/pci_rom: Move cbfs_boot_map_optionrom and modernizeRaul E Rangel
2021-07-14src/device: Remove DEVICE_PATH_ESPI & DEVICE_PATH_LPCMartin Roth
2021-07-05device: Reflow strings in printk statementsAngel Pons
2021-07-05device/resource_allocator_v4: Only highlight log message with ===Paul Menzel
2021-07-01device: Clean up resource utility function signaturesKyösti Mälkki
2021-07-01device/pci_device.c: Reuse `irq` variableAngel Pons
2021-06-30device/pci_device.c: Drop redundant guardAngel Pons
2021-06-28src/device/dram: Add terminating new lines to printk stringsNikolai Vyssotski
2021-06-17device: Add helper function devfn_disable()Subrata Banik
2021-06-10device/pnp: Always provide `pnp_unset_and_set_config`Angel Pons
2021-06-09device/dram: Add LPDDR4 utilitiesRob Barnes
2021-06-09device: Add helper function is_devfn_enabled()Subrata Banik
2021-05-24device: Consider fw_config probing in `is_dev_enabled()`Furquan Shaikh
2021-05-11device/device.c: Print bus numbers in decimalAngel Pons
2021-05-10device: Drop unused `uma_memory_{base,size}` globalsAngel Pons
2021-05-03device: Switch pci_dev_is_wake_source to take pci_devfn_tTim Wawrzynczak
2021-04-19device/azalia_device.c: Add option to lock down GCAPAngel Pons
2021-04-18device/Kconfig: Adapt PCIEXP_HOTPLUG_BUSESNico Huber
2021-04-14Rename do_printk() to printk()Nico Huber
2021-04-06device/i2c_bus.c: Correct code styleFrans Hendriks
2021-04-05device/dram/ddr3: Drop unused MRS helpersAngel Pons
2021-04-05device/dram/ddr4.h: Align with DDR3 and DDR2Angel Pons
2021-04-05device/dram/ddr3: Rename DDR3 SPD memory typesAngel Pons
2021-04-05device/dram/ddr3: Get rid of useless typedefsAngel Pons
2021-03-24device/azalia_device.c: Program beep verbsPatrick Rudolph
2021-03-24device/azalia_device.c: Introduce AZALIA_MAX_CODECSAngel Pons
2021-03-24device/azalia_device.c: Correct STATESTS access widthAngel Pons
2021-03-24device/azalia_device.c: Unify `wait_for_valid` timeoutsAngel Pons
2021-03-22device/azalia_device.c: Switch to stopwatchPatrick Rudolph
2021-03-15pciexp_device: Rewrite LTR configurationNico Huber
2021-03-14device/pciexp_device.c: Remove CPP guardingArthur Heymans
2021-03-13soc/amd/common/block/graphics/graphics: GOP: load VBIOSNikolai Vyssotski
2021-03-12pci_def.h: Introduce PCI_EXP_DEVCAP2 & PCI_EXP_DEVCTL2 properNico Huber
2021-03-12device: Give `pci_ops.set_L1_ss_latency` a proper nameNico Huber
2021-02-24device/device.c: Rename .disable to .vga_disableArthur Heymans
2021-02-16device/dram: Move SPD manufacturer names out of arch/x86Patrick Rudolph
2021-02-15device: Add unit to Kconfig option name: `PRE_GRAPHICS_DELAY_MS`Paul Menzel
2021-02-15src/device: Remove unused <console/console.h>Elyes HAOUAS
2021-02-10device/azalia_device: Add mainboard hook to program codecsAngel Pons
2021-02-10device/azalia_device: Add function to program a verb tableAngel Pons
2021-02-10device/azalia_device.c: Correct print formatAngel Pons
2021-02-06soc/intel/broadwell: Conditionally skip PRE_GRAPHICS_DELAYKyösti Mälkki
2021-02-05device/device.c: Print done at end of assign_resources()Frans Hendriks
2021-02-05device: correct code styleFrans Hendriks
2021-02-01device/oprom/include/x86emu/fpu_regs.h: Fix lint errorFrans Hendriks
2021-01-30device: Drop `mmconf_resource_init` functionAngel Pons
2021-01-30device/Kconfig: Introduce MMCONF_LENGTHAngel Pons
2021-01-29device/Kconfig: Declare MMCONF symbols' type onceAngel Pons
2021-01-27src/device: Don't die() on vBIOS errorsMartin Roth
2021-01-26device/pci_device.c: Use __func__Elyes HAOUAS
2021-01-24device/pci_rom.c: Use __func__Elyes HAOUAS
2021-01-18device/oprom/x86emu/sys.c: Use __func__Elyes HAOUAS
2021-01-18device/xhci.c: Remove repeated wordElyes HAOUAS