aboutsummaryrefslogtreecommitdiff
path: root/src/device/device.c
AgeCommit message (Expand)Author
2018-10-23src: Remove unneeded whitespaceElyes HAOUAS
2018-09-19src/device/device.c: Don't use device_t in ramstageElyes HAOUAS
2018-07-09src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
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-09{device,drivers,lib,mb,nb}: Use only one space after 'if'Elyes HAOUAS
2018-04-30device: constify some variablesLubomir Rintel
2017-09-22arch/x86: Enable ebda library for romstage and postcarSubrata Banik
2017-06-28src/device: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-02-06devtree: Drop unused parameter show_devs_tree() callKyösti Mälkki
2016-04-13src/device: Update license headersMartin Roth
2015-11-19device/device.c: remove warning for missing apic read resourcesMartin Roth
2015-10-27device: Stop and output time in `scan_bus()`Paul Menzel
2015-06-10resource: Refactor IORESOURCE flags useKyösti Mälkki
2015-06-10PCI subsystem: Drop PCI_64BIT_PREF_MEM optionKyösti Mälkki
2015-06-09device/device.c: Improve output in `init_dev()`Paul Menzel
2015-06-04devicetree: Change scan_bus() prototype in device opsKyösti Mälkki
2015-06-04devicetree: Single scan_bridges()Kyösti Mälkki
2015-05-05resource: Adjust memory resources high earlierKyösti Mälkki
2015-05-05resource: Enhance resource reportingKyösti Mälkki
2015-05-05resource: Report correct secondary resource windowKyösti Mälkki
2015-03-21device: convert to stopwatch APIAaron Durbin
2015-01-06doxygen fixes: fix parameter names to match the functionsMartin Roth
2014-02-12PCI: Guard pci.h with CONFIG_PCIKyösti Mälkki
2013-12-12Log device path during resource allocationDuncan Laurie
2013-11-26Clean up POST codes for Boot State machineDuncan Laurie
2013-11-26Log device path into CMOS during probe stagesDuncan Laurie
2013-11-08Add new finalize functions for devices and chipsMarc Jones
2013-07-10device: Fix spellingMartin Roth
2013-05-01device tree: track init timesAaron Durbin
2013-02-14sconfig: rename pci_domain -> domainStefan Reinauer
2012-11-30Rename devices -> deviceStefan Reinauer