summaryrefslogtreecommitdiffstats
path: root/src/console
Commit message (Expand)AuthorAgeFilesLines
* console: Make CONSOLE_SPI_FLASH depend on BOOT_DEVICE_SPI_FLASHArthur Heymans2022-04-271-0/+1
* src/console/Kconfig: Add option to disable loglevel prefixIgor Bagnucki2022-03-302-1/+11
* console: Fix LOG_FAST macroMario Scheithauer2022-02-221-1/+1
* Use the fallthrough statement in switch loopsArthur Heymans2022-02-161-1/+2
* console: Add missing va_end() in wrap_interactive_printf()Julius Werner2022-02-091-0/+1
* console/post: Lower post code loglevel to BIOS_INFOJulius Werner2022-02-091-1/+1
* console: Add compile-time fast path when only CBMEM console is usedJulius Werner2022-02-072-4/+8
* console: Add loglevel marker codes to stored consolesJulius Werner2022-02-071-1/+9
* console: Add ANSI escape sequences for highlightingJulius Werner2022-02-072-1/+20
* console: Add loglevel prefix to interactive consolesJulius Werner2022-02-072-9/+42
* console: Pass log_state to vtxprintf()Julius Werner2022-02-041-13/+19
* lib/cbmem_console,console: Resurrect CONSOLE_CBMEM_DUMP_TO_UARTRaul E Rangel2022-01-251-1/+1
* console: Add Kconfig to dump pre-bootblock cbmem contentsRaul E Rangel2022-01-172-0/+12
* console: Make get_log_level a public functionSubrata Banik2022-01-031-1/+1
* src/acpi to src/lib: Fix spelling errorsMartin Roth2021-10-051-1/+1
* console: Remove asmlinkage from console_initRaul E Rangel2021-09-171-1/+1
* console/hw-debug_sink: Update for fast/slow console distinctionNico Huber2021-08-041-4/+28
* Asm code: Use NO_EARLY_BOOTBLOCK_POSTCODES to remove Asm port80sMartin Roth2021-06-251-4/+6
* src/console/init.c: Make get_log_level static inline againJakub Czapiga2021-06-151-2/+1
* tests/console: Add tests for log message routing behaviorPatrick Georgi2021-06-101-1/+2
* src: Retype option API to use unsigned integersAngel Pons2021-05-061-1/+1
* src: Replace remaining {get,set}_option() instancesAngel Pons2021-04-231-1/+1
* Rename do_printk() to printk()Nico Huber2021-04-141-3/+3
* console/vtxprintf.c: Add missing <types.h>Elyes HAOUAS2021-02-161-1/+1
* lib/trace: Remove TRACE supportKyösti Mälkki2020-12-022-8/+0
* console: Override uart base addressBryant Ou2020-11-091-0/+10
* console/init: Drop CONSOLE_LEVEL_CONSTNico Huber2020-10-261-20/+5
* src: Rename EM100Pro-specific SPI console Kconfig optionAngel Pons2020-10-131-3/+3
* src/console: Drop unneeded empty linesElyes HAOUAS2020-09-212-2/+0
* ec/system76: Add console supportJeremy Soller2020-09-072-0/+11
* src: Remove unused 'include <stddef.h>Elyes HAOUAS2020-08-181-1/+0
* console: Update for vboot before bootblockMartin Roth2020-06-151-2/+4
* console, PCI: Remove EARLY_PCI_BRIDGE support in verstageKyösti Mälkki2020-06-141-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-119-9/+0
* src: Replace remaining GPLv2 long form headers with SPDX headerElyes HAOUAS2020-05-102-22/+2
* drivers/pc80/rtc: Drop CMOS_POST_EXTRA optionKyösti Mälkki2020-04-201-8/+0
* src/console: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-047-86/+16
* treewide: Replace BOARD_EMULATION_QEMU_X86Angel Pons2020-03-031-1/+1
* console/post: NOPOST means NOPOSTPatrick Georgi2020-01-181-1/+2
* console/post: Split parts to arch/Kyösti Mälkki2020-01-141-14/+9
* console/post: Move cmos_post_code() under pc80/rtcKyösti Mälkki2020-01-101-133/+1
* drivers/pc80/rtc: Swap cmos_write32() parameter orderKyösti Mälkki2020-01-061-4/+4
* console,boot_state: Reformat state times outputKyösti Mälkki2019-12-311-1/+1
* src: Remove some romcc workaroundsJacob Garber2019-12-311-0/+24
* arch/x86: Drop uses of ROMCC_BOOTBLOCKArthur Heymans2019-12-191-1/+1
* Drop ROMCC code and header guardsArthur Heymans2019-12-192-10/+0
* printf: Automatically prefix %p with 0xJulius Werner2019-12-111-4/+5
* AGESA,binaryPI: Move PORT80 selection to C bootblockKyösti Mälkki2019-12-091-0/+5
* console,monotonic_timer: Avoid calls from APsKyösti Mälkki2019-12-061-3/+3
* kill CAR_GLOBAL_MIGRATION leftoversArthur Heymans2019-11-301-2/+1