Age | Commit message (Expand) | Author |
2015-03-04 | Add stage information to coreboot banner | Stefan Reinauer |
2015-01-27 | CBMEM console: Fix and enhance pre-RAM support | Kyösti Mälkki |
2015-01-27 | vboot2: implement select_firmware for pre-romstage verification | Daisuke Nojiri |
2015-01-09 | misc: Drop print_ implementation from non-romcc boards | Stefan Reinauer |
2014-12-05 | ipq8064: prepare UART driver for use in coreboot | Vadim Bendebury |
2014-12-01 | Add UCB RISCV support for architecture, soc, and emulation mainboard.. | Ronald G. Minnich |
2014-11-30 | Replace hlt() loops with halt() | Patrick Georgi |
2014-11-20 | Replace includes of build.h with version.h | Kyösti Mälkki |
2014-11-19 | console: Isolate console_init() for ROMCC | Kyösti Mälkki |
2014-11-12 | Copy u-boot sources as is and modify the tree to still build | Vadim Bendebury |
2014-10-07 | cbmem console: Locate the preram console with a symbol instead of a section. | Gabe Black |
2014-09-15 | arm: Remove CAR_MIGRATE Kconfig and associated cruft | Julius Werner |
2014-09-14 | cbmemc: Bump default to 128K | Vladimir Serbinenko |
2014-09-08 | ARM: Generalize armv7 as arm. | Gabe Black |
2014-08-25 | UART 8250: Unconditionally provide register constants and use UART8250 prefix. | Gabe Black |
2014-08-18 | console: conditionally include console in bootblock | Stefan Reinauer |
2014-07-30 | src/console/Kconfig: Fix choice for showing POST codes on console | Daniele Forsi |
2014-07-23 | src/.../Kconfig: various small fixes to texts | Daniele Forsi |
2014-06-27 | src/console/post.c: Sanitize headers from preprocessor abuse | Edward O'Callaghan |
2014-06-25 | src/console: Sanitize headers and IS_ENABLED usage | Edward O'Callaghan |
2014-05-26 | console: Add console for GDB | Kyösti Mälkki |
2014-04-30 | console: Fix UART selection prompt | 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: 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: Unify do_printk() | 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 | uart: Redefine Kconfig options | Kyösti Mälkki |
2014-03-16 | Make POST device configurable. | Idwer Vollering |
2014-03-04 | console: Use single driver entry for UARTs | Kyösti Mälkki |
2014-03-04 | usbdebug: Move Kconfig under drivers/usb | 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 |
2014-03-04 | uart8250io: Unify calls with generic UART | Kyösti Mälkki |
2014-03-04 | console: Fix includes | Kyösti Mälkki |
2014-03-04 | option: Add arch-agnostic get_option() | Kyösti Mälkki |
2014-02-20 | usbdebug: Unify console API | Kyösti Mälkki |
2014-02-19 | printk: support and use %hh prefix | Patrick Georgi |
2014-02-15 | console/uart8250*: Remove inclusion of mc146818rtc.h | Alexandru Gagniuc |
2014-02-11 | Move hexdump32() to lib/hexdump. | Kyösti Mälkki |
2014-02-10 | usbdebug: Improve receive speed | Kyösti Mälkki |
2014-02-06 | QEMU debugcon: Move under drivers/emulation/qemu | Kyösti Mälkki |
2014-02-06 | usbdebug: Move under drivers/usb | Kyösti Mälkki |
2014-01-10 | Remove sprintf | Vladimir Serbinenko |
2014-01-10 | console/vsprintf: Implement snprintf | Vladimir Serbinenko |
2013-12-23 | usbdebug: Add option to disable console for romstage | Kyösti Mälkki |
2013-12-07 | snprintf: lockless operation | Vladimir Serbinenko |
2013-12-07 | vtxprintf: Introduce vtxdprintf for the ease of closures | Vladimir Serbinenko |
2013-12-06 | usbdebug: Hide irrelevent options from menuconfig | Kyösti Mälkki |
2013-12-03 | Drop obsolete CONSOLE_LOGBUF | Stefan Reinauer |
2013-12-02 | global: Fix usage of get_option() to make use of CB_CMOS_ codes | Alexandru Gagniuc |
2013-11-26 | Log device path into CMOS during probe stages | Duncan Laurie |
2013-11-26 | Extend CMOS POST code logging to store extra data | Duncan Laurie |
2013-11-26 | cmos post: Guard with spinlock | Duncan Laurie |
2013-11-10 | console: Add hexdump32 function | Marc Jones |
2013-10-22 | usbdebug: Fix boards without EARLY_CBMEM_INIT | Kyösti Mälkki |
2013-10-15 | Have option of timestamps, CBMEM console and usbdebug for most boards | Kyösti Mälkki |
2013-10-14 | Revert "CBMEM: Always have early initialisation" | Kyösti Mälkki |
2013-09-21 | CBMEM: Always have early initialisation | Kyösti Mälkki |
2013-09-21 | ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebug | Kyösti Mälkki |
2013-09-20 | usbdebug: Allow an USB hub on the debug dongle | Kyösti Mälkki |
2013-08-29 | usbdebug: Support choice of EHCI controller | Kyösti Mälkki |
2013-08-29 | usbdebug: Change debug port scanning | Kyösti Mälkki |
2013-08-16 | console: Squelch console output from AP CPUs in romstage | Kyösti Mälkki |
2013-08-10 | usbdebug: Add option for verbose logging of connection | Kyösti Mälkki |
2013-08-07 | Make EARLY_CONSOLE optional | Kyösti Mälkki |
2013-07-10 | usbdebug: Move EHCI BAR relocation code | Kyösti Mälkki |
2013-07-10 | usbdebug: Move ehci_debug_info allocation | Kyösti Mälkki |
2013-07-10 | usbdebug: Refactor disable logic | Kyösti Mälkki |
2013-07-10 | Don't try to use CBMEM console in bootblock | Stefan Reinauer |
2013-07-10 | Simplify early / bootblock console code | Stefan Reinauer |
2013-07-10 | ARM: Separate the early console (romstage) from the bootblock console. | Gabe Black |
2013-07-10 | console: Fix spelling | Martin Roth |
2013-07-01 | usbdebug: Drop duplicates of EHCI BAR relocation code | Kyösti Mälkki |
2013-06-07 | usbdebug: Fix use without EARLY_CONSOLE | Kyösti Mälkki |
2013-06-05 | console: log qemu debugcon detection result | Gerd Hoffmann |
2013-06-05 | console: add qemu debugcon detection | Gerd Hoffmann |
2013-06-05 | console: add qemu prefix to debugcon | Gerd Hoffmann |
2013-06-03 | console: add support for QEMU's debugcon | Gerd Hoffmann |
2013-05-10 | Get rid of MAXIMUM_CONSOLE_LOGLEVEL; compile all messages into the coreboot b... | Ronald G. Minnich |
2013-04-18 | spkmodem console | Vladimir Serbinenko |
2013-04-01 | console: Make use of CONFIG_USE_OPTION_TABLE | Christian Gmeiner |
2013-03-23 | dynamic cbmem: fix memconsole and timestamps | Aaron Durbin |
2013-03-21 | Fix race condition building console code | Stefan Reinauer |
2013-03-08 | Eliminate do_div(). | David Hendricks |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2013-02-08 | console: Fix using CMOS for options | Patrick Georgi |
2013-02-08 | console: Only print romstage messages with EARLY_CONSOLE enabled. | Hung-Te Lin |
2013-02-08 | console: Always allow setting "EARLY_CONSOLE" configuration. | Hung-Te Lin |
2013-02-08 | console: Revise serial console configuration names. | Hung-Te Lin |
2013-02-07 | armv7: Clean up arm/snow bootblock build process. | Hung-Te Lin |