summaryrefslogtreecommitdiffstats
path: root/src/console/post.c
Commit message (Expand)AuthorAgeFilesLines
* console/post: Lower post code loglevel to BIOS_INFOJulius Werner2022-02-091-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/console: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* console/post: NOPOST means NOPOSTPatrick Georgi2020-01-181-1/+2
* console/post: Split parts to arch/Kyösti Mälkki2020-01-141-14/+9
* console/post: Move cmos_post_code() under pc80/rtcKyösti Mälkki2020-01-101-133/+1
* drivers/pc80/rtc: Swap cmos_write32() parameter orderKyösti Mälkki2020-01-061-4/+4
* src: Remove some romcc workaroundsJacob Garber2019-12-311-0/+24
* Drop ROMCC code and header guardsArthur Heymans2019-12-191-7/+0
* AUTHORS: Move src/console copyrights into AUTHORS fileMartin Roth2019-09-101-2/+0
* post: during post_code, only call elog when enabledJett Rink2019-05-221-1/+1
* Remove unnecessary ENV_RAMSTAGE guardSubrata Banik2019-05-141-2/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-12/+12
* arch/io.h: Separate MMIO and PNP opsKyösti Mälkki2019-03-041-1/+4
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* src/device: Fix discarded-qualifiers compilation issueSubrata Banik2018-05-021-1/+1
* compiler.h: add __weak macroAaron Durbin2018-04-241-1/+2
* src/console: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-121-11/+11
* console/post: be explicit about conditional cmos_post_log() compilingAaron Durbin2016-05-251-2/+3
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* misc: Drop print_ implementation from non-romcc boardsStefan Reinauer2015-01-091-3/+1
* src/console/post.c: Sanitize headers from preprocessor abuseEdward O'Callaghan2014-06-271-6/+2
* Make POST device configurable.Idwer Vollering2014-03-161-2/+2
* Log device path into CMOS during probe stagesDuncan Laurie2013-11-261-0/+16
* Extend CMOS POST code logging to store extra dataDuncan Laurie2013-11-261-0/+34
* cmos post: Guard with spinlockDuncan Laurie2013-11-261-3/+12
* Conditionally #include mc1468181rtc if CMOS_POST is enabledDavid Hendricks2012-11-271-0/+2
* Make POST codes written to IO port optionalDavid Hendricks2012-11-271-1/+3
* Log unexpected post code from the previous bootDuncan Laurie2012-11-081-0/+36
* Add support for storing POST codes in CMOSDuncan Laurie2012-11-081-0/+18
* Add a capability for mainboard-specific posting.Alexandru Gagniuc2012-08-041-0/+15
* remove trailing whitespaceStefan Reinauer2011-11-011-1/+1
* console: support integrated 7-segment displays for POST codesChristoph Grenz2011-10-231-1/+1
* more ifdef -> if fixesStefan Reinauer2011-04-211-2/+2
* rename CONFIG_SERIAL_POST to CONFIG_CONSOLE_POSTStefan Reinauer2011-01-281-1/+1
* Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer2010-11-221-0/+37