summaryrefslogtreecommitdiffstats
path: root/src/console
Commit message (Expand)AuthorAgeFilesLines
* console: Skip non-BSP printk() earlierKyösti Mälkki2018-05-091-4/+3
* console: Reduce default loglevel to DEBUGNico Huber2018-05-081-1/+1
* console/vtxprintf.c: Add required spaces around '>'Elyes HAOUAS2018-05-041-1/+1
* src/device: Fix discarded-qualifiers compilation issueSubrata Banik2018-05-021-1/+1
* src/console: Add spaces around '=='Elyes HAOUAS2018-04-281-2/+2
* compiler.h: add __weak macroAaron Durbin2018-04-242-2/+4
* console: Expose vsnprintfDavid Hendricks2018-04-091-1/+1
* console: only allow console messages after initializationAaron Durbin2018-03-021-0/+6
* console: Introduce a way for mainboard to override the loglevelJulien Viard de Galbert2018-02-232-2/+12
* driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert2018-02-211-0/+10
* console: Ignore loglevel in nvram until ramstageKyösti Mälkki2017-09-251-1/+4
* console: Add weak method to notify about deathPatrick Rudolph2017-08-141-0/+11
* src: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-1/+1
* src/console: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-123-14/+14
* console/flashsconsole: Add spi flash console for debuggingYouness Alaoui2017-06-042-0/+35
* cbmem_console: Improve 'cbmem -1' behavior for truncated pre-CBMEM logsJulius Werner2017-05-181-1/+1
* console: rework log level to not be reliant on ROMSTAGE_CONSTAaron Durbin2017-04-251-7/+35
* console: Make snprintf available in all stagesPaul Menzel2017-04-241-4/+5
* console: Enable do_printk_va_list for VBOOTLee Leahy2016-12-271-2/+2
* Hook up libhwbase in ramstageNico Huber2016-11-294-0/+96
* console/vtxprintf.c: cast precision to size_t for string lengthMartin Roth2016-11-211-1/+1
* Revert "[WIP] console/Kconfig: Calculate COM port base addresses only on x86"Ronald G. Minnich2016-10-181-2/+0
* [WIP] console/Kconfig: Calculate COM port base addresses only on x86Jonathan Neuschäfer2016-10-151-0/+2
* Kconfig: Update default hex values to start with 0xMartin Roth2016-10-021-1/+1
* console: honor CONFIG_POSTCAR_CONSOLEAaron Durbin2016-09-191-2/+2
* src/console: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-312-2/+2
* console: Add write line routineLee Leahy2016-08-101-0/+13
* arch/x86: Enable postcar consoleLee Leahy2016-08-012-1/+8
* skylake/mainboard: Define mainboard hook in bootblockSubrata Banik2016-07-281-0/+1
* console/post: be explicit about conditional cmos_post_log() compilingAaron Durbin2016-05-251-2/+3
* arch/x86: introduce postcar stage/phaseAaron Durbin2016-03-231-0/+5
* Kconfig: hide useless options on ARM.Vladimir Serbinenko2016-03-051-0/+5
* console: Add higher baud ratesLee Leahy2016-02-221-0/+15
* console: Disable SQUELCH_EARLY_SMP if SMP is not selectedLee Leahy2016-02-091-0/+1
* console: Simplify bootblock console Kconfig selection logicAlexandru Gagniuc2016-01-211-1/+1
* console/: add missing license headersDamien Roth2016-01-182-5/+27
* src/console: Add x86 romstage spinlock option and printk spinlock supportTimothy Pearson2015-12-151-0/+15
* console: Allow ARM64 platforms to select bootblock consoleMartin Roth2015-12-081-1/+1
* console: Add help for serial IO port selectionMartin Roth2015-11-211-0/+12
* rules.h: Add ENV_STRING and use it in console_init()Ben Gardner2015-11-201-14/+2
* x86: Add Kconfig to disable early bootblock postcodesMartin Roth2015-11-191-0/+9
* src/console: Link die.c in bootblock without BOOTBLOCK_CONSOLEAlexandru Gagniuc2015-11-171-1/+1
* arm64: remove secmonAaron Durbin2015-11-072-6/+0
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-316-24/+0
* x86: add standalone verstage supportAaron Durbin2015-10-141-0/+1
* Add EM100 'hyper term' spi console support in ramstage & smmMartin Roth2015-10-052-0/+11
* consoles: remove unused infrastructureAaron Durbin2015-05-261-28/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-217-11/+7
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-3/+3
* console: Bring back newline translationKyösti Mälkki2015-05-151-0/+8