summaryrefslogtreecommitdiffstats
path: root/payloads/coreinfo/coreboot_module.c
Commit message (Expand)AuthorAgeFilesLines
* payloads/coreinfo/coreboot_module.c: Remove 'break' after 'return'Elyes Haouas2022-05-161-1/+0
* coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_tJianjun Wang2022-04-141-4/+2
* 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: Make internal functions staticJacob Garber2019-07-071-1/+1
* payloads/coreinfo: Use correct integer types for loop indicesJacob Garber2019-07-071-1/+1
* payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-071-1/+1
* payloads: change coreboot to lowercaseMartin Roth2017-06-071-3/+3
* 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: fix build error (TRIVIAL)Alexandru Gagniuc2012-08-151-1/+1
* Eliminate magic numbersPhilip Prindeville2012-01-071-2/+2
* Cleanup access to vendor/part # infoPhilip Prindeville2012-01-071-2/+2
* Use convenience function to checksumPhilip Prindeville2011-12-241-3/+3
* Replace UNPACK_CB64 macro with inlinePhilip Prindeville2011-12-241-3/+3
* Mirror Fix coreinfo usage of cb_infoQingPei Wang2011-12-021-1/+1
* Update Coreinfo to use TAG_FORWARD in tables.Myles Watson2009-08-241-0/+3
* 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-11/+11
* Make functions static (where possible) to reduce code size (trivial).Uwe Hermann2008-03-231-2/+1
* Smaller fixes to allow using -Wall (trivial).Uwe Hermann2008-03-201-4/+6
* Cosmetic changes and coding style fixes by running 'indent', with someUwe Hermann2008-03-201-57/+46
* corinfo: Inital release of the coreinfo codeJordan Crouse2008-03-201-0/+264