summaryrefslogtreecommitdiffstats
path: root/src/console
Commit message (Expand)AuthorAgeFilesLines
* console: Enable do_printk_va_list for VBOOTLee Leahy2016-12-271-2/+2
* Hook up libhwbase in ramstageNico Huber2016-11-294-0/+96
* console/vtxprintf.c: cast precision to size_t for string lengthMartin Roth2016-11-211-1/+1
* Revert "[WIP] console/Kconfig: Calculate COM port base addresses only on x86"Ronald G. Minnich2016-10-181-2/+0
* [WIP] console/Kconfig: Calculate COM port base addresses only on x86Jonathan Neuschäfer2016-10-151-0/+2
* Kconfig: Update default hex values to start with 0xMartin Roth2016-10-021-1/+1
* console: honor CONFIG_POSTCAR_CONSOLEAaron Durbin2016-09-191-2/+2
* src/console: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-312-2/+2
* console: Add write line routineLee Leahy2016-08-101-0/+13
* arch/x86: Enable postcar consoleLee Leahy2016-08-012-1/+8
* skylake/mainboard: Define mainboard hook in bootblockSubrata Banik2016-07-281-0/+1
* console/post: be explicit about conditional cmos_post_log() compilingAaron Durbin2016-05-251-2/+3
* arch/x86: introduce postcar stage/phaseAaron Durbin2016-03-231-0/+5
* Kconfig: hide useless options on ARM.Vladimir Serbinenko2016-03-051-0/+5
* console: Add higher baud ratesLee Leahy2016-02-221-0/+15
* console: Disable SQUELCH_EARLY_SMP if SMP is not selectedLee Leahy2016-02-091-0/+1
* console: Simplify bootblock console Kconfig selection logicAlexandru Gagniuc2016-01-211-1/+1
* console/: add missing license headersDamien Roth2016-01-182-5/+27
* src/console: Add x86 romstage spinlock option and printk spinlock supportTimothy Pearson2015-12-151-0/+15
* console: Allow ARM64 platforms to select bootblock consoleMartin Roth2015-12-081-1/+1
* console: Add help for serial IO port selectionMartin Roth2015-11-211-0/+12
* rules.h: Add ENV_STRING and use it in console_init()Ben Gardner2015-11-201-14/+2
* x86: Add Kconfig to disable early bootblock postcodesMartin Roth2015-11-191-0/+9
* src/console: Link die.c in bootblock without BOOTBLOCK_CONSOLEAlexandru Gagniuc2015-11-171-1/+1
* arm64: remove secmonAaron Durbin2015-11-072-6/+0
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-316-24/+0
* x86: add standalone verstage supportAaron Durbin2015-10-141-0/+1
* Add EM100 'hyper term' spi console support in ramstage & smmMartin Roth2015-10-052-0/+11
* consoles: remove unused infrastructureAaron Durbin2015-05-261-28/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-217-11/+7
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-3/+3
* console: Bring back newline translationKyösti Mälkki2015-05-151-0/+8
* verstage: provide support for serial consoleAaron Durbin2015-05-131-0/+2
* console: enumerate all known stagesAaron Durbin2015-05-131-3/+10
* console: rename do_vtxprintf to do_printk_va_list and use itAaron Durbin2015-05-051-1/+3
* 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