summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* device/device.h: Fix spelling mistakeArthur Heymans2024-01-311-1/+1
* device/device.h: Rename busses for clarityArthur Heymans2024-01-3117-121/+122
* device/device.h: Drop multiple linksArthur Heymans2024-01-294-150/+64
* device: Add a helper function to add a downstream busArthur Heymans2024-01-291-0/+35
* device, security: Rename Makefiles from .inc to .mkMartin Roth2024-01-247-0/+0
* device/device_util: Add method to retrieve the domainPatrick Rudolph2024-01-241-0/+13
* device/device_util: Print full domain IDPatrick Rudolph2024-01-221-1/+1
* device_util: Drop unused function bus_pathArthur Heymans2024-01-211-8/+0
* device/Kconfig: Move Intel/ACPI/USB4 specific Kconfig optionsArthur Heymans2024-01-191-30/+0
* device: Add support for multiple PCI segment groupsFelix Held2024-01-167-18/+43
* device/Kconfig: handle ECAM_MMCONF_BUS_NUMBER being 32Felix Held2024-01-151-0/+1
* device/Kconfig: Add an option to allocate above 4G by defaultArthur Heymans2024-01-122-0/+10
* x86: Separate CPU and SoC physical address sizeJeremy Compostella2023-12-221-1/+1
* device/i2c_bus.c: Check pointer for NULL before using itMartin Roth2023-12-201-0/+2
* device: Drop MULTIPLE_VGA_ADAPTERS KconfigNico Huber2023-12-192-6/+0
* device/Kconfig: rename AZALIA_PLUGIN_SUPPORT to AZALIA_HDA_CODEC_SUPPORTFelix Held2023-11-102-4/+9
* device/dram/ddr3.c: Check SPD byte before using as a divisorMartin Roth2023-10-251-0/+4
* device/device.h: Rename pci_domain_scan_busArthur Heymans2023-10-201-1/+1
* arch to drivers/intel: Fix misspellings & capitalization issuesMartin Roth2023-09-084-4/+4
* device/pci_rom: rename pci_rom_acpi_fill_vfct()Matt DeVillier2023-09-061-2/+2
* device/pci_rom: Set VBIOS checksum when filling VFCT tableMatt DeVillier2023-09-061-1/+10
* src/device/dram/Makefile.inc: specify one file per lineSergii Dmytruk2023-08-281-2/+4
* device/dram: add DDR4 RCD I2C access functionsKrystian Hebel2023-08-212-1/+219
* device/dram: add DDR4 MRS commandsKrystian Hebel2023-08-211-0/+222
* device/oprom/realmode/x86: temporary disable NULL breakpointsFelix Held2023-08-151-1/+8
* device/pnp_device: Remove return statement from void functionElyes Haouas2023-08-151-1/+0
* commonlib,console,nb,sb,security: Add SPDX licenses to MakefilesMartin Roth2023-08-141-0/+1
* treewide: Get rid of "NO_DDRx" selectionElyes Haouas2023-08-091-31/+5
* 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