summaryrefslogtreecommitdiffstats
path: root/src/include/console
Commit message (Expand)AuthorAgeFilesLines
* drivers/intel/fsp2_0: track end of firmware notificationsAaron Durbin2016-11-121-0/+14
* arch/x86,lib: make cbmem console work in postcar stageAaron Durbin2016-09-191-1/+1
* console: honor CONFIG_POSTCAR_CONSOLEAaron Durbin2016-09-191-2/+3
* src/include: Improve code formattingElyes HAOUAS2016-09-051-2/+2
* console: Change CONFIG_CHROMEOS requirement from do_printk_va_list()Julius Werner2016-08-161-1/+1
* console: Add write line routineLee Leahy2016-08-101-0/+9
* console: Drop leftover struct console_driverKyösti Mälkki2016-08-021-7/+0
* arch/x86: Enable postcar consoleLee Leahy2016-08-011-1/+2
* src/include: Capitalize CPU, RAM and ROMElyes HAOUAS2016-07-311-3/+3
* drivers/uart: Enable debug serial output during postcarLee Leahy2016-07-251-1/+1
* soc/intel/common/acpi: Add _PTS, _WAK methodsHannah Williams2016-06-221-0/+14
* drivers/uart: Enable override for input clock dividerLee Leahy2016-05-091-0/+4
* arch/x86: introduce postcar stage/phaseAaron Durbin2016-03-231-1/+1
* header files: Fix guard name comments to match guard namesMartin Roth2016-01-182-2/+2
* Correct some common spelling mistakesMartin Roth2016-01-071-1/+1
* intel/fsp: Add post codes for FSP phasesDuncan Laurie2015-12-031-0/+42
* arm64: remove secmonAaron Durbin2015-11-072-3/+3
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3110-40/+0
* cbmem console: make verstage first class citizenAaron Durbin2015-10-111-2/+4
* Add EM100 'hyper term' spi console support in ramstage & smmMartin Roth2015-10-051-0/+72
* coreboot: introduce commonlibAaron Durbin2015-09-223-180/+2
* Clearly define printk log level use cases.Nicky Sielicki2015-06-111-11/+173
* cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki2015-06-091-6/+0
* consoles: remove unused infrastructureAaron Durbin2015-05-261-6/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-219-9/+9
* secmon: allow for serial consoleAaron Durbin2015-05-131-1/+1
* verstage: provide support for serial consoleAaron Durbin2015-05-132-2/+2
* console: rename do_vtxprintf to do_printk_va_list and use itAaron Durbin2015-05-051-2/+2
* cbmem: add and use a function to dump console bufferVadim Bendebury2015-04-271-0/+1
* cbmem_console: fix it for x86Aaron Durbin2015-04-231-2/+2
* Add console wrapper for UART driverVadim Bendebury2015-04-141-0/+14
* arm64: Add support for secure monitorFurquan Shaikh2015-03-281-0/+1
* console: Fix broken early_print.h include guardsStefan Reinauer2015-03-091-1/+4
* CBMEM console: Fix and enhance pre-RAM supportKyösti Mälkki2015-01-271-1/+2
* misc: Drop print_ implementation from non-romcc boardsStefan Reinauer2015-01-093-71/+2
* src/include: Doxygen fixesMartin Roth2015-01-091-1/+4
* vboot: Add a new post code for TPM failureDuncan Laurie2014-12-301-0/+7
* CBMEM console: Fix boards with BROKEN_CAR_MIGRATEKyösti Mälkki2014-12-161-1/+1
* uarts: 32/64 cleanupRonald G. Minnich2014-10-161-1/+1
* console: Add console for GDBKyösti Mälkki2014-05-263-2/+28
* console: Drop EARLY_CONSOLE optionKyösti Mälkki2014-04-301-2/+1
* uart: Support multiple portsKyösti Mälkki2014-04-301-7/+7
* console: Simplify the enable rulesKyösti Mälkki2014-04-187-22/+103
* console: Split ROMCC helpersKyösti Mälkki2014-04-183-103/+161
* console: Use romstage code for ramstage and SMMKyösti Mälkki2014-04-182-4/+27
* console: Drop driver list in ramstageKyösti Mälkki2014-04-182-19/+0
* console: Refactor uart8250/NE2KKyösti Mälkki2014-04-091-0/+4
* console: Remove old fix for DEBUG_SMIKyösti Mälkki2014-04-091-1/+0
* console: Simplify vtxprintfKyösti Mälkki2014-04-092-5/+3
* console: Move newline translation outside console_tx_byteKyösti Mälkki2014-04-091-7/+8