summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* pciexp_device: Handle unsupported requests in pciexp_get_ext_cap_offset()Bill XIE2022-08-071-0/+3
* pci_device: Add a function to find PCI capability ID recursivelyBill XIE2022-08-071-0/+24
* pciexp_device: Fix a bug in pciexp_enable_ltr()Bill XIE2022-08-071-1/+1
* device: Fix 64Bit Device Resource Info PrintGang Chen2022-08-031-2/+2
* dev/i2c_bus: Fix `count` argument in i2c_dev_detect()Nico Huber2022-08-031-1/+1
* allocator_v4: Make it explicit that we start with the highest alignmentNico Huber2022-06-271-9/+6
* allocator_v4: Manually inline round()Nico Huber2022-06-271-14/+2
* allocator_v4: Reflow and revise comment blocksNico Huber2022-06-271-155/+196
* allocator_v4: Drop spurious rule from commentNico Huber2022-06-271-3/+0
* resource: Add helpers for memory resourcesKyösti Mälkki2022-06-261-0/+15
* device: Add fixed_io_range_flags() and helpersKyösti Mälkki2022-06-261-14/+0
* device: Add fixed_mem_range_flags() and helpersKyösti Mälkki2022-06-261-11/+12
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-221-1/+1
* device/i2c_bus: Add missing trailing newline to console outputMatt DeVillier2022-06-211-1/+2
* device/i2c_bus: Check for self loop in bus linkMatt DeVillier2022-06-211-1/+1
* 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