aboutsummaryrefslogtreecommitdiff
path: root/src/include/console
AgeCommit message (Expand)Author
2023-11-09Allow to build romstage sources inside the bootblockArthur Heymans
2023-11-07console.c: Enable gdb support in bootblockArthur Heymans
2023-11-07console/spkmodem: Make it work for bootblockArthur Heymans
2023-11-07drivers/net/ne2k: Make it work for bootblockArthur Heymans
2023-05-17console: Add format-checking __printf() to die()Nico Huber
2023-02-09console: Add SimNow console loggingFred Reitberger
2022-11-03treewide: Add 'IWYU pragma: export' commentElyes Haouas
2022-10-25console: Add an SoC-specific post-code callMartin Roth
2022-09-16drivers/smbus: add smbus console driverHusni Faiz
2022-08-01include: Add SPDX-License-Identifiers to files missing themMartin Roth
2022-03-09cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMIRaul E Rangel
2022-02-07console: Add compile-time fast path when only CBMEM console is usedJulius Werner
2022-02-07console: Add loglevel prefix to interactive consolesJulius Werner
2022-01-23lib/cbmem_console: Add cbmemc_copy_in functionRaul E Rangel
2022-01-17console/cbmem: Add cbmem_dump_consoleRaul E Rangel
2022-01-13console/cbmem_console: Rename cbmem_dump_consoleRaul E Rangel
2022-01-03console: Make get_log_level a public functionSubrata Banik
2021-09-17console: Remove asmlinkage from console_initRaul E Rangel
2021-08-04Move post_codes.h to commonlib/console/Ricardo Quesada
2021-05-12include/console: Fix FSP Notify phase postcodes discrepancySubrata Banik
2021-05-12include/console: Rename and update POST_ENTRY_RAMSTAGE postcodeSubrata Banik
2021-05-12include/console: Fix duplicate entry of postcode 0x79Subrata Banik
2021-05-06include/console: Align ramstage Boot State Machine postcodesSubrata Banik
2021-04-14Rename do_printk() to printk()Nico Huber
2021-04-14console: Always add printf-format attribute to printk()Nico Huber
2021-02-01console/console.h: Move get_console_loglevel() declarationArthur Heymans
2020-11-09console: Override uart base addressBryant Ou
2020-10-29soc/intel/xeon_sp: Move function debug macrosMarc Jones
2020-10-13src: Rename EM100Pro-specific SPI console Kconfig optionAngel Pons
2020-09-14src/include: Drop unneeded empty linesElyes HAOUAS
2020-09-12include/console/uart: make index parameter unsignedFelix Held
2020-09-07ec/system76: Add console supportJeremy Soller
2020-07-09include/console/usb.h: Drop dead codeAngel Pons
2020-07-04post_code: reorganize order of postcode definesSindhoor Tilak
2020-06-14drivers/intel/fsp2_0: Add FSP 2.2 specific supportSubrata Banik
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-04-23rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner
2020-04-20drivers/pc80/rtc: Reorganize prototypesKyösti Mälkki
2020-04-20drivers/pc80/rtc: Clean up post_log_path()Kyösti Mälkki
2020-04-20drivers/elog,pc80: Move cmos_post_log()Kyösti Mälkki
2020-04-05src/include: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-25create stdio.h and stdarg.h for {,v}snprintfJoel Kitching
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2020-01-18src/include: Fix typosElyes HAOUAS
2020-01-14drivers/pc80/rtc: Clean up some POST_CODE_EXTRA useKyösti Mälkki
2020-01-14console/post: Split parts to arch/Kyösti Mälkki
2020-01-10console/post: Move cmos_post_code() under pc80/rtcKyösti Mälkki
2019-12-19Drop ROMCC code and header guardsArthur Heymans
2019-11-18include: Make stdbool.h a separate fileJulius Werner
2019-11-11console,boot_state: Exclude printk() from reported timesKyösti Mälkki
2019-10-24src/include/console: Get rid of unused deprecated POST codesElyes HAOUAS
2019-10-16drivers/usb: Enable EHCI debug during verstageArthur Heymans
2019-09-30console: Declare empty printk() for __ROMCC__Kyösti Mälkki
2019-06-11console: Allow using vprintk() with disabled consoleJacob Garber
2019-06-11console: Make die() and friends variadicJacob Garber
2019-05-22post_code: add post code for video initialization failureKeith Short
2019-05-22post_code: add post code for hardware initialization failureKeith Short
2019-05-22post_code: add post code for memory errorKeith Short
2019-05-22post_code: add post code for invalid vendor binaryKeith Short
2019-05-22post_code: add post code for critical CBFS failuresKeith Short
2019-05-22post_code: add post code for failure to load next stageKeith Short
2019-05-20console: Add new function die_with_post_code()Keith Short
2019-03-23console/qemu_debugcon: Support additional stagesPatrick Rudolph
2019-03-08commonlib/loglevel.h: Drop unnecessary includeElyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-02-27console: Split loglevel for fast and slowKyösti Mälkki
2019-02-27console: Refactor printk() varargs prototypesKyösti Mälkki
2019-01-28src: Don't use a #defines like Kconfig symbolsElyes HAOUAS
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
2019-01-06usbdebug: Make the EHCI debug console work in the bootblockArthur Heymans
2019-01-06usbdebug: Refactor init callsKyösti Mälkki
2018-12-22arch/x86 cbmem: Drop tests for LATE_CBMEM_INITKyösti Mälkki
2018-10-18console/post_codes: Add post codes for memory param prep callbackFurquan Shaikh
2018-10-08Move compiler.h to commonlibNico Huber
2018-09-10complier.h: add __noreturn and use it in code baseAaron Durbin
2018-06-08arch/x86: Drop leftover ROMCC console supportKyösti Mälkki
2018-05-02src/device: Fix discarded-qualifiers compilation issueSubrata Banik
2018-04-26drivers/uart: Add helper function to allow bit-bangingJulius Werner
2018-02-23console: Introduce a way for mainboard to override the loglevelJulien Viard de Galbert
2018-02-21driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert
2017-09-23mb/*/*: Remove rtc nvram configurable baud rateArthur Heymans
2017-09-14usbdebug: Fix init and add support for postcarKyösti Mälkki
2017-08-14console: Add weak method to notify about deathPatrick Rudolph
2017-07-17intel/fsp: Add and use new post codes for FSP phase indicationSubrata Banik
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-06-07src: change coreboot to lowercaseMartin Roth
2017-06-04console/flashsconsole: Add spi flash console for debuggingYouness Alaoui
2017-05-22include/console: Use IS_ENABLED() macroNico Huber
2017-04-19console: Add convenient debug level macros for raminitNico Huber
2017-03-13src/include: Wrap lines at 80 columnsLee Leahy
2017-03-13src/include: Move constants to the right hand sideLee Leahy
2017-03-12src/include: Remove spaces before tabsLee Leahy
2017-03-10src/include: Add parenthesis around macrosLee Leahy
2017-03-09src/include: Add space after commaLee Leahy
2017-03-07console: Enable printk for ENV_LIBAGESAKyösti Mälkki
2016-11-12drivers/intel/fsp2_0: track end of firmware notificationsAaron Durbin
2016-09-19arch/x86,lib: make cbmem console work in postcar stageAaron Durbin
2016-09-19console: honor CONFIG_POSTCAR_CONSOLEAaron Durbin