summaryrefslogtreecommitdiffstats
path: root/payloads/coreinfo/bootlog_module.c
Commit message (Expand)AuthorAgeFilesLines
* payloads: Drop unneeded empty linesElyes HAOUAS2020-09-211-3/+0
* coreinfo: Use SPDX license identifiersJacob Garber2020-09-141-13/+1
* libpayload: Cache physical cbmem console addressNico Huber2020-08-241-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-071-1/+1
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-1/+1
* payloads: change coreboot to lowercaseMartin Roth2017-06-071-1/+1
* Turn CBMEM console into a ring buffer that can persist across rebootsJulius Werner2017-04-201-14/+31
* coreinfo: Rewrite bootlog_moduleYasha Cherikovsky2015-11-211-65/+144
* 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
* Do not try to display non-printable characters on the bootlog andUlf Jordan2008-09-301-1/+1
* Add support for a 'bootlog' module to coreinfo.Uwe Hermann2008-04-221-0/+143