aboutsummaryrefslogtreecommitdiff
path: root/src/include/device
AgeCommit message (Expand)Author
2019-09-14src/: Replace some __PRE_RAM__ useKyösti Mälkki
2019-09-11src: Remove unneeded include <arch/interrupt.h>Elyes HAOUAS
2019-09-06soc/intel/skylake: Add Lewisburg family PCH supportMaxim Polyakov
2019-08-30soc/intel/skylake: Remove duplicated PCI IdMaxim Polyakov
2019-08-28soc/intel/cnl: Add CML IGD IDsMeera Ravindranath
2019-08-26soc/intel/common: Include cometlake EMMC controller IDJamie Chen
2019-08-23arch/x86/acpi: Add acpi_device_hidPatrick Rudolph
2019-08-23soc/intel/cometlake: Add ISH Device IDBernardo Perez Priego
2019-08-22Add buffer_to/from_fifo32(_prefix) helpersJulius Werner
2019-08-20device/pnp.h: Move __SIMPLE_DEVICE__ guardsKyösti Mälkki
2019-08-16soc/intel/cannonlake: Add more PCI Ids for CoffeelakeChristian Walter
2019-08-15cpu/intel: Replace bsp_init_and_start_aps()Kyösti Mälkki
2019-08-14dram: Add basic DDR4 SPD parsingAndrey Petrov
2019-08-02device/pci_ops: Make PCI_BDF() available in all stagesKyösti Mälkki
2019-07-31soc/intel/skl: Add C232 chipset and reorder IDsFelix Singer
2019-07-31device: Constify `dev` argument to (probe|find)_resource()Nico Huber
2019-07-30soc/intel/cannonlake: Add new PCI IDsFelix Singer
2019-07-21pci_ids: Add AMD Family 17h host bridgeMarshall Dawson
2019-07-21nb/amd/trinity: Rename PCI ID of the IOMMUMarshall Dawson
2019-07-21pci_ids: Reorder AMD internal northbridge and IOMMU IDsMarshall Dawson
2019-07-18devicetree: Add accessors for chip_infoKyösti Mälkki
2019-07-17device: Move pci_irqs outside DEVTREE_EARLYKyösti Mälkki
2019-07-17soc/intel/cannonlake: Add device Ids for new CFL SKUs supportLean Sheng Tan
2019-07-17soc/intel: Fix regression with hidden PCI devicesKyösti Mälkki
2019-07-15device: Remove device->ops from early stagesKyösti Mälkki
2019-07-12pci_ids: Drop a block of unused, redundant definitionsNico Huber
2019-07-12soc/intel/common: Add Coffee Lake H 6+2 Xeon graphics idNico Huber
2019-07-12soc/intel/common: Add CM246 LPC device idNico Huber
2019-07-12device/pci: Declare pcidev_path_on_bus()Kyösti Mälkki
2019-07-12device/pci: Replace use of dev_find_slot() for IRQsKyösti Mälkki
2019-07-07device/pci: Declare pci_root_bus()Kyösti Mälkki
2019-07-04device/pci_ops: Define pci_find_capability() just onceKyösti Mälkki
2019-06-30pci_ids.h: Add AMD Picasso IDsMarshall Dawson
2019-06-28device: Tidy up add_more_links()Jacob Garber
2019-06-28device,nb/amd: Deduplicate add_more_links()Jacob Garber
2019-06-13soc/intel/icelake: Replace PCI device LPC to ESPI as per EDSSubrata Banik
2019-06-08src/soc/intel/skylake/bootblock: Add SPT C236 to PCH TableChristian Walter
2019-06-07soc/intel: Add some missing MCH PCIe IDsKeno Fischer
2019-05-28src/arch/x86: Add automatic type41 entry creationChristian Walter
2019-05-28src/include/device/pci_ids.h: Add Kabylake C236 DeviceChristian Walter
2019-05-23soc/intel/skylake: Add PCI Id for Kabylake DTChristian Walter
2019-05-07sconfig: Add SMBIOS type 9 entriesPatrick Rudolph
2019-05-06soc/skylake: Add missing PCH IDsMarius Genheimer
2019-04-23src: Use include <console/console.h> when appropriateElyes HAOUAS
2019-04-07device/pci: Rewrite PCI MMCONF with symbol referenceKyösti Mälkki
2019-03-28drivers/intel/wifi: Add support for Harrison Peak (HrP) 9560 moduleSubrata Banik
2019-03-27device/pciexp_device: Convert LTR non-snoop/snoop value into common macroSubrata Banik
2019-03-25Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner
2019-03-21device/pci_device: Add generic subsystem programming logicSubrata Banik
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-17resources: introduce io_resource()Subrata Banik
2019-03-16device/pci_ops: Have only default PCI bus ops availableKyösti Mälkki
2019-03-16device/pci_ops: Reuse romstage PCI config for ramstageKyösti Mälkki
2019-03-13device/pci_ops: Rename 'where' to 'reg'Kyösti Mälkki
2019-03-13device/pci_ops: Unify signaturesKyösti Mälkki
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-06soc/intel/skylake: Add H110 PCH seriesMaxim Polyakov
2019-03-06soc/intel/skylake: Add new Northbridge and IGD IDsMaxim Polyakov
2019-03-06driver/intel/ish: add ish chip driver supportJett Rink
2019-03-06Remove DEFAULT_PCIEXBAR aliasKyösti Mälkki
2019-03-06device/pci_ops: Inline PCI config accessors for ramstageKyösti Mälkki
2019-03-06device/pci_ops: Change ramstage PCI accessor signaturesKyösti Mälkki
2019-03-06device/pci_ops: Simplify logic for PCI bus opsKyösti Mälkki
2019-03-04arch/io.h: Separate MMIO and PNP opsKyösti Mälkki
2019-03-04device/pnp: Add header files for PNP opsKyösti Mälkki
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-03-04arch/io.h: Fix PCI and PNP simple typedefsKyösti Mälkki
2019-03-04{src/include},{soc/intel): Configure HDA codecsFrans Hendriks
2019-03-03device/pci_ops: Drop parameter from pci_bus_default_ops()Kyösti Mälkki
2019-03-03device/pci_ops: Drop unused parameterKyösti Mälkki
2019-03-03device/pci_ops: Avoid name collisionsKyösti Mälkki
2019-03-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-02-28soc/intel/cannonlake: Add Comet Lake U SA 2+2 Device IDSubrata Banik
2019-02-26soc/intel/common: Include cometlake PCH IDsRonak Kanabar
2019-02-24soc/intel/common: Include cometlake SA IDsRonak Kanabar
2019-02-22drivers/cavium: Add UART PCI driverPatrick Rudolph
2019-02-20drivers/intel/wifi: Add support for Harrison Peak (HrP) 9560 moduleSubrata Banik
2019-02-19soc/intel/common: Add whiskeylake celeron v-0 supportLijian Zhao
2019-02-11device/pci_ops: Apply some symmetry in headersKyösti Mälkki
2019-02-11device/pci_ops: Move common pci_mmio_cfg.hKyösti Mälkki
2019-02-11device/pci_ops: Move questionable pci_locate() variantsKyösti Mälkki
2019-02-11device/pci_early.c: Drop some guardsKyösti Mälkki
2019-02-11device/pci: Always define PCI_DEV()Kyösti Mälkki
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
2019-01-04device: Introduce pcidev_on_root() and friendsKyösti Mälkki
2019-01-04src: Move {pci,pnp}_devfn_t to common 'device/pci_type.h'Elyes HAOUAS
2019-01-04src: Get rid of device_tElyes HAOUAS
2018-12-30device/pci_early: Fixes for __SIMPLE_DEVICE__Kyösti Mälkki
2018-12-28sb/intel/lynxpoint: Handle H81 only having 6 PCIe root portsTristan Corrick
2018-12-03include/device/smbus.h: Don't use device_tElyes HAOUAS
2018-11-29azalia: Add Azalia Reset macroLijian Zhao
2018-11-27soc/intel/common: Add audio controller device id for SKL-H pchPraveen hodagatta pranesh
2018-11-08soc/intel/skylake: Add PCH sku id's supported for KBLPraveen hodagatta pranesh
2018-11-07soc/intel/common: Include Icelake device IDsAamir Bohra
2018-11-01src: Add missing include <stdint.h>Elyes HAOUAS
2018-10-17soc/intel/cannonlake: Add new cannon lake PCH-H supportpraveen hodagatta pranesh
2018-10-08Move compiler.h to commonlibNico Huber
2018-10-03soc/amd/stoneyridge: Add IOMMU supportMarc Jones
2018-10-01drivers/intel/wifi: Add DID for Intel WIFI module 8260, 8275Subrata Banik
2018-09-21include/device/pnp.h: Don't use device_tElyes HAOUAS