summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* 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
* reset: Provide new single-function reset APINico Huber2018-10-221-1/+1
* Move compiler.h to commonlibNico Huber2018-10-084-4/+0
* src: Use tabs for indentationElyes HAOUAS2018-10-081-1/+1
* src/device/device.c: Don't use device_t in ramstageElyes HAOUAS2018-09-191-3/+3
* device/ddr3: Prevent overflow when adding SMBUS Table 17 entriesNico Huber2018-09-141-0/+6
* src/device/dram: Fix typoElyes HAOUAS2018-09-111-1/+1
* nb/intel/sandybridge/raminit: Move fill_smbios17 to ddr3.cPatrick Rudolph2018-08-211-0/+79
* nb/intel/sandybridge: Fill in DIMM serial numberPatrick Rudolph2018-08-201-0/+2
* src/device: Fix typoElyes HAOUAS2018-08-094-6/+6
* src/device/pci_rom.c: Remove double initializationRichard Spiegel2018-08-091-1/+1
* device/pci_device.c: Remove unused variable attr settingRichard Spiegel2018-08-081-1/+0
* pnp_device: don't treat missing PNP_MSC devicetree entry as errorFelix Held2018-07-291-3/+15
* device/pnp_device: rewrite pnp_get_ioresourceFelix Held2018-07-291-36/+27
* device: add child traversal helper functionAaron Durbin2018-07-261-0/+24
* device/pci: Add MSI-X helper functionsPatrick Rudolph2018-07-191-0/+68
* pnp_device: improve readabilityFelix Held2018-07-171-3/+6
* src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-096-21/+21
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-07-021-2/+2
* src/device: Add check for existence and validity of PCIE base address configAamir Bohra2018-06-291-0/+4
* src: Use of device_t is deprecatedElyes HAOUAS2018-06-141-7/+7
* drivers/intel/gma: Unify VBT related Kconfig namesNico Huber2018-06-121-6/+6
* drivers/intel/gma: Include mainboard data.vbtArthur Heymans2018-06-061-0/+10
* device: Only expose VGA_ROM_RUN on supported architecturesPatrick Rudolph2018-06-041-1/+1
* device: Move find_dev_path() to device_const.cKyösti Mälkki2018-05-252-80/+83
* device: Move dev_find_path() to device_const.cNico Huber2018-05-252-38/+26
* device: Rename device_simple.c --> device_const.cNico Huber2018-05-252-6/+6
* device: Always build device_simple.c for less code duplicationNico Huber2018-05-243-69/+1
* src/device: Get rid of device_tElyes HAOUAS2018-05-224-20/+24
* device/device_util.c: Remove space after sizeofElyes HAOUAS2018-05-221-16/+16
* devicetree: Add USB device typeDuncan Laurie2018-05-112-0/+26
* {device,drivers,lib,mb,nb}: Use only one space after 'if'Elyes HAOUAS2018-05-091-1/+1