summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* 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
* device/pci_early.c: Drop some guardsKyösti Mälkki2019-02-112-8/+2
* libgfxinit: Add options to limit framebuffer sizeNico Huber2019-02-061-0/+16
* src: Fix the warning "type 'hex' are always defined"Elyes HAOUAS2019-01-271-1/+1
* device/pci_device: Do not break tree topologyKyösti Mälkki2019-01-101-36/+43
* amdfam10 boards: Fix regression on dev_find_slot() removalKyösti Mälkki2019-01-081-0/+8
* src: Use "foo **bar" instead of "foo ** bar"Elyes HAOUAS2019-01-071-1/+1
* src: Move constant to the right side of comparisonElyes HAOUAS2019-01-072-2/+2
* device: Introduce pcidev_on_root() and friendsKyösti Mälkki2019-01-041-0/+26
* device/pci_early: Fixes for __SIMPLE_DEVICE__Kyösti Mälkki2018-12-302-15/+24
* cpu/amd/geode_lx: Drop supportArthur Heymans2018-12-212-78/+1
* {device,drivers}: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-195-5/+0
* Fix typos involving "the the"Jonathan Neuschäfer2018-12-181-1/+1
* arch/power8: Rename to ppc64Jonathan Neuschäfer2018-11-301-1/+1
* src: Add required space after "switch"Elyes HAOUAS2018-11-191-1/+1
* src: Remove unneeded include <lib.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-233-4/+4
* {device,drivers}: Use 'unsigned int' to bare use of 'unsigned'Elyes HAOUAS2018-10-231-1/+2