summaryrefslogtreecommitdiffstats
path: root/src/drivers/uart/uart8250io.c
Commit message (Expand)AuthorAgeFilesLines
* 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