summaryrefslogtreecommitdiffstats
path: root/payloads/coreinfo/pci_module.c
Commit message (Expand)AuthorAgeFilesLines
* payloads/coreinfo: Rename pci_scan_bus()Felix Singer2020-10-201-3/+3
* coreinfo: Use SPDX license identifiersJacob Garber2020-09-141-13/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* payloads/coreinfo: Use correct integer types for loop indicesJacob Garber2019-07-071-1/+1
* payloads/coreinfo: Remove unused variableJacob Garber2019-05-151-6/+1
* payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-071-1/+1
* coreinfo: Skip unpopulated PCI functionsKyösti Mälkki2018-06-141-2/+12
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* coreinfo: Use IS_ENABLED() to query Kconfig variablesStefan Reinauer2015-07-011-1/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-1/+1
* define array size in a single place (trivial)Stefan Reinauer2008-09-051-2/+3
* off by 1. (trivial)Stefan Reinauer2008-08-131-1/+1
* commit real fix to pci module of coreinfo (trivial)Stefan Reinauer2008-08-131-22/+20
* This patch updates coreinfo to use the ACS_ macros for line graphics.Ulf Jordan2008-08-111-4/+4
* Add a full set of pci access functions.Stefan Reinauer2008-08-071-5/+8
* Remove duplicated code which is already in libpayload (trivial).Uwe Hermann2008-08-041-25/+1
* Add support for an "NVRAM Dump" screen in coreinfo (optional), as well as forUwe Hermann2008-03-311-0/+9
* Various tiny fixes (trivial):Uwe Hermann2008-03-271-1/+1
* Make functions static (where possible) to reduce code size (trivial).Uwe Hermann2008-03-231-3/+3
* Smaller fixes to allow using -Wall (trivial).Uwe Hermann2008-03-201-6/+2
* Cosmetic changes and coding style fixes by running 'indent', with someUwe Hermann2008-03-201-54/+43
* corinfo: Inital release of the coreinfo codeJordan Crouse2008-03-201-0/+299