summaryrefslogtreecommitdiffstats
path: root/src/console
Commit message (Expand)AuthorAgeFilesLines
* cbmem: add and use a function to dump console bufferVadim Bendebury2015-04-271-0/+9
* cbmem_console: fix it for x86Aaron Durbin2015-04-231-5/+0
* Add console wrapper for UART driverVadim Bendebury2015-04-141-0/+28
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-061-10/+0
* global: Refactor get_option usageVarad Gautam2015-04-061-2/+2
* build system: rename __BOOT_BLOCK__ and __VER_STAGE__Patrick Georgi2015-04-041-1/+1
* Avoid 64bit math on MIPS platformsVadim Bendebury2015-03-301-1/+17
* arm64: Add support for secure monitorFurquan Shaikh2015-03-281-0/+4
* console: Convert cbmem log line endings to UNIX standardTimothy Pearson2015-03-251-2/+0
* console: Allow bootblock console on MIPSPaul Burton2015-03-231-1/+1
* console/Kconfig: Enable CBMEM console by defaultPaul Menzel2015-03-101-1/+1
* x86 cache-as-ram: Remove BROKEN_CAR_MIGRATE optionKyösti Mälkki2015-03-101-1/+1
* cbmem console: Allow the cbmem console on non-x86 systems again.Gabe Black2015-03-101-1/+0
* Add stage information to coreboot bannerStefan Reinauer2015-03-041-3/+9
* CBMEM console: Fix and enhance pre-RAM supportKyösti Mälkki2015-01-271-3/+11
* vboot2: implement select_firmware for pre-romstage verificationDaisuke Nojiri2015-01-271-0/+4
* misc: Drop print_ implementation from non-romcc boardsStefan Reinauer2015-01-092-7/+3
* ipq8064: prepare UART driver for use in corebootVadim Bendebury2014-12-051-440/+0
* Add UCB RISCV support for architecture, soc, and emulation mainboard..Ronald G. Minnich2014-12-011-1/+1
* Replace hlt() loops with halt()Patrick Georgi2014-11-301-4/+2
* Replace includes of build.h with version.hKyösti Mälkki2014-11-202-15/+3
* console: Isolate console_init() for ROMCCKyösti Mälkki2014-11-191-7/+1
* Copy u-boot sources as is and modify the tree to still buildVadim Bendebury2014-11-121-0/+440
* cbmem console: Locate the preram console with a symbol instead of a section.Gabe Black2014-10-071-5/+5
* arm: Remove CAR_MIGRATE Kconfig and associated cruftJulius Werner2014-09-151-0/+1
* cbmemc: Bump default to 128KVladimir Serbinenko2014-09-141-2/+2
* ARM: Generalize armv7 as arm.Gabe Black2014-09-081-1/+1
* UART 8250: Unconditionally provide register constants and use UART8250 prefix.Gabe Black2014-08-251-1/+1
* console: conditionally include console in bootblockStefan Reinauer2014-08-181-1/+1
* src/console/Kconfig: Fix choice for showing POST codes on consoleDaniele Forsi2014-07-301-1/+1
* src/.../Kconfig: various small fixes to textsDaniele Forsi2014-07-231-2/+2
* src/console/post.c: Sanitize headers from preprocessor abuseEdward O'Callaghan2014-06-271-6/+2
* src/console: Sanitize headers and IS_ENABLED usageEdward O'Callaghan2014-06-254-14/+14
* console: Add console for GDBKyösti Mälkki2014-05-261-0/+24
* console: Fix UART selection promptKyösti Mälkki2014-04-301-1/+1
* console: Drop EARLY_CONSOLE optionKyösti Mälkki2014-04-302-10/+2
* uart: Support multiple portsKyösti Mälkki2014-04-301-28/+10
* console: Simplify the enable rulesKyösti Mälkki2014-04-181-45/+17
* console: Split ROMCC helpersKyösti Mälkki2014-04-181-0/+64
* console: Use romstage code for ramstage and SMMKyösti Mälkki2014-04-184-7/+39
* console: Drop driver list in ramstageKyösti Mälkki2014-04-188-335/+9
* console: Remove old fix for DEBUG_SMIKyösti Mälkki2014-04-092-7/+1
* console: Simplify vtxprintfKyösti Mälkki2014-04-093-37/+17
* console: Move newline translation outside console_tx_byteKyösti Mälkki2014-04-092-10/+11
* console: Add printk helper for ChromeOSKyösti Mälkki2014-04-091-0/+8
* console: Hide global console_loglevelKyösti Mälkki2014-04-092-4/+9
* console: Unify do_printk()Kyösti Mälkki2014-04-093-8/+13
* console: Split console_init()Kyösti Mälkki2014-04-093-42/+64
* OxPCIe uart: Split PCI bridge controlKyösti Mälkki2014-04-091-2/+10
* uart: Redefine Kconfig optionsKyösti Mälkki2014-04-092-26/+19