Age | Commit message (Expand) | Author |
2019-06-11 | console: Allow using vprintk() with disabled console | Jacob Garber |
2019-06-11 | console: Make die() and friends variadic | Jacob Garber |
2019-05-22 | post_code: add post code for video initialization failure | Keith Short |
2019-05-22 | post_code: add post code for hardware initialization failure | Keith Short |
2019-05-22 | post_code: add post code for memory error | Keith Short |
2019-05-22 | post_code: add post code for invalid vendor binary | Keith Short |
2019-05-22 | post_code: add post code for critical CBFS failures | Keith Short |
2019-05-22 | post_code: add post code for failure to load next stage | Keith Short |
2019-05-20 | console: Add new function die_with_post_code() | Keith Short |
2019-03-23 | console/qemu_debugcon: Support additional stages | Patrick Rudolph |
2019-03-08 | commonlib/loglevel.h: Drop unnecessary include | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-02-27 | console: Split loglevel for fast and slow | Kyösti Mälkki |
2019-02-27 | console: Refactor printk() varargs prototypes | Kyösti Mälkki |
2019-01-28 | src: Don't use a #defines like Kconfig symbols | Elyes HAOUAS |
2019-01-16 | buildsystem: Promote rules.h to default include | Kyösti Mälkki |
2019-01-06 | usbdebug: Make the EHCI debug console work in the bootblock | Arthur Heymans |
2019-01-06 | usbdebug: Refactor init calls | Kyösti Mälkki |
2018-12-22 | arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT | Kyösti Mälkki |
2018-10-18 | console/post_codes: Add post codes for memory param prep callback | Furquan Shaikh |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-09-10 | complier.h: add __noreturn and use it in code base | Aaron Durbin |
2018-06-08 | arch/x86: Drop leftover ROMCC console support | Kyösti Mälkki |
2018-05-02 | src/device: Fix discarded-qualifiers compilation issue | Subrata Banik |
2018-04-26 | drivers/uart: Add helper function to allow bit-banging | Julius Werner |
2018-02-23 | console: Introduce a way for mainboard to override the loglevel | Julien Viard de Galbert |
2018-02-21 | driver/uart: Introduce a way for mainboard to override the baudrate | Julien Viard de Galbert |
2017-09-23 | mb/*/*: Remove rtc nvram configurable baud rate | Arthur Heymans |
2017-09-14 | usbdebug: Fix init and add support for postcar | Kyösti Mälkki |
2017-08-14 | console: Add weak method to notify about death | Patrick Rudolph |
2017-07-17 | intel/fsp: Add and use new post codes for FSP phase indication | Subrata Banik |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-06-07 | src: change coreboot to lowercase | Martin Roth |
2017-06-04 | console/flashsconsole: Add spi flash console for debugging | Youness Alaoui |
2017-05-22 | include/console: Use IS_ENABLED() macro | Nico Huber |
2017-04-19 | console: Add convenient debug level macros for raminit | Nico Huber |
2017-03-13 | src/include: Wrap lines at 80 columns | Lee Leahy |
2017-03-13 | src/include: Move constants to the right hand side | Lee Leahy |
2017-03-12 | src/include: Remove spaces before tabs | Lee Leahy |
2017-03-10 | src/include: Add parenthesis around macros | Lee Leahy |
2017-03-09 | src/include: Add space after comma | Lee Leahy |
2017-03-07 | console: Enable printk for ENV_LIBAGESA | Kyösti Mälkki |
2016-11-12 | drivers/intel/fsp2_0: track end of firmware notifications | Aaron Durbin |
2016-09-19 | arch/x86,lib: make cbmem console work in postcar stage | Aaron Durbin |
2016-09-19 | console: honor CONFIG_POSTCAR_CONSOLE | Aaron Durbin |
2016-09-05 | src/include: Improve code formatting | Elyes HAOUAS |
2016-08-16 | console: Change CONFIG_CHROMEOS requirement from do_printk_va_list() | Julius Werner |
2016-08-10 | console: Add write line routine | Lee Leahy |
2016-08-02 | console: Drop leftover struct console_driver | Kyösti Mälkki |
2016-08-01 | arch/x86: Enable postcar console | Lee Leahy |