summaryrefslogtreecommitdiffstats
path: root/src/console
Commit message (Expand)AuthorAgeFilesLines
* console,monotonic_timer: Avoid calls from APsKyösti Mälkki2019-12-061-3/+3
* kill CAR_GLOBAL_MIGRATION leftoversArthur Heymans2019-11-301-2/+1
* console/init.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-5/+4
* Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbolArthur Heymans2019-11-251-1/+1
* Kconfig: comply to Linux 5.3's Kconfig language rulesPatrick Georgi2019-11-231-2/+2
* src/console: Bring back support for printf'ing 64bit intsPatrick Georgi2019-11-221-12/+0
* arch/x86: Remove spinlocks inside CARKyösti Mälkki2019-11-221-14/+0
* Remove MIPS architectureJulius Werner2019-11-201-4/+0
* console,boot_state: Exclude printk() from reported timesKyösti Mälkki2019-11-111-0/+46
* console/kconfig: Move ONBOARD_VGA_IS_PRIMARY to 'devices'Arthur Heymans2019-11-011-7/+0
* postcar: Fix linking error with disabled postcar consolePatrick Rudolph2019-10-161-1/+2
* src/: Replace some __PRE_RAM__ useKyösti Mälkki2019-09-141-5/+1
* AUTHORS: Move src/console copyrights into AUTHORS fileMartin Roth2019-09-109-20/+0
* Add definition for ENV_ROMSTAGE_OR_BEFORE to <rules.h>Kyösti Mälkki2019-08-261-2/+1
* arch/x86: Enable POSTCAR_CONSOLE by defaultKyösti Mälkki2019-08-111-1/+1
* src: Make implicit fall throughs explicitJacob Garber2019-07-191-0/+1
* console/Kconfig - only print UART addresses for I/O based UARTsMartin Roth2019-07-131-4/+4
* console: Correct printing of hexadecimal integersJacob Garber2019-07-101-1/+4
* arch/x86: Replace some uses of SMM_TSEGKyösti Mälkki2019-07-091-2/+2
* console: Implement j specifier in vtxprintf()Jacob Garber2019-07-041-2/+5
* console: Remove support for printing extra basesJacob Garber2019-07-041-4/+2
* add ctype.h headerJoel Kitching2019-06-241-0/+1
* console: Allow using vprintk() with disabled consoleJacob Garber2019-06-111-2/+2
* console: Make die() and friends variadicJacob Garber2019-06-111-9/+7
* console: Move poor-man's atoi() into string.hJulius Werner2019-05-231-18/+4
* post_code: add post code for hardware initialization failureKeith Short2019-05-221-0/+1
* post: during post_code, only call elog when enabledJett Rink2019-05-221-1/+1
* console: Add new function die_with_post_code()Keith Short2019-05-201-0/+7
* Remove unnecessary ENV_RAMSTAGE guardSubrata Banik2019-05-141-2/+0
* Fix code that would trip -Wtype-limitsJulius Werner2019-05-061-3/+5
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-085-21/+21
* arch/io.h: Separate MMIO and PNP opsKyösti Mälkki2019-03-041-1/+4
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* console: Split loglevel for fast and slowKyösti Mälkki2019-02-272-7/+29
* console: Refactor printk() varargs prototypesKyösti Mälkki2019-02-271-11/+10
* device/pci_early.c: Drop some guardsKyösti Mälkki2019-02-111-3/+1
* console/init: Print log level in coreboot bannerPaul Menzel2019-01-171-2/+3
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-163-3/+0
* soc/samsung/exynos5420: Disable BOOTBLOCK_CONSOLENico Huber2019-01-161-1/+4
* console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber2019-01-141-1/+1
* console: Add Kconfig debug option DEBUG_CONSOLE_INITKyösti Mälkki2019-01-131-0/+3
* console/Kconfig: Fix dependency of FIXED_UART_FOR_CONSOLENico Huber2019-01-111-7/+7
* soc/intel: Clean mess around UART_DEBUGNico Huber2019-01-091-1/+9
* device/pci_early: Fixes for __SIMPLE_DEVICE__Kyösti Mälkki2018-12-301-2/+3
* arch/x86 cbmem: Drop tests for LATE_CBMEM_INITKyösti Mälkki2018-12-221-4/+2
* (console,drivers/uart)/Kconfig: Fix dependenciesNico Huber2018-11-211-1/+1
* console: Set default loglevel to 8 (SPEW) for CONFIG_CHROMEOSJulius Werner2018-10-181-0/+1
* Move compiler.h to commonlibNico Huber2018-10-082-2/+0
* console: Enable CONSOLE_USB by defaultNico Huber2018-10-041-1/+1
* complier.h: add __noreturn and use it in code baseAaron Durbin2018-09-101-2/+1