index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
console
Age
Commit message (
Expand
)
Author
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
[next]