summaryrefslogtreecommitdiffstats
path: root/src/include/device
Commit message (Expand)AuthorAgeFilesLines
* soc/intel: Replace config_of_path() with config_of_soc()Kyösti Mälkki2019-10-021-9/+2
* device/pci_early: Drop some __SIMPLE_DEVICE__ useKyösti Mälkki2019-09-301-2/+4
* device/i2c_bus: Add i2c_dev_read_at16()Nico Huber2019-09-301-0/+8
* pci_ids: fix PCI ID for Intel Iris HALO GT4 iGPUMaxim Polyakov2019-09-301-1/+1
* pci_ids: rename PCI_DEVICE_ID_INTEL_SKL_ID_HMaxim Polyakov2019-09-301-1/+1
* device/pnp_ops: Add ENV_PNP_SIMPLE_DEVICEKyösti Mälkki2019-09-293-4/+11
* device/pci_ops: Add ENV_PCI_SIMPLE_DEVICEKyösti Mälkki2019-09-291-7/+13
* cpu,device/: Remove some __SIMPLE_DEVICE__ and __ROMCC__ useKyösti Mälkki2019-09-281-5/+4
* device/pci: Replace some __SIMPLE_DEVICE__ useKyösti Mälkki2019-09-281-1/+1
* device: add commentary to dev_find_slot()Aaron Durbin2019-09-271-1/+8
* device/mmio.h: Add bit field helpersHung-Te Lin2019-09-241-0/+120
* src/: Replace some __PRE_RAM__ useKyösti Mälkki2019-09-141-2/+0
* src: Remove unneeded include <arch/interrupt.h>Elyes HAOUAS2019-09-111-1/+0
* soc/intel/skylake: Add Lewisburg family PCH supportMaxim Polyakov2019-09-061-1/+85
* soc/intel/skylake: Remove duplicated PCI IdMaxim Polyakov2019-08-301-1/+0
* soc/intel/cnl: Add CML IGD IDsMeera Ravindranath2019-08-281-0/+2
* soc/intel/common: Include cometlake EMMC controller IDJamie Chen2019-08-261-0/+1
* arch/x86/acpi: Add acpi_device_hidPatrick Rudolph2019-08-231-0/+2
* soc/intel/cometlake: Add ISH Device IDBernardo Perez Priego2019-08-231-0/+1
* Add buffer_to/from_fifo32(_prefix) helpersJulius Werner2019-08-221-1/+36
* device/pnp.h: Move __SIMPLE_DEVICE__ guardsKyösti Mälkki2019-08-201-1/+2
* soc/intel/cannonlake: Add more PCI Ids for CoffeelakeChristian Walter2019-08-161-0/+8
* cpu/intel: Replace bsp_init_and_start_aps()Kyösti Mälkki2019-08-151-0/+6
* dram: Add basic DDR4 SPD parsingAndrey Petrov2019-08-142-1/+88
* device/pci_ops: Make PCI_BDF() available in all stagesKyösti Mälkki2019-08-021-16/+16
* soc/intel/skl: Add C232 chipset and reorder IDsFelix Singer2019-07-311-3/+4
* device: Constify `dev` argument to (probe|find)_resource()Nico Huber2019-07-311-2/+4
* soc/intel/cannonlake: Add new PCI IDsFelix Singer2019-07-301-1/+9
* pci_ids: Add AMD Family 17h host bridgeMarshall Dawson2019-07-211-0/+1
* nb/amd/trinity: Rename PCI ID of the IOMMUMarshall Dawson2019-07-211-1/+1
* pci_ids: Reorder AMD internal northbridge and IOMMU IDsMarshall Dawson2019-07-211-4/+4
* devicetree: Add accessors for chip_infoKyösti Mälkki2019-07-181-0/+24
* device: Move pci_irqs outside DEVTREE_EARLYKyösti Mälkki2019-07-171-1/+1
* soc/intel/cannonlake: Add device Ids for new CFL SKUs supportLean Sheng Tan2019-07-171-40/+50
* soc/intel: Fix regression with hidden PCI devicesKyösti Mälkki2019-07-171-2/+4
* device: Remove device->ops from early stagesKyösti Mälkki2019-07-152-10/+1
* pci_ids: Drop a block of unused, redundant definitionsNico Huber2019-07-121-11/+0
* soc/intel/common: Add Coffee Lake H 6+2 Xeon graphics idNico Huber2019-07-121-0/+1
* soc/intel/common: Add CM246 LPC device idNico Huber2019-07-121-0/+1
* device/pci: Declare pcidev_path_on_bus()Kyösti Mälkki2019-07-121-0/+1
* device/pci: Replace use of dev_find_slot() for IRQsKyösti Mälkki2019-07-121-2/+1
* device/pci: Declare pci_root_bus()Kyösti Mälkki2019-07-071-0/+1
* device/pci_ops: Define pci_find_capability() just onceKyösti Mälkki2019-07-042-10/+17
* pci_ids.h: Add AMD Picasso IDsMarshall Dawson2019-06-301-0/+7
* device: Tidy up add_more_links()Jacob Garber2019-06-281-1/+1
* device,nb/amd: Deduplicate add_more_links()Jacob Garber2019-06-281-0/+1
* soc/intel/icelake: Replace PCI device LPC to ESPI as per EDSSubrata Banik2019-06-131-7/+7
* src/soc/intel/skylake/bootblock: Add SPT C236 to PCH TableChristian Walter2019-06-081-2/+2
* soc/intel: Add some missing MCH PCIe IDsKeno Fischer2019-06-071-0/+3
* src/arch/x86: Add automatic type41 entry creationChristian Walter2019-05-281-0/+2