aboutsummaryrefslogtreecommitdiff
path: root/src/device
AgeCommit message (Expand)Author
2022-12-10treewide: Include <device/mmio.h> instead of <arch/mmio.h>Elyes Haouas
2022-11-24device/mdio: Provide helper functions for read and writeWerner Zeh
2022-11-24src/device + util/sconfig: Introduce new device 'mdio'Mario Scheithauer
2022-11-22src/device/pci_: Remove unnecessary space after castsElyes Haouas
2022-11-20device/pciexp: add pcie_find_dsn()Jonathan Zhang
2022-11-14device/Kconfig: Don't allow native mode in x86_64Arthur Heymans
2022-11-12device & commonlib: Update pci_scan_bus postcodesMartin Roth
2022-11-10/: Remove "ERROR: "/"WARNING: " prefixes from log messagesElyes Haouas
2022-11-07device/resource_allocator_v3: Drop codeArthur Heymans
2022-11-04device/dram: Add kconfig options for memory typesMartin Roth
2022-11-03{device,drivers}: Include <cpu/cpu.h> instead of <arch/cpu.h>Elyes Haouas
2022-10-26src/device: Clean up includesElyes Haouas
2022-10-12device/dram/ddr2: Use 'enum cb_err' instead of 'int'Elyes Haouas
2022-10-06include/device/device_util.c: add predicates for pci devicesFabio Aiuto
2022-10-06device/device_const.c: Clean up includes and add <types.h>Elyes Haouas
2022-09-29treewide: use is_enabled_cpu() on cycles over device listFabio Aiuto
2022-09-29include/device/path.h: use functions for enabled cpu selectionFabio Aiuto
2022-09-13device/dram: Reformat codeElyes Haouas
2022-09-12device: Clear lane error statusWilson Chou
2022-09-08device/pci_device: Add missing spaces to log messagesPaul Menzel
2022-09-06allocator_v4: Disable top-down mode by defaultNico Huber
2022-09-05Revert "allocator_v4: Treat above 4G resources more natively"Nico Huber
2022-09-04allocator_v4: Treat above 4G resources more nativelyNico Huber
2022-09-04pciexp_device: Propagate above-4G flag to all hotplug devicesNico Huber
2022-09-04allocator_v4: Introduce RESOURCE_ALLOCATION_TOP_DOWNNico Huber
2022-09-04device/i2c_bus: Add routines to read and write multiple bytesWerner Zeh
2022-08-31device/dram/ddr4.c: note that dimm size calculation won't work for 3DSKrystian Hebel
2022-08-31device/dram/ddr4.c: fill missing ECC info from SPDKrystian Hebel
2022-08-31allocator_v4: Completely ignore resources with 0 limitNico Huber
2022-08-29pciexp: Move PCI path check one level up to pciexp_enable_ltr()Nico Huber
2022-08-25device/dram: Add function to convert freq to MT/s for (LP)DDR5Matt DeVillier
2022-08-17pciexp_device: Fix offset handling for extended capabilitiesNico Huber
2022-08-17pciexp: Refactor extended capability handlingNico Huber
2022-08-17pciexp_device: Drop quirk handling in pciexp_get_ext_cap_offset()Nico Huber
2022-08-17pciexp_device: Properly search for Intel's 0xcafe capabilityNico Huber
2022-08-17pciexp_device: Introduce pciexp_find_ext_vendor_cap()Nico Huber
2022-08-17pciexp_device: Join pciexp_find_(next_)extended_cap() APIsNico Huber
2022-08-15pciexp_device: Fix pciexp_find_next_extended_cap()Nico Huber
2022-08-13device: Skip not assigned resources during global resource searchShuo Liu
2022-08-13payloads/tianocore: Rename TianoCore to edk2Sean Rhodes
2022-08-07pciexp_device: Handle unsupported requests in pciexp_get_ext_cap_offset()Bill XIE
2022-08-07pci_device: Add a function to find PCI capability ID recursivelyBill XIE
2022-08-07pciexp_device: Fix a bug in pciexp_enable_ltr()Bill XIE
2022-08-03device: Fix 64Bit Device Resource Info PrintGang Chen
2022-08-03dev/i2c_bus: Fix `count` argument in i2c_dev_detect()Nico Huber
2022-06-27allocator_v4: Make it explicit that we start with the highest alignmentNico Huber
2022-06-27allocator_v4: Manually inline round()Nico Huber
2022-06-27allocator_v4: Reflow and revise comment blocksNico Huber
2022-06-27allocator_v4: Drop spurious rule from commentNico Huber
2022-06-26resource: Add helpers for memory resourcesKyösti Mälkki
2022-06-26device: Add fixed_io_range_flags() and helpersKyösti Mälkki
2022-06-26device: Add fixed_mem_range_flags() and helpersKyösti Mälkki
2022-06-22device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki
2022-06-21device/i2c_bus: Add missing trailing newline to console outputMatt DeVillier
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