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
/
Kconfig
Commit message (
Expand
)
Author
Age
Files
Lines
*
console: Override uart base address
Bryant Ou
2020-11-09
1
-0
/
+10
*
src: Rename EM100Pro-specific SPI console Kconfig option
Angel Pons
2020-10-13
1
-3
/
+3
*
ec/system76: Add console support
Jeremy Soller
2020-09-07
1
-0
/
+7
*
drivers/pc80/rtc: Drop CMOS_POST_EXTRA option
Kyösti Mälkki
2020-04-20
1
-8
/
+0
*
treewide: Replace BOARD_EMULATION_QEMU_X86
Angel Pons
2020-03-03
1
-1
/
+1
*
arch/x86: Drop uses of ROMCC_BOOTBLOCK
Arthur Heymans
2019-12-19
1
-1
/
+1
*
AGESA,binaryPI: Move PORT80 selection to C bootblock
Kyösti Mälkki
2019-12-09
1
-0
/
+5
*
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
*
console/kconfig: Move ONBOARD_VGA_IS_PRIMARY to 'devices'
Arthur Heymans
2019-11-01
1
-7
/
+0
*
arch/x86: Enable POSTCAR_CONSOLE by default
Kyösti Mälkki
2019-08-11
1
-1
/
+1
*
console/Kconfig - only print UART addresses for I/O based UARTs
Martin Roth
2019-07-13
1
-4
/
+4
*
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/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
*
(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
*
console: Enable CONSOLE_USB by default
Nico Huber
2018-10-04
1
-1
/
+1
*
console: Reduce default loglevel to DEBUG
Nico Huber
2018-05-08
1
-1
/
+1
*
console: Introduce a way for mainboard to override the loglevel
Julien Viard de Galbert
2018-02-23
1
-0
/
+10
*
driver/uart: Introduce a way for mainboard to override the baudrate
Julien Viard de Galbert
2018-02-21
1
-0
/
+10
*
console/flashsconsole: Add spi flash console for debugging
Youness Alaoui
2017-06-04
1
-0
/
+31
*
Hook up libhwbase in ramstage
Nico Huber
2016-11-29
1
-0
/
+9
*
Revert "[WIP] console/Kconfig: Calculate COM port base addresses only on x86"
Ronald G. Minnich
2016-10-18
1
-2
/
+0
*
[WIP] console/Kconfig: Calculate COM port base addresses only on x86
Jonathan Neuschäfer
2016-10-15
1
-0
/
+2
*
Kconfig: Update default hex values to start with 0x
Martin Roth
2016-10-02
1
-1
/
+1
*
arch/x86: Enable postcar console
Lee Leahy
2016-08-01
1
-0
/
+7
*
Kconfig: hide useless options on ARM.
Vladimir Serbinenko
2016-03-05
1
-0
/
+5
*
console: Add higher baud rates
Lee Leahy
2016-02-22
1
-0
/
+15
*
console: Disable SQUELCH_EARLY_SMP if SMP is not selected
Lee Leahy
2016-02-09
1
-0
/
+1
*
console: Simplify bootblock console Kconfig selection logic
Alexandru Gagniuc
2016-01-21
1
-1
/
+1
*
console: Allow ARM64 platforms to select bootblock console
Martin Roth
2015-12-08
1
-1
/
+1
*
console: Add help for serial IO port selection
Martin Roth
2015-11-21
1
-0
/
+12
*
x86: Add Kconfig to disable early bootblock postcodes
Martin Roth
2015-11-19
1
-0
/
+9
*
Add EM100 'hyper term' spi console support in ramstage & smm
Martin Roth
2015-10-05
1
-0
/
+8
*
cbmem: add and use a function to dump console buffer
Vadim Bendebury
2015-04-27
1
-0
/
+9
*
cbmem_console: fix it for x86
Aaron Durbin
2015-04-23
1
-5
/
+0
*
New mechanism to define SRAM/memory map with automatic bounds checking
Julius Werner
2015-04-06
1
-10
/
+0
*
console: Allow bootblock console on MIPS
Paul Burton
2015-03-23
1
-1
/
+1
*
console/Kconfig: Enable CBMEM console by default
Paul Menzel
2015-03-10
1
-1
/
+1
*
x86 cache-as-ram: Remove BROKEN_CAR_MIGRATE option
Kyösti Mälkki
2015-03-10
1
-1
/
+1
*
cbmem console: Allow the cbmem console on non-x86 systems again.
Gabe Black
2015-03-10
1
-1
/
+0
*
CBMEM console: Fix and enhance pre-RAM support
Kyösti Mälkki
2015-01-27
1
-3
/
+11
*
Add UCB RISCV support for architecture, soc, and emulation mainboard..
Ronald G. Minnich
2014-12-01
1
-1
/
+1
*
cbmem console: Locate the preram console with a symbol instead of a section.
Gabe Black
2014-10-07
1
-5
/
+5
*
arm: Remove CAR_MIGRATE Kconfig and associated cruft
Julius Werner
2014-09-15
1
-0
/
+1
*
cbmemc: Bump default to 128K
Vladimir Serbinenko
2014-09-14
1
-2
/
+2
*
ARM: Generalize armv7 as arm.
Gabe Black
2014-09-08
1
-1
/
+1
*
UART 8250: Unconditionally provide register constants and use UART8250 prefix.
Gabe Black
2014-08-25
1
-1
/
+1
[next]