Age | Commit message (Expand) | Author |
2024-09-10 | include/console/system76_ec.h: Remove unused <stddef.h> | Elyes Haouas |
2024-07-10 | console: Fix I2C/SMBus console if it's the only slow one | Nico Huber |
2023-11-09 | Allow to build romstage sources inside the bootblock | Arthur Heymans |
2023-11-07 | console.c: Enable gdb support in bootblock | Arthur Heymans |
2023-11-07 | console/spkmodem: Make it work for bootblock | Arthur Heymans |
2023-11-07 | drivers/net/ne2k: Make it work for bootblock | Arthur Heymans |
2023-05-17 | console: Add format-checking __printf() to die() | Nico Huber |
2023-02-09 | console: Add SimNow console logging | Fred Reitberger |
2022-11-03 | treewide: Add 'IWYU pragma: export' comment | Elyes Haouas |
2022-10-25 | console: Add an SoC-specific post-code call | Martin Roth |
2022-09-16 | drivers/smbus: add smbus console driver | Husni Faiz |
2022-08-01 | include: Add SPDX-License-Identifiers to files missing them | Martin Roth |
2022-03-09 | cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMI | Raul E Rangel |
2022-02-07 | console: Add compile-time fast path when only CBMEM console is used | Julius Werner |
2022-02-07 | console: Add loglevel prefix to interactive consoles | Julius Werner |
2022-01-23 | lib/cbmem_console: Add cbmemc_copy_in function | Raul E Rangel |
2022-01-17 | console/cbmem: Add cbmem_dump_console | Raul E Rangel |
2022-01-13 | console/cbmem_console: Rename cbmem_dump_console | Raul E Rangel |
2022-01-03 | console: Make get_log_level a public function | Subrata Banik |
2021-09-17 | console: Remove asmlinkage from console_init | Raul E Rangel |
2021-08-04 | Move post_codes.h to commonlib/console/ | Ricardo Quesada |
2021-05-12 | include/console: Fix FSP Notify phase postcodes discrepancy | Subrata Banik |
2021-05-12 | include/console: Rename and update POST_ENTRY_RAMSTAGE postcode | Subrata Banik |
2021-05-12 | include/console: Fix duplicate entry of postcode 0x79 | Subrata Banik |
2021-05-06 | include/console: Align ramstage Boot State Machine postcodes | Subrata Banik |
2021-04-14 | Rename do_printk() to printk() | Nico Huber |
2021-04-14 | console: Always add printf-format attribute to printk() | Nico Huber |
2021-02-01 | console/console.h: Move get_console_loglevel() declaration | Arthur Heymans |
2020-11-09 | console: Override uart base address | Bryant Ou |
2020-10-29 | soc/intel/xeon_sp: Move function debug macros | Marc Jones |
2020-10-13 | src: Rename EM100Pro-specific SPI console Kconfig option | Angel Pons |
2020-09-14 | src/include: Drop unneeded empty lines | Elyes HAOUAS |
2020-09-12 | include/console/uart: make index parameter unsigned | Felix Held |
2020-09-07 | ec/system76: Add console support | Jeremy Soller |
2020-07-09 | include/console/usb.h: Drop dead code | Angel Pons |
2020-07-04 | post_code: reorganize order of postcode defines | Sindhoor Tilak |
2020-06-14 | drivers/intel/fsp2_0: Add FSP 2.2 specific support | Subrata Banik |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-06 | treewide: replace GPLv2 long form headers with SPDX header | Patrick Georgi |
2020-05-06 | treewide: Move "is part of the coreboot project" line in its own comment | Patrick Georgi |
2020-04-23 | rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE | Julius Werner |
2020-04-20 | drivers/pc80/rtc: Reorganize prototypes | Kyösti Mälkki |
2020-04-20 | drivers/pc80/rtc: Clean up post_log_path() | Kyösti Mälkki |
2020-04-20 | drivers/elog,pc80: Move cmos_post_log() | Kyösti Mälkki |
2020-04-05 | src/include: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-25 | create stdio.h and stdarg.h for {,v}snprintf | Joel Kitching |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2020-01-18 | src/include: Fix typos | Elyes HAOUAS |
2020-01-14 | drivers/pc80/rtc: Clean up some POST_CODE_EXTRA use | Kyösti Mälkki |
2020-01-14 | console/post: Split parts to arch/ | Kyösti Mälkki |
2020-01-10 | console/post: Move cmos_post_code() under pc80/rtc | Kyösti Mälkki |
2019-12-19 | Drop ROMCC code and header guards | Arthur Heymans |
2019-11-18 | include: Make stdbool.h a separate file | Julius Werner |
2019-11-11 | console,boot_state: Exclude printk() from reported times | Kyösti Mälkki |
2019-10-24 | src/include/console: Get rid of unused deprecated POST codes | Elyes HAOUAS |
2019-10-16 | drivers/usb: Enable EHCI debug during verstage | Arthur Heymans |
2019-09-30 | console: Declare empty printk() for __ROMCC__ | Kyösti Mälkki |
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 |