index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
console
/
post.c
Age
Commit message (
Expand
)
Author
2020-04-04
src/console: Use SPDX for GPL-2.0-only files
Angel Pons
2020-01-18
console/post: NOPOST means NOPOST
Patrick Georgi
2020-01-14
console/post: Split parts to arch/
Kyösti Mälkki
2020-01-10
console/post: Move cmos_post_code() under pc80/rtc
Kyösti Mälkki
2020-01-06
drivers/pc80/rtc: Swap cmos_write32() parameter order
Kyösti Mälkki
2019-12-31
src: Remove some romcc workarounds
Jacob Garber
2019-12-19
Drop ROMCC code and header guards
Arthur Heymans
2019-09-10
AUTHORS: Move src/console copyrights into AUTHORS file
Martin Roth
2019-05-22
post: during post_code, only call elog when enabled
Jett Rink
2019-05-14
Remove unnecessary ENV_RAMSTAGE guard
Subrata Banik
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-04
arch/io.h: Separate MMIO and PNP ops
Kyösti Mälkki
2019-01-16
buildsystem: Promote rules.h to default include
Kyösti Mälkki
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-05-02
src/device: Fix discarded-qualifiers compilation issue
Subrata Banik
2018-04-24
compiler.h: add __weak macro
Aaron Durbin
2017-06-12
src/console: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2016-05-25
console/post: be explicit about conditional cmos_post_log() compiling
Aaron Durbin
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-01-09
misc: Drop print_ implementation from non-romcc boards
Stefan Reinauer
2014-06-27
src/console/post.c: Sanitize headers from preprocessor abuse
Edward O'Callaghan
2014-03-16
Make POST device configurable.
Idwer Vollering
2013-11-26
Log device path into CMOS during probe stages
Duncan Laurie
2013-11-26
Extend CMOS POST code logging to store extra data
Duncan Laurie
2013-11-26
cmos post: Guard with spinlock
Duncan Laurie
2012-11-27
Conditionally #include mc1468181rtc if CMOS_POST is enabled
David Hendricks
2012-11-27
Make POST codes written to IO port optional
David Hendricks
2012-11-08
Log unexpected post code from the previous boot
Duncan Laurie
2012-11-08
Add support for storing POST codes in CMOS
Duncan Laurie
2012-08-04
Add a capability for mainboard-specific posting.
Alexandru Gagniuc
2011-11-01
remove trailing whitespace
Stefan Reinauer
2011-10-23
console: support integrated 7-segment displays for POST codes
Christoph Grenz
2011-04-21
more ifdef -> if fixes
Stefan Reinauer
2011-01-28
rename CONFIG_SERIAL_POST to CONFIG_CONSOLE_POST
Stefan Reinauer
2010-11-22
Printing coreboot debug messages on VGA console is pretty much useless, since
Stefan Reinauer