summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* lib/version: Move board identification stringsKyösti Mälkki2023-04-221-2/+0
* device: Move D3COLD_SUPPORT symbolSean Rhodes2023-04-201-0/+14
* Revert "device: Add Kconfig options for D3COLD_SUPPORT and NO_S0IX_SUPPORT"Michael Niewöhner2023-04-121-13/+0
* cpu/x86/topology: Add code to fill in topology on struct pathArthur Heymans2023-04-061-10/+0
* cpu/x86/mp_init.c: Keep track of initial lapic ID inside device_pathArthur Heymans2023-04-061-0/+1
* device/Kconfig: explain which PCI ID needs to be used for VGA_BIOS_IDFelix Held2023-03-091-0/+4
* device/pci_rom: rework PCI ID remapping in pci_rom_probeFelix Held2023-03-091-15/+5
* device/xhci: Add functions to work with resource pointersRobert Zieba2023-03-053-95/+134
* device/pciexp_device.c: Do not enable common clock if already activeWerner Zeh2023-03-021-0/+18
* device/dram/spd.c: Add Nanya's Manufacturer IDMartin Roth2023-02-271-0/+2
* device: Add Kconfig options for D3COLD_SUPPORT and NO_S0IX_SUPPORTSean Rhodes2023-02-171-0/+13
* treewide: Remove repeated wordsElyes Haouas2023-02-091-1/+1
* device/pci_device.c: Add way to limit max bus numbersArthur Heymans2023-02-061-1/+13
* treewide: Remove duplicated include <device/pci.h>Elyes Haouas2023-02-012-4/+0
* device/Kconfig: Fix selection of software connection managerMartin Roth2023-01-111-0/+6
* drivers/intel/gma: Hook up libgfxinit in romstageJeremy Compostella2023-01-111-1/+30
* soc/intel/alderlake/acpi: Add Kconfig options for SCM and FCMSean Rhodes2023-01-081-0/+24
* spd.h: Move enum ddr3_module_type to ddr3.hElyes Haouas2023-01-042-32/+11
* spd.h: Move enum ddr2_module_type to ddr2.hElyes Haouas2023-01-041-10/+11
* device/Kconfig: bump desktop framebuffer max height/width to support 4KMatt DeVillier2022-12-171-2/+4
* device/oprom/yabel/io: use __fallthrough instead of commentFelix Held2022-12-171-1/+1
* device/cpu_device.c: Zero initialize structArthur Heymans2022-12-141-1/+1
* treewide: Include <device/mmio.h> instead of <arch/mmio.h>Elyes Haouas2022-12-101-1/+1
* device/mdio: Provide helper functions for read and writeWerner Zeh2022-11-241-0/+24
* src/device + util/sconfig: Introduce new device 'mdio'Mario Scheithauer2022-11-244-0/+27
* src/device/pci_: Remove unnecessary space after castsElyes Haouas2022-11-222-15/+15
* device/pciexp: add pcie_find_dsn()Jonathan Zhang2022-11-201-0/+51
* device/Kconfig: Don't allow native mode in x86_64Arthur Heymans2022-11-141-1/+1
* device & commonlib: Update pci_scan_bus postcodesMartin Roth2022-11-121-4/+2
* /: Remove "ERROR: "/"WARNING: " prefixes from log messagesElyes Haouas2022-11-101-2/+2
* device/resource_allocator_v3: Drop codeArthur Heymans2022-11-073-564/+1
* device/dram: Add kconfig options for memory typesMartin Roth2022-11-043-2/+76
* {device,drivers}: Include <cpu/cpu.h> instead of <arch/cpu.h>Elyes Haouas2022-11-031-1/+1
* src/device: Clean up includesElyes Haouas2022-10-2613-4/+20
* device/dram/ddr2: Use 'enum cb_err' instead of 'int'Elyes Haouas2022-10-121-3/+3
* include/device/device_util.c: add predicates for pci devicesFabio Aiuto2022-10-061-0/+15
* device/device_const.c: Clean up includes and add <types.h>Elyes Haouas2022-10-061-2/+2
* treewide: use is_enabled_cpu() on cycles over device listFabio Aiuto2022-09-291-4/+1
* include/device/path.h: use functions for enabled cpu selectionFabio Aiuto2022-09-291-0/+11
* device/dram: Reformat codeElyes Haouas2022-09-134-136/+72
* device: Clear lane error statusWilson Chou2022-09-122-0/+35
* device/pci_device: Add missing spaces to log messagesPaul Menzel2022-09-081-4/+4
* allocator_v4: Disable top-down mode by defaultNico Huber2022-09-061-1/+4
* Revert "allocator_v4: Treat above 4G resources more natively"Nico Huber2022-09-052-30/+166
* allocator_v4: Treat above 4G resources more nativelyNico Huber2022-09-042-166/+30
* pciexp_device: Propagate above-4G flag to all hotplug devicesNico Huber2022-09-043-1/+16
* allocator_v4: Introduce RESOURCE_ALLOCATION_TOP_DOWNNico Huber2022-09-042-1/+9
* device/i2c_bus: Add routines to read and write multiple bytesWerner Zeh2022-09-041-0/+70
* device/dram/ddr4.c: note that dimm size calculation won't work for 3DSKrystian Hebel2022-08-311-0/+1
* device/dram/ddr4.c: fill missing ECC info from SPDKrystian Hebel2022-08-311-0/+2