index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
drivers
/
serial
/
8250.c
Age
Commit message (
Expand
)
Author
2022-11-21
libpayload: Fix compiler warnings
Thomas Heijligen
2020-08-24
libpayload: Cache physical location of serial-console struct
Nico Huber
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-04-20
libpayload: Make 8250 UART driver relocation safe
Nico Huber
2019-05-13
libpayload: classify all keyboards
Matt Delco
2019-03-07
payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2017-04-19
libpayload/libc/console: Flush input driver buffer on init
Furquan Shaikh
2016-04-16
libpayload: Split off generic serial API from 8250 driver
Stefan Reinauer
2016-02-09
libpayload: use 32bit access when accessing 4byte wide uart registers
Patrick Georgi
2015-09-10
libpayload: Fix merge of PL011 UART support
Nico Huber
2015-06-30
libpayload: Make Kconfig bools use IS_ENABLED()
Stefan Reinauer
2015-04-17
libpayload: read register width from coreboot table
Vadim Bendebury
2014-12-22
libpayload: console: Allow output drivers to print whole strings at once
Julius Werner
2014-11-09
libpayload: serial: Move the depthcharge serial drivers into libpayload.
Gabe Black