summaryrefslogtreecommitdiff
path: root/src/include/console/console.h
AgeCommit message (Expand)Author
2017-08-14console: Add weak method to notify about deathPatrick Rudolph
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-05-22include/console: Use IS_ENABLED() macroNico Huber
2017-04-19console: Add convenient debug level macros for raminitNico Huber
2017-03-13src/include: Wrap lines at 80 columnsLee Leahy
2017-03-07console: Enable printk for ENV_LIBAGESAKyösti Mälkki
2016-09-19console: honor CONFIG_POSTCAR_CONSOLEAaron Durbin
2016-09-05src/include: Improve code formattingElyes HAOUAS
2016-08-16console: Change CONFIG_CHROMEOS requirement from do_printk_va_list()Julius Werner
2016-08-02console: Drop leftover struct console_driverKyösti Mälkki
2016-08-01arch/x86: Enable postcar consoleLee Leahy
2016-03-23arch/x86: introduce postcar stage/phaseAaron Durbin
2015-11-07arm64: remove secmonAaron Durbin
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-09-22coreboot: introduce commonlibAaron Durbin
2015-05-26consoles: remove unused infrastructureAaron Durbin
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-13verstage: provide support for serial consoleAaron Durbin
2015-05-05console: rename do_vtxprintf to do_printk_va_list and use itAaron Durbin
2015-04-14Add console wrapper for UART driverVadim Bendebury
2015-03-28arm64: Add support for secure monitorFurquan Shaikh
2015-01-09misc: Drop print_ implementation from non-romcc boardsStefan Reinauer
2014-04-30console: Drop EARLY_CONSOLE optionKyösti Mälkki
2014-04-18console: Simplify the enable rulesKyösti Mälkki
2014-04-18console: Split ROMCC helpersKyösti Mälkki
2014-04-18console: Use romstage code for ramstage and SMMKyösti Mälkki
2014-04-18console: Drop driver list in ramstageKyösti Mälkki
2014-04-09console: Remove old fix for DEBUG_SMIKyösti Mälkki
2014-04-09console: Simplify vtxprintfKyösti Mälkki
2014-04-09console: Move newline translation outside console_tx_byteKyösti Mälkki
2014-04-09console: Add printk helper for ChromeOSKyösti Mälkki
2014-04-09console: Hide global console_loglevelKyösti Mälkki
2014-04-09console: Split console_init()Kyösti Mälkki
2014-03-04SMM: Only have console with DEBUG_SMIKyösti Mälkki
2014-03-04console: Fix includesKyösti Mälkki
2014-02-11Move hexdump32() to lib/hexdump.Kyösti Mälkki
2014-02-06usbdebug: Move under drivers/usbKyösti Mälkki
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-10console: Add hexdump32 functionMarc Jones
2013-11-05usbdebug: Fix build for ROMCC boardsKyösti Mälkki
2013-07-11include: Fix spellingMartin Roth
2013-07-10ARM: Separate the early console (romstage) from the bootblock console.Gabe Black
2013-05-10Get rid of MAXIMUM_CONSOLE_LOGLEVEL; compile all messages into the coreboot b...Ronald G. Minnich
2013-04-18spkmodem consoleVladimir Serbinenko
2013-03-23x86: expose console_tx_flush in romstageAaron Durbin
2013-02-08console: Only print romstage messages with EARLY_CONSOLE enabled.Hung-Te Lin
2013-02-08console: Revise serial console configuration names.Hung-Te Lin
2012-11-14Provide MRC with a console printing callback functionVadim Bendebury
2012-08-04Add a capability for mainboard-specific posting.Alexandru Gagniuc