summaryrefslogtreecommitdiffstats
path: root/src/include/console
Commit message (Expand)AuthorAgeFilesLines
* src/include/console: Get rid of unused deprecated POST codesElyes HAOUAS2019-10-241-173/+0
* drivers/usb: Enable EHCI debug during verstageArthur Heymans2019-10-161-0/+1
* console: Declare empty printk() for __ROMCC__Kyösti Mälkki2019-09-301-1/+7
* console: Allow using vprintk() with disabled consoleJacob Garber2019-06-111-4/+5
* console: Make die() and friends variadicJacob Garber2019-06-111-2/+3
* post_code: add post code for video initialization failureKeith Short2019-05-221-0/+7
* post_code: add post code for hardware initialization failureKeith Short2019-05-221-0/+7
* post_code: add post code for memory errorKeith Short2019-05-221-0/+8
* post_code: add post code for invalid vendor binaryKeith Short2019-05-221-0/+8
* post_code: add post code for critical CBFS failuresKeith Short2019-05-221-0/+7
* post_code: add post code for failure to load next stageKeith Short2019-05-221-0/+7
* console: Add new function die_with_post_code()Keith Short2019-05-201-0/+1
* console/qemu_debugcon: Support additional stagesPatrick Rudolph2019-03-231-1/+2
* commonlib/loglevel.h: Drop unnecessary includeElyes HAOUAS2019-03-081-0/+2
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-089-25/+25
* console: Split loglevel for fast and slowKyösti Mälkki2019-02-271-0/+2
* console: Refactor printk() varargs prototypesKyösti Mälkki2019-02-271-11/+5
* src: Don't use a #defines like Kconfig symbolsElyes HAOUAS2019-01-281-5/+5
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-169-9/+0
* usbdebug: Make the EHCI debug console work in the bootblockArthur Heymans2019-01-061-3/+4
* usbdebug: Refactor init callsKyösti Mälkki2019-01-061-0/+1
* arch/x86 cbmem: Drop tests for LATE_CBMEM_INITKyösti Mälkki2018-12-221-5/+2
* console/post_codes: Add post codes for memory param prep callbackFurquan Shaikh2018-10-181-0/+16
* Move compiler.h to commonlibNico Huber2018-10-082-2/+0
* complier.h: add __noreturn and use it in code baseAaron Durbin2018-09-101-1/+2
* arch/x86: Drop leftover ROMCC console supportKyösti Mälkki2018-06-082-105/+1
* src/device: Fix discarded-qualifiers compilation issueSubrata Banik2018-05-021-1/+1
* drivers/uart: Add helper function to allow bit-bangingJulius Werner2018-04-261-0/+3
* console: Introduce a way for mainboard to override the loglevelJulien Viard de Galbert2018-02-231-0/+12
* driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert2018-02-211-0/+11
* mb/*/*: Remove rtc nvram configurable baud rateArthur Heymans2017-09-231-5/+0
* usbdebug: Fix init and add support for postcarKyösti Mälkki2017-09-141-1/+2
* console: Add weak method to notify about deathPatrick Rudolph2017-08-141-0/+6
* intel/fsp: Add and use new post codes for FSP phase indicationSubrata Banik2017-07-171-0/+14
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-132-3/+4
* src: change coreboot to lowercaseMartin Roth2017-06-071-1/+1
* console/flashsconsole: Add spi flash console for debuggingYouness Alaoui2017-06-041-0/+45
* include/console: Use IS_ENABLED() macroNico Huber2017-05-228-16/+19
* console: Add convenient debug level macros for raminitNico Huber2017-04-191-0/+3
* src/include: Wrap lines at 80 columnsLee Leahy2017-03-138-23/+70
* src/include: Move constants to the right hand sideLee Leahy2017-03-131-1/+1
* src/include: Remove spaces before tabsLee Leahy2017-03-123-6/+6
* src/include: Add parenthesis around macrosLee Leahy2017-03-104-8/+8
* src/include: Add space after commaLee Leahy2017-03-091-2/+2
* console: Enable printk for ENV_LIBAGESAKyösti Mälkki2017-03-071-1/+1
* drivers/intel/fsp2_0: track end of firmware notificationsAaron Durbin2016-11-121-0/+14
* arch/x86,lib: make cbmem console work in postcar stageAaron Durbin2016-09-191-1/+1
* console: honor CONFIG_POSTCAR_CONSOLEAaron Durbin2016-09-191-2/+3
* src/include: Improve code formattingElyes HAOUAS2016-09-051-2/+2
* console: Change CONFIG_CHROMEOS requirement from do_printk_va_list()Julius Werner2016-08-161-1/+1