aboutsummaryrefslogtreecommitdiff
path: root/src/device
AgeCommit message (Expand)Author
2019-05-29src/{device,drivers}: Add missing 'include <types.h>'Elyes HAOUAS
2019-05-15vboot: remove OPROM-related codeJoel Kitching
2019-05-07device: ignore NONE devices behind bridgePatrick Rudolph
2019-05-02x86emu: add console.h header to fix compilationMartin Kepplinger
2019-04-25device/dram/ddr3: Remove unused variableElyes HAOUAS
2019-04-23src: Use include <console/console.h> when appropriateElyes HAOUAS
2019-04-09src: Fix remaining #include <timer.h>Nico Huber
2019-04-07device/pci: Rewrite PCI MMCONF with symbol referenceKyösti Mälkki
2019-04-02vboot: Change oprom checks to CONFIG_VBOOT, assert OPROM_MATTERSJulius Werner
2019-03-27drivers/intel/gma: Make libgfxinit available w/o gfxinitNico Huber
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-21{northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata 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-16src: Drop unused 'include <device/pciexp.h>'Elyes HAOUAS
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-07src/device/Kconfig: Include the discrete VGA OpROM at config UIMike Banon
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-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
2019-03-03device/pci: Organize MakefileKyösti Mälkki
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-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-02-25src/device/Kconfig: Change default VESA mode from 117h to 118hMike Banon
2019-02-11device/pci_ops: Apply some symmetry in headersKyö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-06libgfxinit: Add options to limit framebuffer sizeNico Huber
2019-01-27src: Fix the warning "type 'hex' are always defined"Elyes HAOUAS
2019-01-10device/pci_device: Do not break tree topologyKyösti Mälkki
2019-01-08amdfam10 boards: Fix regression on dev_find_slot() removalKyösti Mälkki
2019-01-07src: Use "foo **bar" instead of "foo ** bar"Elyes HAOUAS
2019-01-07src: Move constant to the right side of comparisonElyes HAOUAS
2019-01-04device: Introduce pcidev_on_root() and friendsKyösti Mälkki
2018-12-30device/pci_early: Fixes for __SIMPLE_DEVICE__Kyösti Mälkki
2018-12-21cpu/amd/geode_lx: Drop supportArthur Heymans
2018-12-19{device,drivers}: Remove useless include <device/pci_ids.h>Elyes HAOUAS
2018-12-18Fix typos involving "the the"Jonathan Neuschäfer
2018-11-30arch/power8: Rename to ppc64Jonathan Neuschäfer
2018-11-19src: Add required space after "switch"Elyes HAOUAS
2018-11-16src: Remove unneeded include <lib.h>Elyes HAOUAS
2018-11-16src: Remove unneeded include <console/console.h>Elyes HAOUAS
2018-10-23src: Remove unneeded whitespaceElyes HAOUAS
2018-10-23{device,drivers}: Use 'unsigned int' to bare use of 'unsigned'Elyes HAOUAS
2018-10-22reset: Provide new single-function reset APINico Huber
2018-10-08Move compiler.h to commonlibNico Huber
2018-10-08src: Use tabs for indentationElyes HAOUAS
2018-09-19src/device/device.c: Don't use device_t in ramstageElyes HAOUAS
2018-09-14device/ddr3: Prevent overflow when adding SMBUS Table 17 entriesNico Huber
2018-09-11src/device/dram: Fix typoElyes HAOUAS
2018-08-21nb/intel/sandybridge/raminit: Move fill_smbios17 to ddr3.cPatrick Rudolph
2018-08-20nb/intel/sandybridge: Fill in DIMM serial numberPatrick Rudolph
2018-08-09src/device: Fix typoElyes HAOUAS
2018-08-09src/device/pci_rom.c: Remove double initializationRichard Spiegel
2018-08-08device/pci_device.c: Remove unused variable attr settingRichard Spiegel
2018-07-29pnp_device: don't treat missing PNP_MSC devicetree entry as errorFelix Held
2018-07-29device/pnp_device: rewrite pnp_get_ioresourceFelix Held
2018-07-26device: add child traversal helper functionAaron Durbin
2018-07-19device/pci: Add MSI-X helper functionsPatrick Rudolph
2018-07-17pnp_device: improve readabilityFelix Held
2018-07-09src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
2018-07-02src: Get rid of unneeded whitespaceElyes HAOUAS
2018-06-29src/device: Add check for existence and validity of PCIE base address configAamir Bohra
2018-06-14src: Use of device_t is deprecatedElyes HAOUAS
2018-06-12drivers/intel/gma: Unify VBT related Kconfig namesNico Huber
2018-06-06drivers/intel/gma: Include mainboard data.vbtArthur Heymans
2018-06-04device: Only expose VGA_ROM_RUN on supported architecturesPatrick Rudolph
2018-05-25device: Move find_dev_path() to device_const.cKyösti Mälkki
2018-05-25device: Move dev_find_path() to device_const.cNico Huber
2018-05-25device: Rename device_simple.c --> device_const.cNico Huber
2018-05-24device: Always build device_simple.c for less code duplicationNico Huber
2018-05-22src/device: Get rid of device_tElyes HAOUAS
2018-05-22device/device_util.c: Remove space after sizeofElyes HAOUAS
2018-05-11devicetree: Add USB device typeDuncan Laurie
2018-05-09{device,drivers,lib,mb,nb}: Use only one space after 'if'Elyes HAOUAS
2018-05-08Move `pci_ops_mmconf` from arch/x86/ to device/Nico Huber
2018-05-08device/pci_ops: Remove unnecessary weak implementationNico Huber
2018-05-04device/root_device.c: Get rid of device_tElyes HAOUAS
2018-05-04device/pci_class.c: Get rid of device_tElyes HAOUAS
2018-05-04device/pcix_device.c: Get rid of device_tElyes HAOUAS
2018-05-04device/smbus_ops.c: Get rid of device_tElyes HAOUAS
2018-05-04src/device/cardbus_device.c: Get rid of device_tElyes HAOUAS
2018-05-04src/device/pciexp_device.c: Get rid of device_tElyes HAOUAS
2018-05-04src/device/pnp_device.c: Get rid of device_tElyes HAOUAS
2018-05-02src/device: Fix discarded-qualifiers compilation issueSubrata Banik
2018-05-02pci: Fix MMCONF_SUPPORT on non x86Patrick Rudolph
2018-05-02software_i2c: Improve error behaviorJulius Werner
2018-04-30device: constify some variablesLubomir Rintel
2018-04-26device: Add flag to disable PCIe ASPMNico Huber
2018-04-24compiler.h: add __weak macroAaron Durbin
2018-04-23device/oprom/yabel: Fix spelling of *successful*Paul Menzel
2018-04-20pci: Move inline PCI functions to pci_ops.hPatrick Rudolph