summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia/tegra124/uart.c
Commit message (Expand)AuthorAgeFilesLines
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+0
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert2018-02-211-1/+1
* mb/*/*: Remove rtc nvram configurable baud rateArthur Heymans2017-09-231-1/+1
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-1/+2
* soc/*: fix uart's regwidth specification in cbtablesPatrick Georgi2016-02-211-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* arm(64): Manually clean up the mess left by write32() transitionJulius Werner2015-04-211-2/+2
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-211-9/+9
* arm(64): Replace write32() and friends with writel()Julius Werner2015-04-211-10/+9
* uart: pass register width in the coreboot tableVadim Bendebury2015-04-171-0/+1
* tegra124: Change all SoC headers to <soc/headername.h> systemJulius Werner2015-04-081-1/+1
* uarts: 32/64 cleanupRonald G. Minnich2014-10-161-1/+1
* tegra124/nyan: display, clock, and other updatesJulius Werner2014-09-131-0/+2
* tegra124: return the UART base address based on indexIsaac Christensen2014-09-081-2/+11
* tegra124: add custom uartGabe Black2014-08-291-0/+137