summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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