summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* device, soc: Add SPDX license headers to MakefilesMartin Roth2023-08-061-0/+2
* allocator_v4: Disable top-down allocation for EDK2Nico Huber2023-07-081-2/+5
* commonlib/console/post_code.h: Change post code prefix to POSTCODElilacious2023-06-232-3/+3
* allocator_v4: Fix top-level allocations w/o IORESOURCE_ABOVE_4GNico Huber2023-06-231-2/+2
* allocator_v4: Remove redundant parameterNico Huber2023-06-221-2/+3
* allocator_v4: Manually inline some thin functionsNico Huber2023-06-221-46/+22
* allocator_v4: Factor resource printing outNico Huber2023-06-221-48/+67
* allocator_v4: Use memranges only for toplevelNico Huber2023-06-221-125/+123
* allocator_v4: Treat above 4G resources more nativelyNico Huber2023-06-222-189/+51
* device/resource_allocator_v4: Remove "ERROR: " from log messageElyes Haouas2023-06-191-1/+1
* device/pci: Limit default domain memory windowNico Huber2023-06-012-1/+25
* device/resource_allocator_v4.c: Fix printing unsigned integersArthur Heymans2023-06-011-4/+4
* device/allocator: Allow for multiple domain resources of a typeArthur Heymans2023-06-011-64/+69
* device/dram: Update RDIMM classification from RIMM to DIMMZiang Wang2023-05-311-4/+4
* device/Kconfig: Reduce PCIe hotplug bus numbers and IO resourcesArthur Heymans2023-05-191-6/+4
* console: Add format-checking __printf() to die()Nico Huber2023-05-172-10/+4
* device/allocator: Fix format string for resource flags (%lu)Nico Huber2023-05-151-1/+1
* 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