summaryrefslogtreecommitdiffstats
path: root/src/console
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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