summaryrefslogtreecommitdiffstats
path: root/src/device/device.c
Commit message (Expand)AuthorAgeFilesLines
* src/device/device.c: Don't use device_t in ramstageElyes HAOUAS2018-09-191-3/+3
* src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-1/+1
* device: Always build device_simple.c for less code duplicationNico Huber2018-05-241-2/+0
* src/device: Get rid of device_tElyes HAOUAS2018-05-221-6/+8
* {device,drivers,lib,mb,nb}: Use only one space after 'if'Elyes HAOUAS2018-05-091-1/+1
* device: constify some variablesLubomir Rintel2018-04-301-11/+11
* arch/x86: Enable ebda library for romstage and postcarSubrata Banik2017-09-221-2/+7
* src/device: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-281-5/+5
* devtree: Drop unused parameter show_devs_tree() callKyösti Mälkki2017-02-061-1/+1
* src/device: Update license headersMartin Roth2016-04-131-4/+10
* device/device.c: remove warning for missing apic read resourcesMartin Roth2015-11-191-2/+3
* device: Stop and output time in `scan_bus()`Paul Menzel2015-10-271-0/+6
* resource: Refactor IORESOURCE flags useKyösti Mälkki2015-06-101-29/+34
* PCI subsystem: Drop PCI_64BIT_PREF_MEM optionKyösti Mälkki2015-06-101-29/+6
* device/device.c: Improve output in `init_dev()`Paul Menzel2015-06-091-2/+2
* devicetree: Change scan_bus() prototype in device opsKyösti Mälkki2015-06-041-11/+5
* devicetree: Single scan_bridges()Kyösti Mälkki2015-06-041-4/+17
* resource: Adjust memory resources high earlierKyösti Mälkki2015-05-051-15/+4
* resource: Enhance resource reportingKyösti Mälkki2015-05-051-35/+35
* resource: Report correct secondary resource windowKyösti Mälkki2015-05-051-0/+1
* device: convert to stopwatch APIAaron Durbin2015-03-211-6/+3
* doxygen fixes: fix parameter names to match the functionsMartin Roth2015-01-061-1/+1
* PCI: Guard pci.h with CONFIG_PCIKyösti Mälkki2014-02-121-1/+1
* Log device path during resource allocationDuncan Laurie2013-12-121-0/+4
* Clean up POST codes for Boot State machineDuncan Laurie2013-11-261-0/+1
* Log device path into CMOS during probe stagesDuncan Laurie2013-11-261-2/+15
* Add new finalize functions for devices and chipsMarc Jones2013-11-081-0/+75
* device: Fix spellingMartin Roth2013-07-101-7/+7
* device tree: track init timesAaron Durbin2013-05-011-0/+12
* sconfig: rename pci_domain -> domainStefan Reinauer2013-02-141-4/+4
* Rename devices -> deviceStefan Reinauer2012-11-301-0/+1157