summaryrefslogtreecommitdiffstats
path: root/src/drivers/uart/pl011.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-10/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth2019-10-221-3/+0
* arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-201-2/+0
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* drivers/uart/pl011.c Add read supportMarcello Sylvester Bauer2018-04-131-1/+5
* driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert2018-02-211-1/+1
* drivers/uart/pl011: Improve PL011 driverDavid Hendricks2018-02-131-7/+12
* mb/*/*: Remove rtc nvram configurable baud rateArthur Heymans2017-09-231-1/+1
* drivers/uart: Use uart_platform_refclk for all UART modelsLee Leahy2016-05-091-4/+1
* coreboot_tables: Extend serial port descriptionLee Leahy2016-05-091-0/+5
* uart: pass register width in the coreboot tableVadim Bendebury2015-04-171-0/+1
* uart: Support multiple portsKyösti Mälkki2014-04-301-11/+6
* console uart: Fill coreboot table entriesKyösti Mälkki2014-04-091-7/+14
* uart: Prepare to support multiple base addressesKyösti Mälkki2014-04-091-5/+8
* console: Use single driver entry for UARTsKyösti Mälkki2014-03-041-8/+7
* console: Fix includesKyösti Mälkki2014-03-041-1/+1
* pl011 UART: Move under drivers/uartKyösti Mälkki2014-03-041-0/+50