summaryrefslogtreecommitdiff
path: root/src/device/device.c
AgeCommit message (Expand)Author
2021-05-11device/device.c: Print bus numbers in decimalAngel Pons
2021-05-10device: Drop unused `uma_memory_{base,size}` globalsAngel Pons
2021-02-24device/device.c: Rename .disable to .vga_disableArthur Heymans
2021-02-05device/device.c: Print done at end of assign_resources()Frans Hendriks
2021-02-05device: correct code styleFrans Hendriks
2020-06-17treewide: Replace CONFIG(ARCH_xx) testsKyösti Mälkki
2020-05-26device: Move resource allocation into a separate compilation unitFurquan Shaikh
2020-05-16Revert "device: Enable resource allocator to use multiple ranges"Furquan Shaikh
2020-05-16Revert "device: Enable resource allocation above 4G boundary"Furquan Shaikh
2020-05-12device: Enable resource allocation above 4G boundaryFurquan Shaikh
2020-05-12device: Enable resource allocator to use multiple rangesFurquan Shaikh
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-20drivers/pc80/rtc: Reorganize prototypesKyösti Mälkki
2020-04-04src/device: Use SPDX for GPL-2.0-only filesAngel Pons
2019-12-31device: Log times with millisecond resolutionKyösti Mälkki
2019-11-10arch/x86: Remove EARLY_EBDA_INIT supportArthur Heymans
2019-10-06device/pci: Enable full 16-bit VGA port i/o decodingNico Huber
2019-09-17AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth
2019-06-03src/device: Prevent attack on null pointer dereferenceJohn Zhao
2019-03-25Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
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