summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* dev/i2c_bus: Add declaration, implementation of i2c_dev_detect()Matt DeVillier2022-05-311-0/+6
* device: Add IORESOURCE_ABOVE_4G flag to PCI64 resourcesTim Wawrzynczak2022-05-291-1/+3
* payloads/external: Add support for coreDOOM payloadNicholas Chin2022-05-281-0/+1
* device: Add log_resource()Kyösti Mälkki2022-05-241-0/+9
* arch/x86/ebda.c: Move setting up ebda to a BS hookArthur Heymans2022-05-171-8/+0
* device: Remove unused <cbmem.h>Elyes HAOUAS2022-04-221-1/+0
* device/i2c_bus: Constify i2c_busdev and i2c_linkMatt DeVillier2022-04-011-1/+1
* device/pci_device.c: Return if the scan parameter is invalidArthur Heymans2022-03-301-0/+2
* device/pciexp_device: Set resources for pciexp_hotplug_dummy_opsJohn Su2022-03-281-0/+1
* i2c: Add configurable I2C transfer timeoutJes Klinke2022-03-151-0/+8
* src: Make PCI ID define names shorterFelix Singer2022-03-071-1/+1
* device/pci_device.c: Improve pci_bridge_route() readabilityArthur Heymans2022-03-021-13/+13
* device/pci_device: Fix PCIe bridge detectionNico Huber2022-02-281-0/+3
* treewide: Get rid of CONFIG_AZALIA_MAX_CODECSElyes Haouas2022-02-222-14/+5
* device: Add support for PCIe Resizable BARsTim Wawrzynczak2022-02-162-3/+165
* device: Add pciexp_find_next_extended_cap functionTim Wawrzynczak2022-02-101-11/+21
* device/dram/ddr2.c: Fix log messagesElyes HAOUAS2022-02-081-5/+4
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-075-13/+11
* src: Add missing 'void' in function definitionElyes HAOUAS2022-01-261-1/+1
* device: constify pciexp_find_extended_cap()Tim Wawrzynczak2022-01-241-1/+1
* 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