summaryrefslogtreecommitdiffstats
path: root/src/drivers/uart/uart8250io.c
Commit message (Expand)AuthorAgeFilesLines
* lib/coreboot_table: Simplify API to set up lb_serialArthur Heymans2022-11-041-10/+8
* src/drivers: Clean up includesElyes Haouas2022-10-261-0/+3
* coreboot_tables: Drop uart PCI addrArthur Heymans2022-10-261-1/+0
* lib/trace: Remove TRACE supportKyösti Mälkki2020-12-021-3/+0
* include/console/uart: make index parameter unsignedFelix Held2020-09-121-5/+5
* 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/{drivers,device,ec}: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-7/+7
* 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-1/+1
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* arch/x86: Drop leftover ROMCC console supportKyösti Mälkki2018-06-081-4/+1
* driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert2018-02-211-2/+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/+2
* soc/intel/fsp_broadwell_de/uart: Drop itNico Huber2016-09-301-4/+6
* drivers/uart: Use uart_platform_refclk for all UART modelsLee Leahy2016-05-091-15/+2
* drivers/uart: Enable override for input clock dividerLee Leahy2016-05-091-3/+7
* coreboot_tables: Extend serial port descriptionLee Leahy2016-05-091-0/+5
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* uart: pass register width in the coreboot tableVadim Bendebury2015-04-171-0/+1
* uarts: 32/64 cleanupRonald G. Minnich2014-10-161-1/+1
* 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-14/+14
* uart8250io: Fix build with DEBUG_SMIKyösti Mälkki2014-04-261-1/+2
* console: Drop driver list in ramstageKyösti Mälkki2014-04-181-5/+0
* console uart: Fill coreboot table entriesKyösti Mälkki2014-04-091-0/+22
* uart8250: Move under drivers/uartKyösti Mälkki2014-03-041-0/+131