summaryrefslogtreecommitdiffstats
path: root/src/drivers/uart/uart8250mem.c
Commit message (Expand)AuthorAgeFilesLines
* include/console/uart: make index parameter unsignedFelix Held2020-09-121-4/+4
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-12/+2
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-1/+1
* AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth2019-10-221-3/+0
* Remove unnecessary ENV_RAMSTAGE guardSubrata Banik2019-05-141-2/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-2/+2
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert2018-02-211-2/+2
* drivers/uart8250mem: Check for zero base addressMarshall Dawson2017-10-161-0/+2
* mb/*/*: Remove rtc nvram configurable baud rateArthur Heymans2017-09-231-2/+2
* uart: Fix bug in {uart8250, uart8250_mem, ns16550}_rx_byte functionsWerner Zeh2017-05-181-1/+3
* src/drivers: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-311-3/+3
* drivers/uart: Use uart_platform_refclk for all UART modelsLee Leahy2016-05-091-4/+1
* drivers/uart: Enable override for input clock dividerLee Leahy2016-05-091-1/+2
* coreboot_tables: Extend serial port descriptionLee Leahy2016-05-091-0/+5
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* uart8250mem: provide uart_fill_lb()Aaron Durbin2015-08-131-0/+19
* console: Add UART8250MEM 32bit supportNaveen Krishna Chatradhi2015-07-211-0/+12
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* OxPCIe952: Fix read8/write8 argumentKyösti Mälkki2015-03-141-2/+2
* uart8250mem: Add wrapper for MMIO register accessKyösti Mälkki2014-12-151-24/+35
* UART 8250: Unconditionally provide register constants and use UART8250 prefix.Gabe Black2014-08-251-12/+12
* uart: Support multiple portsKyösti Mälkki2014-04-301-8/+8
* console: Drop driver list in ramstageKyösti Mälkki2014-04-181-8/+0
* uart8250: Move under drivers/uartKyösti Mälkki2014-03-041-0/+133