summaryrefslogtreecommitdiffstats
path: root/src/device/device.c
Commit message (Expand)AuthorAgeFilesLines
* arch/x86/ebda.c: Move setting up ebda to a BS hookArthur Heymans2022-05-171-8/+0
* device: Add helper function devfn_disable()Subrata Banik2021-06-171-0/+7
* device/device.c: Print bus numbers in decimalAngel Pons2021-05-111-1/+1
* device: Drop unused `uma_memory_{base,size}` globalsAngel Pons2021-05-101-6/+0
* device/device.c: Rename .disable to .vga_disableArthur Heymans2021-02-241-2/+2
* device/device.c: Print done at end of assign_resources()Frans Hendriks2021-02-051-1/+1
* device: correct code styleFrans Hendriks2021-02-051-11/+10
* treewide: Replace CONFIG(ARCH_xx) testsKyösti Mälkki2020-06-171-2/+2
* device: Move resource allocation into a separate compilation unitFurquan Shaikh2020-05-261-592/+1
* Revert "device: Enable resource allocator to use multiple ranges"Furquan Shaikh2020-05-161-511/+514
* Revert "device: Enable resource allocation above 4G boundary"Furquan Shaikh2020-05-161-111/+9
* device: Enable resource allocation above 4G boundaryFurquan Shaikh2020-05-121-9/+111
* device: Enable resource allocator to use multiple rangesFurquan Shaikh2020-05-121-514/+511
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* drivers/pc80/rtc: Reorganize prototypesKyösti Mälkki2020-04-201-0/+1
* src/device: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-12/+2
* device: Log times with millisecond resolutionKyösti Mälkki2019-12-311-13/+16
* arch/x86: Remove EARLY_EBDA_INIT supportArthur Heymans2019-11-101-7/+2
* device/pci: Enable full 16-bit VGA port i/o decodingNico Huber2019-10-061-1/+5
* AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth2019-09-171-24/+1
* src/device: Prevent attack on null pointer dereferenceJohn Zhao2019-06-031-0/+6
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-251-2/+2
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-6/+6
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-1/+1
* 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