summaryrefslogtreecommitdiffstats
path: root/src/console
Commit message (Expand)AuthorAgeFilesLines
* arch to cpu: Add SPDX license headers to Kconfig filesMartin Roth2024-02-181-0/+2
* lib,console,sbom: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* Allow to build romstage sources inside the bootblockArthur Heymans2023-11-092-2/+3
* console.c: Enable gdb support in bootblockArthur Heymans2023-11-071-1/+1
* commonlib,console,nb,sb,security: Add SPDX licenses to MakefilesMartin Roth2023-08-141-0/+2
* console: Deselect using ANSI escape characters when SimNow is usedZheng Bao2023-03-301-1/+1
* console: Add SimNow console loggingFred Reitberger2023-02-092-0/+11
* console: Print architecturePatrick Rudolph2023-01-311-1/+1
* lib: Hook up libhwbase in romstageJeremy Compostella2022-12-171-0/+2
* console/post.c: Sort includesElyes Haouas2022-10-271-1/+1
* console: Add an SoC-specific post-code callMartin Roth2022-10-251-0/+3
* console/vtxprintf.c: Add <stdarg.h>Elyes Haouas2022-10-061-0/+1
* console/printk.c: Add <types.h>Elyes Haouas2022-10-061-0/+1
* console/die.c: Add <stdarg.h>Elyes Haouas2022-10-061-0/+1
* console/console.c: Sort includes and add <types.h>Elyes Haouas2022-10-061-4/+5
* console/vsprintf.c: Add <stdarg.h>Elyes Haouas2022-10-061-0/+1
* drivers/smbus: initialize SC16IS7XX I2C to UART converter chipHusni Faiz2022-10-031-0/+15
* console: attach smbus console driverHusni Faiz2022-09-161-0/+4
* drivers/smbus: add smbus console driverHusni Faiz2022-09-161-0/+24
* console/vtxprintf.c: Use | operator for bit operation instead of +Elyes Haouas2022-09-141-1/+1
* src/console: Reformat codeElyes Haouas2022-09-132-26/+23
* 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