summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* oprom/yabel/io.c: Fix building for ENV_X86_64Arthur Heymans2022-01-171-2/+2
* oprom/realmode/x86.c: Fix building for ENV_X86_64Arthur Heymans2022-01-171-2/+8
* device/pci_device.c: Make sure the PCI bus has a deviceArthur Heymans2022-01-121-0/+3
* device/dram/lpddr4.c: Remove unused <string.h>Elyes HAOUAS2022-01-051-1/+0
* pci_device.c: Don't guard `pci_dev_disable_bus_master()`Angel Pons2022-01-011-5/+5
* device: Make pciexp_get_ltr_max_latencies a public functionTim Wawrzynczak2021-12-221-1/+1
* device/pci_device.c: Scan only one device for PCIeJianjun Wang2021-11-291-0/+27
* device/pci_rom: Add vga_oprom_preloadRaul E Rangel2021-11-151-0/+15
* device/azalia_device: Drop unused function parameterAngel Pons2021-11-111-2/+2
* device/azalia_device: Adapt and export `codec_init()`Angel Pons2021-11-111-3/+3
* azalia_device: Report if codec verb loading failedAngel Pons2021-11-111-2/+5
* device/azalia_device: Export `codecs_init()`Angel Pons2021-11-111-2/+2
* arch/x86: Refactor the SMBIOS type 17 write functionSubrata Banik2021-11-113-9/+226
* Rename ECAM-specific MMCONF KconfigsShelley Chen2021-11-103-18/+26
* treewide: Replace bad uses of `find_resource`Angel Pons2021-11-041-1/+1
* src/acpi to src/lib: Fix spelling errorsMartin Roth2021-10-059-9/+9
* device: Drop unused function `dev_find_matching_device_on_bus`Furquan Shaikh2021-09-241-13/+0
* device/dram/spd.c: Add more manufacturer ID codesJingleHsuWiwynn2021-09-201-0/+3
* device/mmio: Make buffer_to_fifo32() take a const bufferJulius Werner2021-09-201-2/+2
* device/dram: Add addtional LPDDR4 speed gradesRob Barnes2021-09-131-7/+37
* device/mipi: Move to drivers/mipiJulius Werner2021-08-2617-2380/+1
* qualcomm/sc7180: Switch to common MIPI panel libraryJulius Werner2021-08-203-0/+38
* device_util.c: Replace `memcpy()` with `strcpy()`Angel Pons2021-08-191-3/+3
* device: Move MIPI panel library from mainboard/google/kukui into commonJulius Werner2021-08-1816-1/+2342
* device/pci_rom: Make ON_DEVICE_ROM_LOAD condition truthyRaul E Rangel2021-07-201-5/+5
* device/pci_rom: Convert #if to C codeRaul E Rangel2021-07-201-3/+1
* lib/cbfs,device/pci_rom: Move cbfs_boot_map_optionrom and modernizeRaul E Rangel2021-07-201-0/+19
* src/device: Remove DEVICE_PATH_ESPI & DEVICE_PATH_LPCMartin Roth2021-07-142-14/+0
* device: Reflow strings in printk statementsAngel Pons2021-07-053-26/+25
* device/resource_allocator_v4: Only highlight log message with ===Paul Menzel2021-07-051-1/+1
* device: Clean up resource utility function signaturesKyösti Mälkki2021-07-011-4/+4
* device/pci_device.c: Reuse `irq` variableAngel Pons2021-07-011-3/+2
* device/pci_device.c: Drop redundant guardAngel Pons2021-06-301-2/+0
* src/device/dram: Add terminating new lines to printk stringsNikolai Vyssotski2021-06-282-2/+2
* device: Add helper function devfn_disable()Subrata Banik2021-06-171-0/+7
* device/pnp: Always provide `pnp_unset_and_set_config`Angel Pons2021-06-101-0/+9
* device/dram: Add LPDDR4 utilitiesRob Barnes2021-06-092-2/+72
* device: Add helper function is_devfn_enabled()Subrata Banik2021-06-091-0/+6
* device: Consider fw_config probing in `is_dev_enabled()`Furquan Shaikh2021-05-241-0/+14
* device/device.c: Print bus numbers in decimalAngel Pons2021-05-111-1/+1
* device: Drop unused `uma_memory_{base,size}` globalsAngel Pons2021-05-101-6/+0
* device: Switch pci_dev_is_wake_source to take pci_devfn_tTim Wawrzynczak2021-05-031-6/+3
* device/azalia_device.c: Add option to lock down GCAPAngel Pons2021-04-192-0/+14
* device/Kconfig: Adapt PCIEXP_HOTPLUG_BUSESNico Huber2021-04-181-0/+2
* Rename do_printk() to printk()Nico Huber2021-04-141-15/+15
* device/i2c_bus.c: Correct code styleFrans Hendriks2021-04-061-8/+4
* device/dram/ddr3: Drop unused MRS helpersAngel Pons2021-04-051-223/+0
* device/dram/ddr4.h: Align with DDR3 and DDR2Angel Pons2021-04-051-6/+6
* device/dram/ddr3: Rename DDR3 SPD memory typesAngel Pons2021-04-051-10/+10
* device/dram/ddr3: Get rid of useless typedefsAngel Pons2021-04-051-4/+4