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/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
*
arch/x86: Replace some uses of SMM_TSEG
Kyösti Mälkki
2019-07-09
1
-2
/
+2
*
console: Implement j specifier in vtxprintf()
Jacob Garber
2019-07-04
1
-2
/
+5
*
console: Remove support for printing extra bases
Jacob Garber
2019-07-04
1
-4
/
+2
*
add ctype.h header
Joel Kitching
2019-06-24
1
-0
/
+1
*
console: Allow using vprintk() with disabled console
Jacob Garber
2019-06-11
1
-2
/
+2
*
console: Make die() and friends variadic
Jacob Garber
2019-06-11
1
-9
/
+7
*
console: Move poor-man's atoi() into string.h
Julius Werner
2019-05-23
1
-18
/
+4
*
post_code: add post code for hardware initialization failure
Keith Short
2019-05-22
1
-0
/
+1
*
post: during post_code, only call elog when enabled
Jett Rink
2019-05-22
1
-1
/
+1
*
console: Add new function die_with_post_code()
Keith Short
2019-05-20
1
-0
/
+7
*
Remove unnecessary ENV_RAMSTAGE guard
Subrata Banik
2019-05-14
1
-2
/
+0
*
Fix code that would trip -Wtype-limits
Julius Werner
2019-05-06
1
-3
/
+5
*
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-08
5
-21
/
+21
*
arch/io.h: Separate MMIO and PNP ops
Kyösti Mälkki
2019-03-04
1
-1
/
+4
*
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2019-03-04
1
-1
/
+0
*
console: Split loglevel for fast and slow
Kyösti Mälkki
2019-02-27
2
-7
/
+29
*
console: Refactor printk() varargs prototypes
Kyösti Mälkki
2019-02-27
1
-11
/
+10
*
device/pci_early.c: Drop some guards
Kyösti Mälkki
2019-02-11
1
-3
/
+1
*
console/init: Print log level in coreboot banner
Paul Menzel
2019-01-17
1
-2
/
+3
*
buildsystem: Promote rules.h to default include
Kyösti Mälkki
2019-01-16
3
-3
/
+0
*
soc/samsung/exynos5420: Disable BOOTBLOCK_CONSOLE
Nico Huber
2019-01-16
1
-1
/
+4
*
console: Change BOOTBLOCK_CONSOLE default to `y`
Nico Huber
2019-01-14
1
-1
/
+1
*
console: Add Kconfig debug option DEBUG_CONSOLE_INIT
Kyösti Mälkki
2019-01-13
1
-0
/
+3
*
console/Kconfig: Fix dependency of FIXED_UART_FOR_CONSOLE
Nico Huber
2019-01-11
1
-7
/
+7
*
soc/intel: Clean mess around UART_DEBUG
Nico Huber
2019-01-09
1
-1
/
+9
*
device/pci_early: Fixes for __SIMPLE_DEVICE__
Kyösti Mälkki
2018-12-30
1
-2
/
+3
*
arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT
Kyösti Mälkki
2018-12-22
1
-4
/
+2
*
(console,drivers/uart)/Kconfig: Fix dependencies
Nico Huber
2018-11-21
1
-1
/
+1
*
console: Set default loglevel to 8 (SPEW) for CONFIG_CHROMEOS
Julius Werner
2018-10-18
1
-0
/
+1
*
Move compiler.h to commonlib
Nico Huber
2018-10-08
2
-2
/
+0
*
console: Enable CONSOLE_USB by default
Nico Huber
2018-10-04
1
-1
/
+1
*
complier.h: add __noreturn and use it in code base
Aaron Durbin
2018-09-10
1
-2
/
+1
*
arch/x86: Drop leftover ROMCC console support
Kyösti Mälkki
2018-06-08
1
-60
/
+0
*
console/hw-debug_sink: Do not cache state of log level
Nico Huber
2018-06-07
1
-14
/
+8
[prev]
[next]