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
/
src
/
soc
/
qualcomm
/
ipq806x
/
uart.c
Age
Commit message (
Expand
)
Author
2020-09-12
include/console/uart: make index parameter unsigned
Felix Held
2020-05-11
treewide: Replace BSD-3-Clause and ISC headers with SPDX headers
Patrick Georgi
2020-05-11
treewide: split off license text, remove extra copyright notices
Patrick Georgi
2020-03-18
soc: Remove copyright notices
Patrick Georgi
2019-12-19
src/soc/qualcomm: Remove unused <stdlib.h>
Elyes HAOUAS
2019-10-27
src/soc: change "unsigned" to "unsigned int"
Martin Roth
2019-08-20
arch/non-x86: Remove use of __PRE_RAM__
Kyösti Mälkki
2019-04-23
src: Use include <console/console.h> when appropriate
Elyes HAOUAS
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2018-11-21
(console,drivers/uart)/Kconfig: Fix dependencies
Nico Huber
2018-08-09
src/soc: Fix typo
Elyes HAOUAS
2016-07-12
Documentation: Fix doxygen errors
Martin Roth
2015-04-21
arm(64): Globally replace writel(v, a) with write32(a, v)
Julius Werner
2015-04-18
ipq806x: initialize UART even when console is not enabled
Vadim Bendebury
2015-04-18
ipq806x: uart: replace hardware accessors
Vadim Bendebury
2015-04-10
gpio: Extend common GPIO header, simplify function names
Julius Werner
2015-04-08
ipq806x: Change all SoC headers to <soc/headername.h> system
Julius Werner
2015-01-03
ipq806x: clean up UART driver tx_byte function
Vadim Bendebury
2014-12-30
ipq8064: prepare uart driver for use in coreboot
Vadim Bendebury
2014-12-30
ipq8064: SOC UART driver belongs in the SOC directory
Vadim Bendebury