summaryrefslogtreecommitdiff
path: root/src/console/post.c
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-04src/console: Use SPDX for GPL-2.0-only filesAngel Pons
2020-01-18console/post: NOPOST means NOPOSTPatrick Georgi
2020-01-14console/post: Split parts to arch/Kyösti Mälkki
2020-01-10console/post: Move cmos_post_code() under pc80/rtcKyösti Mälkki
2020-01-06drivers/pc80/rtc: Swap cmos_write32() parameter orderKyösti Mälkki
2019-12-31src: Remove some romcc workaroundsJacob Garber
2019-12-19Drop ROMCC code and header guardsArthur Heymans
2019-09-10AUTHORS: Move src/console copyrights into AUTHORS fileMartin Roth
2019-05-22post: during post_code, only call elog when enabledJett Rink
2019-05-14Remove unnecessary ENV_RAMSTAGE guardSubrata Banik
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04arch/io.h: Separate MMIO and PNP opsKyösti Mälkki
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
2018-10-08Move compiler.h to commonlibNico Huber
2018-05-02src/device: Fix discarded-qualifiers compilation issueSubrata Banik
2018-04-24compiler.h: add __weak macroAaron Durbin
2017-06-12src/console: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2016-05-25console/post: be explicit about conditional cmos_post_log() compilingAaron Durbin
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-01-09misc: Drop print_ implementation from non-romcc boardsStefan Reinauer
2014-06-27src/console/post.c: Sanitize headers from preprocessor abuseEdward O'Callaghan
2014-03-16Make POST device configurable.Idwer Vollering
2013-11-26Log device path into CMOS during probe stagesDuncan Laurie
2013-11-26Extend CMOS POST code logging to store extra dataDuncan Laurie
2013-11-26cmos post: Guard with spinlockDuncan Laurie
2012-11-27Conditionally #include mc1468181rtc if CMOS_POST is enabledDavid Hendricks
2012-11-27Make POST codes written to IO port optionalDavid Hendricks
2012-11-08Log unexpected post code from the previous bootDuncan Laurie
2012-11-08Add support for storing POST codes in CMOSDuncan Laurie
2012-08-04Add a capability for mainboard-specific posting.Alexandru Gagniuc
2011-11-01remove trailing whitespaceStefan Reinauer
2011-10-23console: support integrated 7-segment displays for POST codesChristoph Grenz
2011-04-21more ifdef -> if fixesStefan Reinauer
2011-01-28rename CONFIG_SERIAL_POST to CONFIG_CONSOLE_POSTStefan Reinauer
2010-11-22Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer