aboutsummaryrefslogtreecommitdiff
path: root/src/device
AgeCommit message (Expand)Author
2023-06-01device/pci: Limit default domain memory windowNico Huber
2023-06-01device/resource_allocator_v4.c: Fix printing unsigned integersArthur Heymans
2023-06-01device/allocator: Allow for multiple domain resources of a typeArthur Heymans
2023-05-31device/dram: Update RDIMM classification from RIMM to DIMMZiang Wang
2023-05-19device/Kconfig: Reduce PCIe hotplug bus numbers and IO resourcesArthur Heymans
2023-05-17console: Add format-checking __printf() to die()Nico Huber
2023-05-15device/allocator: Fix format string for resource flags (%lu)Nico Huber
2023-04-22lib/version: Move board identification stringsKyösti Mälkki
2023-04-20device: Move D3COLD_SUPPORT symbolSean Rhodes
2023-04-12Revert "device: Add Kconfig options for D3COLD_SUPPORT and NO_S0IX_SUPPORT"Michael Niewöhner
2023-04-06cpu/x86/topology: Add code to fill in topology on struct pathArthur Heymans
2023-04-06cpu/x86/mp_init.c: Keep track of initial lapic ID inside device_pathArthur Heymans
2023-03-09device/Kconfig: explain which PCI ID needs to be used for VGA_BIOS_IDFelix Held
2023-03-09device/pci_rom: rework PCI ID remapping in pci_rom_probeFelix Held
2023-03-05device/xhci: Add functions to work with resource pointersRobert Zieba
2023-03-02device/pciexp_device.c: Do not enable common clock if already activeWerner Zeh
2023-02-27device/dram/spd.c: Add Nanya's Manufacturer IDMartin Roth
2023-02-17device: Add Kconfig options for D3COLD_SUPPORT and NO_S0IX_SUPPORTSean Rhodes
2023-02-09treewide: Remove repeated wordsElyes Haouas
2023-02-06device/pci_device.c: Add way to limit max bus numbersArthur Heymans
2023-02-01treewide: Remove duplicated include <device/pci.h>Elyes Haouas
2023-01-11device/Kconfig: Fix selection of software connection managerMartin Roth
2023-01-11drivers/intel/gma: Hook up libgfxinit in romstageJeremy Compostella
2023-01-08soc/intel/alderlake/acpi: Add Kconfig options for SCM and FCMSean Rhodes
2023-01-04spd.h: Move enum ddr3_module_type to ddr3.hElyes Haouas
2023-01-04spd.h: Move enum ddr2_module_type to ddr2.hElyes Haouas
2022-12-17device/Kconfig: bump desktop framebuffer max height/width to support 4KMatt DeVillier
2022-12-17device/oprom/yabel/io: use __fallthrough instead of commentFelix Held
2022-12-14device/cpu_device.c: Zero initialize structArthur Heymans
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