summaryrefslogtreecommitdiff
path: root/src/soc/nvidia/tegra124/uart.c
AgeCommit message (Expand)Author
2020-09-12include/console/uart: make index parameter unsignedFelix Held
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-06soc/nvidia: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-18soc: Remove copyright noticesPatrick Georgi
2019-10-27src/soc: change "unsigned" to "unsigned int"Martin Roth
2019-09-19cpu,mb,soc: Init missing lb_serial struct fieldsJacob Garber
2019-08-20arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2018-11-16src: Remove unneeded include <console/console.h>Elyes HAOUAS
2018-10-08Move compiler.h to commonlibNico Huber
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
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2016-02-21soc/*: fix uart's regwidth specification in cbtablesPatrick Georgi
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-21arm(64): Manually clean up the mess left by write32() transitionJulius Werner
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
2015-04-08tegra124: Change all SoC headers to <soc/headername.h> systemJulius Werner
2014-10-16uarts: 32/64 cleanupRonald G. Minnich
2014-09-13tegra124/nyan: display, clock, and other updatesJulius Werner
2014-09-08tegra124: return the UART base address based on indexIsaac Christensen
2014-08-29tegra124: add custom uartGabe Black