summaryrefslogtreecommitdiffstats
path: root/src/include/console/console.h
Commit message (Expand)AuthorAgeFilesLines
* console: Add compile-time fast path when only CBMEM console is usedJulius Werner2022-02-071-0/+11
* console: Make get_log_level a public functionSubrata Banik2022-01-031-0/+2
* console: Remove asmlinkage from console_initRaul E Rangel2021-09-171-2/+1
* Move post_codes.h to commonlib/console/Ricardo Quesada2021-08-041-2/+2
* Rename do_printk() to printk()Nico Huber2021-04-141-11/+7
* console: Always add printf-format attribute to printk()Nico Huber2021-04-141-1/+3
* console/console.h: Move get_console_loglevel() declarationArthur Heymans2021-02-011-13/+13
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner2020-04-231-3/+3
* drivers/pc80/rtc: Reorganize prototypesKyösti Mälkki2020-04-201-22/+2
* drivers/pc80/rtc: Clean up post_log_path()Kyösti Mälkki2020-04-201-8/+17
* drivers/elog,pc80: Move cmos_post_log()Kyösti Mälkki2020-04-201-0/+1
* src/include: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* drivers/pc80/rtc: Clean up some POST_CODE_EXTRA useKyösti Mälkki2020-01-141-2/+0
* console/post: Split parts to arch/Kyösti Mälkki2020-01-141-0/+1
* console/post: Move cmos_post_code() under pc80/rtcKyösti Mälkki2020-01-101-0/+1
* Drop ROMCC code and header guardsArthur Heymans2019-12-191-9/+0
* console,boot_state: Exclude printk() from reported timesKyösti Mälkki2019-11-111-0/+7
* console: Declare empty printk() for __ROMCC__Kyösti Mälkki2019-09-301-1/+7
* console: Allow using vprintk() with disabled consoleJacob Garber2019-06-111-4/+5
* console: Make die() and friends variadicJacob Garber2019-06-111-2/+3
* console: Add new function die_with_post_code()Keith Short2019-05-201-0/+1
* commonlib/loglevel.h: Drop unnecessary includeElyes HAOUAS2019-03-081-0/+2
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-7/+7
* console: Split loglevel for fast and slowKyösti Mälkki2019-02-271-0/+2
* console: Refactor printk() varargs prototypesKyösti Mälkki2019-02-271-11/+5
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* complier.h: add __noreturn and use it in code baseAaron Durbin2018-09-101-1/+2
* src/device: Fix discarded-qualifiers compilation issueSubrata Banik2018-05-021-1/+1
* console: Introduce a way for mainboard to override the loglevelJulien Viard de Galbert2018-02-231-0/+12
* console: Add weak method to notify about deathPatrick Rudolph2017-08-141-0/+6
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-1/+1
* include/console: Use IS_ENABLED() macroNico Huber2017-05-221-2/+2
* console: Add convenient debug level macros for raminitNico Huber2017-04-191-0/+3
* src/include: Wrap lines at 80 columnsLee Leahy2017-03-131-1/+2
* console: Enable printk for ENV_LIBAGESAKyösti Mälkki2017-03-071-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: Drop leftover struct console_driverKyösti Mälkki2016-08-021-7/+0
* arch/x86: Enable postcar consoleLee Leahy2016-08-011-1/+2
* arch/x86: introduce postcar stage/phaseAaron Durbin2016-03-231-1/+1
* arm64: remove secmonAaron Durbin2015-11-071-2/+2
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* coreboot: introduce commonlibAaron Durbin2015-09-221-1/+1
* consoles: remove unused infrastructureAaron Durbin2015-05-261-6/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* verstage: provide support for serial consoleAaron Durbin2015-05-131-1/+1