index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
console
Age
Commit message (
Expand
)
Author
2019-05-22
post_code: add post code for video initialization failure
Keith Short
2019-05-22
post_code: add post code for hardware initialization failure
Keith Short
2019-05-22
post_code: add post code for memory error
Keith Short
2019-05-22
post_code: add post code for invalid vendor binary
Keith Short
2019-05-22
post_code: add post code for critical CBFS failures
Keith Short
2019-05-22
post_code: add post code for failure to load next stage
Keith Short
2019-05-20
console: Add new function die_with_post_code()
Keith Short
2019-03-23
console/qemu_debugcon: Support additional stages
Patrick Rudolph
2019-03-08
commonlib/loglevel.h: Drop unnecessary include
Elyes HAOUAS
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-02-27
console: Split loglevel for fast and slow
Kyösti Mälkki
2019-02-27
console: Refactor printk() varargs prototypes
Kyösti Mälkki
2019-01-28
src: Don't use a #defines like Kconfig symbols
Elyes HAOUAS
2019-01-16
buildsystem: Promote rules.h to default include
Kyösti Mälkki
2019-01-06
usbdebug: Make the EHCI debug console work in the bootblock
Arthur Heymans
2019-01-06
usbdebug: Refactor init calls
Kyösti Mälkki
2018-12-22
arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT
Kyösti Mälkki
2018-10-18
console/post_codes: Add post codes for memory param prep callback
Furquan Shaikh
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-09-10
complier.h: add __noreturn and use it in code base
Aaron Durbin
2018-06-08
arch/x86: Drop leftover ROMCC console support
Kyösti Mälkki
2018-05-02
src/device: Fix discarded-qualifiers compilation issue
Subrata Banik
2018-04-26
drivers/uart: Add helper function to allow bit-banging
Julius Werner
2018-02-23
console: Introduce a way for mainboard to override the loglevel
Julien Viard de Galbert
2018-02-21
driver/uart: Introduce a way for mainboard to override the baudrate
Julien Viard de Galbert
2017-09-23
mb/*/*: Remove rtc nvram configurable baud rate
Arthur Heymans
2017-09-14
usbdebug: Fix init and add support for postcar
Kyösti Mälkki
2017-08-14
console: Add weak method to notify about death
Patrick Rudolph
2017-07-17
intel/fsp: Add and use new post codes for FSP phase indication
Subrata Banik
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-06-07
src: change coreboot to lowercase
Martin Roth
2017-06-04
console/flashsconsole: Add spi flash console for debugging
Youness Alaoui
2017-05-22
include/console: Use IS_ENABLED() macro
Nico Huber
2017-04-19
console: Add convenient debug level macros for raminit
Nico Huber
2017-03-13
src/include: Wrap lines at 80 columns
Lee Leahy
2017-03-13
src/include: Move constants to the right hand side
Lee Leahy
2017-03-12
src/include: Remove spaces before tabs
Lee Leahy
2017-03-10
src/include: Add parenthesis around macros
Lee Leahy
2017-03-09
src/include: Add space after comma
Lee Leahy
2017-03-07
console: Enable printk for ENV_LIBAGESA
Kyösti Mälkki
2016-11-12
drivers/intel/fsp2_0: track end of firmware notifications
Aaron Durbin
2016-09-19
arch/x86,lib: make cbmem console work in postcar stage
Aaron Durbin
2016-09-19
console: honor CONFIG_POSTCAR_CONSOLE
Aaron Durbin
2016-09-05
src/include: Improve code formatting
Elyes HAOUAS
2016-08-16
console: Change CONFIG_CHROMEOS requirement from do_printk_va_list()
Julius Werner
2016-08-10
console: Add write line routine
Lee Leahy
2016-08-02
console: Drop leftover struct console_driver
Kyösti Mälkki
2016-08-01
arch/x86: Enable postcar console
Lee Leahy
2016-07-31
src/include: Capitalize CPU, RAM and ROM
Elyes HAOUAS
2016-07-25
drivers/uart: Enable debug serial output during postcar
Lee Leahy
2016-06-22
soc/intel/common/acpi: Add _PTS, _WAK methods
Hannah Williams
2016-05-09
drivers/uart: Enable override for input clock divider
Lee Leahy
2016-03-23
arch/x86: introduce postcar stage/phase
Aaron Durbin
2016-01-18
header files: Fix guard name comments to match guard names
Martin Roth
2016-01-07
Correct some common spelling mistakes
Martin Roth
2015-12-03
intel/fsp: Add post codes for FSP phases
Duncan Laurie
2015-11-07
arm64: remove secmon
Aaron Durbin
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-11
cbmem console: make verstage first class citizen
Aaron Durbin
2015-10-05
Add EM100 'hyper term' spi console support in ramstage & smm
Martin Roth
2015-09-22
coreboot: introduce commonlib
Aaron Durbin
2015-06-11
Clearly define printk log level use cases.
Nicky Sielicki
2015-06-09
cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API
Kyösti Mälkki
2015-05-26
consoles: remove unused infrastructure
Aaron Durbin
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-05-13
secmon: allow for serial console
Aaron Durbin
2015-05-13
verstage: provide support for serial console
Aaron Durbin
2015-05-05
console: rename do_vtxprintf to do_printk_va_list and use it
Aaron Durbin
2015-04-27
cbmem: add and use a function to dump console buffer
Vadim Bendebury
2015-04-23
cbmem_console: fix it for x86
Aaron Durbin
2015-04-14
Add console wrapper for UART driver
Vadim Bendebury
2015-03-28
arm64: Add support for secure monitor
Furquan Shaikh
2015-03-09
console: Fix broken early_print.h include guards
Stefan Reinauer
2015-01-27
CBMEM console: Fix and enhance pre-RAM support
Kyösti Mälkki
2015-01-09
misc: Drop print_ implementation from non-romcc boards
Stefan Reinauer
2015-01-09
src/include: Doxygen fixes
Martin Roth
2014-12-30
vboot: Add a new post code for TPM failure
Duncan Laurie
2014-12-16
CBMEM console: Fix boards with BROKEN_CAR_MIGRATE
Kyösti Mälkki
2014-10-16
uarts: 32/64 cleanup
Ronald G. Minnich
2014-05-26
console: Add console for GDB
Kyösti Mälkki
2014-04-30
console: Drop EARLY_CONSOLE option
Kyösti Mälkki
2014-04-30
uart: Support multiple ports
Kyösti Mälkki
2014-04-18
console: Simplify the enable rules
Kyösti Mälkki
2014-04-18
console: Split ROMCC helpers
Kyösti Mälkki
2014-04-18
console: Use romstage code for ramstage and SMM
Kyösti Mälkki
2014-04-18
console: Drop driver list in ramstage
Kyösti Mälkki
2014-04-09
console: Refactor uart8250/NE2K
Kyösti Mälkki
2014-04-09
console: Remove old fix for DEBUG_SMI
Kyösti Mälkki
2014-04-09
console: Simplify vtxprintf
Kyösti Mälkki
2014-04-09
console: Move newline translation outside console_tx_byte
Kyösti Mälkki
2014-04-09
console: Add printk helper for ChromeOS
Kyösti Mälkki
2014-04-09
console: Hide global console_loglevel
Kyösti Mälkki
2014-04-09
console: Split console_init()
Kyösti Mälkki
2014-04-09
OxPCIe uart: Split PCI bridge control
Kyösti Mälkki
2014-04-09
console uart: Fill coreboot table entries
Kyösti Mälkki
2014-04-09
uart: Prepare to support multiple base addresses
Kyösti Mälkki
2014-03-10
CBMEM console: Fix build for ARM
Kyösti Mälkki
2014-03-04
console: Use single driver entry for UARTs
Kyösti Mälkki
2014-03-04
SMM: Only have console with DEBUG_SMI
Kyösti Mälkki
2014-03-04
uart8250mem: Unify calls with generic UART
Kyösti Mälkki
[next]