summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* device/oprom: Replace uses of dev_find_slot()Kyösti Mälkki2019-07-123-5/+5
* device/pci: Declare pcidev_path_on_bus()Kyösti Mälkki2019-07-121-0/+18
* device/pci: Replace use of dev_find_slot() for IRQsKyösti Mälkki2019-07-121-17/+12
* device/oprom: Replace CONFIG() preprocessor statementsKyösti Mälkki2019-07-103-145/+146
* device/oprom: Reduce indentationKyösti Mälkki2019-07-101-92/+99
* device/pci: Declare pci_root_bus()Kyösti Mälkki2019-07-071-6/+16
* device/pci_rom.c: Fix indent for 'if' statementElyes HAOUAS2019-07-051-3/+3
* device/pci_ops: Define pci_find_capability() just onceKyösti Mälkki2019-07-043-115/+71
* device/pci_rom: Fix redundant pci_rom_probe() callsKyösti Mälkki2019-07-021-13/+9
* device/pci_rom: Fix on-board optionrom addressKyösti Mälkki2019-07-021-0/+2
* device: Tidy up add_more_links()Jacob Garber2019-06-281-5/+16
* device,nb/amd: Deduplicate add_more_links()Jacob Garber2019-06-281-0/+36
* device/dram: Inline value into print statementJacob Garber2019-06-281-2/+1
* device/pci_rom: use ALIGN_UP instead of ALIGN for better readabilityFelix Held2019-06-211-1/+1
* device/cpu_device.c: Use 'unsigned int' instead of 'unsigned'Elyes HAOUAS2019-06-141-3/+4
* src/device: Prevent attack on null pointer dereferenceJohn Zhao2019-06-031-0/+6
* src/{device,drivers}: Add missing 'include <types.h>'Elyes HAOUAS2019-05-292-0/+2
* vboot: remove OPROM-related codeJoel Kitching2019-05-151-3/+0
* device: ignore NONE devices behind bridgePatrick Rudolph2019-05-071-1/+4
* x86emu: add console.h header to fix compilationMartin Kepplinger2019-05-021-0/+2
* device/dram/ddr3: Remove unused variableElyes HAOUAS2019-04-251-3/+2
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* src: Fix remaining #include <timer.h>Nico Huber2019-04-091-0/+1
* device/pci: Rewrite PCI MMCONF with symbol referenceKyösti Mälkki2019-04-072-1/+11
* vboot: Change oprom checks to CONFIG_VBOOT, assert OPROM_MATTERSJulius Werner2019-04-021-1/+1
* drivers/intel/gma: Make libgfxinit available w/o gfxinitNico Huber2019-03-271-1/+0
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-251-2/+2
* device/pci_device: Add generic subsystem programming logicSubrata Banik2019-03-211-2/+22
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-211-2/+7
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* resources: introduce io_resource()Subrata Banik2019-03-171-0/+14
* device/pci_ops: Have only default PCI bus ops availableKyösti Mälkki2019-03-162-40/+0
* device/pci_ops: Reuse romstage PCI config for ramstageKyösti Mälkki2019-03-161-45/+7
* src: Drop unused 'include <device/pciexp.h>'Elyes HAOUAS2019-03-161-1/+0
* device/pci_ops: Rename 'where' to 'reg'Kyösti Mälkki2019-03-131-14/+14
* device/pci_ops: Unify signaturesKyösti Mälkki2019-03-131-6/+6
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-0821-94/+94
* src/device/Kconfig: Include the discrete VGA OpROM at config UIMike Banon2019-03-071-0/+35
* device/pci_ops: Inline PCI config accessors for ramstageKyösti Mälkki2019-03-062-58/+5
* device/pci_ops: Change ramstage PCI accessor signaturesKyösti Mälkki2019-03-062-28/+22
* device/pci_ops: Simplify logic for PCI bus opsKyösti Mälkki2019-03-061-54/+20
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-043-3/+3
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-043-3/+0
* device/pci: Organize MakefileKyösti Mälkki2019-03-031-13/+17
* device/pci_ops: Drop parameter from pci_bus_default_ops()Kyösti Mälkki2019-03-032-2/+2
* device/pci_ops: Drop unused parameterKyösti Mälkki2019-03-032-18/+15
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-015-0/+5
* src/device/Kconfig: Change default VESA mode from 117h to 118hMike Banon2019-02-251-2/+2
* device/pci_ops: Apply some symmetry in headersKyösti Mälkki2019-02-111-1/+0
* device/pci_ops: Move questionable pci_locate() variantsKyösti Mälkki2019-02-111-0/+31