index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
console
Commit message (
Expand
)
Author
Age
Files
Lines
*
console/hw-debug_sink: Update for fast/slow console distinction
Nico Huber
2021-08-04
1
-4
/
+28
*
Asm code: Use NO_EARLY_BOOTBLOCK_POSTCODES to remove Asm port80s
Martin Roth
2021-06-25
1
-4
/
+6
*
src/console/init.c: Make get_log_level static inline again
Jakub Czapiga
2021-06-15
1
-2
/
+1
*
tests/console: Add tests for log message routing behavior
Patrick Georgi
2021-06-10
1
-1
/
+2
*
src: Retype option API to use unsigned integers
Angel Pons
2021-05-06
1
-1
/
+1
*
src: Replace remaining {get,set}_option() instances
Angel Pons
2021-04-23
1
-1
/
+1
*
Rename do_printk() to printk()
Nico Huber
2021-04-14
1
-3
/
+3
*
console/vtxprintf.c: Add missing <types.h>
Elyes HAOUAS
2021-02-16
1
-1
/
+1
*
lib/trace: Remove TRACE support
Kyösti Mälkki
2020-12-02
2
-8
/
+0
*
console: Override uart base address
Bryant Ou
2020-11-09
1
-0
/
+10
*
console/init: Drop CONSOLE_LEVEL_CONST
Nico Huber
2020-10-26
1
-20
/
+5
*
src: Rename EM100Pro-specific SPI console Kconfig option
Angel Pons
2020-10-13
1
-3
/
+3
*
src/console: Drop unneeded empty lines
Elyes HAOUAS
2020-09-21
2
-2
/
+0
*
ec/system76: Add console support
Jeremy Soller
2020-09-07
2
-0
/
+11
*
src: Remove unused 'include <stddef.h>
Elyes HAOUAS
2020-08-18
1
-1
/
+0
*
console: Update for vboot before bootblock
Martin Roth
2020-06-15
1
-2
/
+4
*
console, PCI: Remove EARLY_PCI_BRIDGE support in verstage
Kyösti Mälkki
2020-06-14
1
-1
/
+1
*
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
9
-9
/
+0
*
src: Replace remaining GPLv2 long form headers with SPDX header
Elyes HAOUAS
2020-05-10
2
-22
/
+2
*
drivers/pc80/rtc: Drop CMOS_POST_EXTRA option
Kyösti Mälkki
2020-04-20
1
-8
/
+0
*
src/console: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-04
7
-86
/
+16
*
treewide: Replace BOARD_EMULATION_QEMU_X86
Angel Pons
2020-03-03
1
-1
/
+1
*
console/post: NOPOST means NOPOST
Patrick Georgi
2020-01-18
1
-1
/
+2
*
console/post: Split parts to arch/
Kyösti Mälkki
2020-01-14
1
-14
/
+9
*
console/post: Move cmos_post_code() under pc80/rtc
Kyösti Mälkki
2020-01-10
1
-133
/
+1
*
drivers/pc80/rtc: Swap cmos_write32() parameter order
Kyösti Mälkki
2020-01-06
1
-4
/
+4
*
console,boot_state: Reformat state times output
Kyösti Mälkki
2019-12-31
1
-1
/
+1
*
src: Remove some romcc workarounds
Jacob Garber
2019-12-31
1
-0
/
+24
*
arch/x86: Drop uses of ROMCC_BOOTBLOCK
Arthur Heymans
2019-12-19
1
-1
/
+1
*
Drop ROMCC code and header guards
Arthur Heymans
2019-12-19
2
-10
/
+0
*
printf: Automatically prefix %p with 0x
Julius Werner
2019-12-11
1
-4
/
+5
*
AGESA,binaryPI: Move PORT80 selection to C bootblock
Kyösti Mälkki
2019-12-09
1
-0
/
+5
*
console,monotonic_timer: Avoid calls from APs
Kyösti Mälkki
2019-12-06
1
-3
/
+3
*
kill CAR_GLOBAL_MIGRATION leftovers
Arthur Heymans
2019-11-30
1
-2
/
+1
*
console/init.c: Drop CAR_GLOBAL_MIGRATION support
Arthur Heymans
2019-11-29
1
-5
/
+4
*
Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol
Arthur Heymans
2019-11-25
1
-1
/
+1
*
Kconfig: comply to Linux 5.3's Kconfig language rules
Patrick Georgi
2019-11-23
1
-2
/
+2
*
src/console: Bring back support for printf'ing 64bit ints
Patrick Georgi
2019-11-22
1
-12
/
+0
*
arch/x86: Remove spinlocks inside CAR
Kyösti Mälkki
2019-11-22
1
-14
/
+0
*
Remove MIPS architecture
Julius Werner
2019-11-20
1
-4
/
+0
*
console,boot_state: Exclude printk() from reported times
Kyösti Mälkki
2019-11-11
1
-0
/
+46
*
console/kconfig: Move ONBOARD_VGA_IS_PRIMARY to 'devices'
Arthur Heymans
2019-11-01
1
-7
/
+0
*
postcar: Fix linking error with disabled postcar console
Patrick Rudolph
2019-10-16
1
-1
/
+2
*
src/: Replace some __PRE_RAM__ use
Kyösti Mälkki
2019-09-14
1
-5
/
+1
*
AUTHORS: Move src/console copyrights into AUTHORS file
Martin Roth
2019-09-10
9
-20
/
+0
*
Add definition for ENV_ROMSTAGE_OR_BEFORE to <rules.h>
Kyösti Mälkki
2019-08-26
1
-2
/
+1
*
arch/x86: Enable POSTCAR_CONSOLE by default
Kyösti Mälkki
2019-08-11
1
-1
/
+1
*
src: Make implicit fall throughs explicit
Jacob Garber
2019-07-19
1
-0
/
+1
*
console/Kconfig - only print UART addresses for I/O based UARTs
Martin Roth
2019-07-13
1
-4
/
+4
*
console: Correct printing of hexadecimal integers
Jacob Garber
2019-07-10
1
-1
/
+4
[next]