summaryrefslogtreecommitdiffstats
path: root/payloads/coreinfo/cpuinfo_module.c
Commit message (Expand)AuthorAgeFilesLines
* coreinfo: Use SPDX license identifiersJacob Garber2020-09-141-16/+3
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* payloads: Fix typosElyes HAOUAS2020-02-171-1/+1
* payloads/coreinfo: Use fixed-width integers for cpuidJacob Garber2019-07-071-6/+6
* payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-071-1/+1
* 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
* coreinfo: Move the rdtsc.h include into the #ifdef CONFIG_MODULE_CPUINFOJordan Crouse2008-05-061-1/+1
* Add support for an "NVRAM Dump" screen in coreinfo (optional), as well as forUwe Hermann2008-03-311-1/+9
* Make functions static (where possible) to reduce code size (trivial).Uwe Hermann2008-03-231-11/+12
* Smaller fixes to allow using -Wall (trivial).Uwe Hermann2008-03-201-5/+10
* Cosmetic changes and coding style fixes by running 'indent', with someUwe Hermann2008-03-201-33/+26
* corinfo: Inital release of the coreinfo codeJordan Crouse2008-03-201-0/+272