summaryrefslogtreecommitdiff
path: root/src/cpu/ti/am335x/uart.c
AgeCommit message (Expand)Author
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2019-09-19cpu,mb,soc: Init missing lb_serial struct fieldsJacob Garber
2019-09-10AUTHORS: Move src/cpu copyrights into AUTHORS fileMartin Roth
2019-08-20arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki
2019-06-22src/cpu: Use 'include <stdlib.h>' when appropriateElyes HAOUAS
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2018-02-21driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert
2017-09-23mb/*/*: Remove rtc nvram configurable baud rateArthur Heymans
2016-12-08buildsystem: Drop explicit (k)config.h includesKyösti Mälkki
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-21arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner
2015-04-21arm(64): Replace write32() and friends with writel()Julius Werner
2015-04-17uart: pass register width in the coreboot tableVadim Bendebury
2014-10-16uarts: 32/64 cleanupRonald G. Minnich
2014-04-30uart: Support multiple portsKyösti Mälkki
2014-04-09console uart: Fill coreboot table entriesKyösti Mälkki
2014-04-09uart: Prepare to support multiple base addressesKyösti Mälkki
2014-03-04console: Use single driver entry for UARTsKyösti Mälkki
2014-03-04console: Fix includesKyösti Mälkki
2014-03-04ti/am335x: Fix baudrate calculationKyösti Mälkki
2013-07-11cpu: Fix spellingMartin Roth
2013-07-06am335x: Implement support for the UART.Gabe Black
2013-05-26beaglebone: initial Kconfig and MakefilesGabe Black