aboutsummaryrefslogtreecommitdiff
path: root/src/device
AgeCommit message (Expand)Author
2024-06-25device/azalia: Separate codec checking and initializationNicholas Sudsgaard
2024-06-06arch/io.h: Add port I/O functions to other architecturesAlper Nebi Yasak
2024-05-29tree: Use <stdio.h> for snprintfElyes Haouas
2024-05-28soc/intel/xeon_sp: Add domain resource window creation utilsShuo Liu
2024-05-24device/pci_rom: handle non-remapped VGA_BIOS_IDFelix Held
2024-05-23device: drop unnecessary CHECK_REV_IN_OPROM_NAME optionFelix Held
2024-05-07dram/ddr3: Use the same naming convention as DDR4Elyes Haouas
2024-05-07dram/ddr5: Use the same naming convention as DDR{2,3,4}Elyes Haouas
2024-05-07spd.h: Move enum ddr4_module_type to ddr4.hElyes Haouas
2024-05-07device/dram/ddr{3,4}: Rename spd_raw_data for specific DDRElyes Haouas
2024-05-07device/device_util: Add and use is_pci_bridge()Shuo Liu
2024-05-07spd.h: Move enum ddr5_module_type to ddr5.hElyes Haouas
2024-04-22device_util: Handle domain device in dev_get_domainShuo Liu
2024-04-18device/device_util: Rename dev_get_pci_domainShuo Liu
2024-04-18device/device_util: Use const qualifierPatrick Rudolph
2024-04-12tree: Drop duplicated <stdarg.h> and <stdio.h>Elyes Haouas
2024-04-12tree: Drop duplicated <device/{path,resource}.h>Elyes Haouas
2024-04-11tree: Remove blank lines before '}' and after '{'Elyes Haouas
2024-02-29device/pnp_device: fix log levels for unassigned resource messagesFelix Held
2024-02-27device/pciexp_device.c: Fix setting Max Payload SizeMichał Żygowski
2024-02-27device/pnp_device: Demote unassigned resource printk to NOTICEMatt DeVillier
2024-01-31device/device.h: Fix spelling mistakeArthur Heymans
2024-01-31device/device.h: Rename busses for clarityArthur Heymans
2024-01-29device/device.h: Drop multiple linksArthur Heymans
2024-01-29device: Add a helper function to add a downstream busArthur Heymans
2024-01-24device, security: Rename Makefiles from .inc to .mkMartin Roth
2024-01-24device/device_util: Add method to retrieve the domainPatrick Rudolph
2024-01-22device/device_util: Print full domain IDPatrick Rudolph
2024-01-21device_util: Drop unused function bus_pathArthur Heymans
2024-01-19device/Kconfig: Move Intel/ACPI/USB4 specific Kconfig optionsArthur Heymans
2024-01-16device: Add support for multiple PCI segment groupsFelix Held
2024-01-15device/Kconfig: handle ECAM_MMCONF_BUS_NUMBER being 32Felix Held
2024-01-12device/Kconfig: Add an option to allocate above 4G by defaultArthur Heymans
2023-12-22x86: Separate CPU and SoC physical address sizeJeremy Compostella
2023-12-20device/i2c_bus.c: Check pointer for NULL before using itMartin Roth
2023-12-19device: Drop MULTIPLE_VGA_ADAPTERS KconfigNico Huber
2023-11-10device/Kconfig: rename AZALIA_PLUGIN_SUPPORT to AZALIA_HDA_CODEC_SUPPORTFelix Held
2023-10-25device/dram/ddr3.c: Check SPD byte before using as a divisorMartin Roth
2023-10-20device/device.h: Rename pci_domain_scan_busArthur Heymans
2023-09-08arch to drivers/intel: Fix misspellings & capitalization issuesMartin Roth
2023-09-06device/pci_rom: rename pci_rom_acpi_fill_vfct()Matt DeVillier
2023-09-06device/pci_rom: Set VBIOS checksum when filling VFCT tableMatt DeVillier
2023-08-28src/device/dram/Makefile.inc: specify one file per lineSergii Dmytruk
2023-08-21device/dram: add DDR4 RCD I2C access functionsKrystian Hebel
2023-08-21device/dram: add DDR4 MRS commandsKrystian Hebel
2023-08-15device/oprom/realmode/x86: temporary disable NULL breakpointsFelix Held
2023-08-15device/pnp_device: Remove return statement from void functionElyes Haouas
2023-08-14commonlib,console,nb,sb,security: Add SPDX licenses to MakefilesMartin Roth
2023-08-09treewide: Get rid of "NO_DDRx" selectionElyes Haouas
2023-08-06device, soc: Add SPDX license headers to MakefilesMartin Roth
2023-07-08allocator_v4: Disable top-down allocation for EDK2Nico Huber
2023-06-23commonlib/console/post_code.h: Change post code prefix to POSTCODElilacious
2023-06-23allocator_v4: Fix top-level allocations w/o IORESOURCE_ABOVE_4GNico Huber
2023-06-22allocator_v4: Remove redundant parameterNico Huber
2023-06-22allocator_v4: Manually inline some thin functionsNico Huber
2023-06-22allocator_v4: Factor resource printing outNico Huber
2023-06-22allocator_v4: Use memranges only for toplevelNico Huber
2023-06-22allocator_v4: Treat above 4G resources more nativelyNico Huber
2023-06-19device/resource_allocator_v4: Remove "ERROR: " from log messageElyes Haouas
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