summaryrefslogtreecommitdiffstats
path: root/src/drivers/uart
Commit message (Expand)AuthorAgeFilesLines
* 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
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-067-84/+14
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-051-1/+0
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-2/+0
* src/{drivers,device,ec}: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* drivers/uart/oxpcie_early.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-4/+3
* Kconfig: comply to Linux 5.3's Kconfig language rulesPatrick Georgi2019-11-231-2/+2
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-272-8/+8
* src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS2019-10-271-1/+0
* AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth2019-10-227-17/+0
* src: Remove unused include '<device/pci_ids.h>'Elyes HAOUAS2019-10-181-1/+0
* device,drivers/: Drop some __SIMPLE_DEVICE__ useKyösti Mälkki2019-09-301-7/+5
* arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-202-4/+0
* src: Include <stdint.h> instead of <inttypes.h>Jacob Garber2019-08-101-1/+1
* Remove unnecessary ENV_RAMSTAGE guardSubrata Banik2019-05-142-4/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-083-5/+5
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-044-4/+4
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-012-0/+2
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-162-2/+0
* drivers/uart/oxpcie: Fix early consoleKyösti Mälkki2018-12-302-4/+6
* (console,drivers/uart)/Kconfig: Fix dependenciesNico Huber2018-11-211-2/+3
* drivers/uart/Kconfig: Be smarter about DRIVERS_UART_8250IONico Huber2018-11-201-0/+3
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+0
* uart/sifive: make divisor configurablePhilipp Hug2018-09-131-4/+11
* arch/x86: Drop leftover ROMCC console supportKyösti Mälkki2018-06-081-4/+1
* drivers/uart/oxpcie.c: Get rid of device_tElyes HAOUAS2018-05-041-1/+1
* drivers/uart: Allow the 8250IO driver only on x86Jonathan Neuschäfer2018-04-271-2/+2
* drivers/uart: Add helper function to allow bit-bangingJulius Werner2018-04-261-0/+29
* drivers/uart: Add a driver for SiFive's UARTJonathan Neuschäfer2018-04-253-0/+126
* drivers/uart/pl011.c Add read supportMarcello Sylvester Bauer2018-04-131-1/+5
* src/drivers/pl011: Add verstage supportPatrick Rudolph2018-04-051-0/+1
* driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert2018-02-213-5/+5
* drivers/uart/pl011: Improve PL011 driverDavid Hendricks2018-02-132-7/+106
* drivers/uart8250mem: Check for zero base addressMarshall Dawson2017-10-161-0/+2
* mb/*/*: Remove rtc nvram configurable baud rateArthur Heymans2017-09-234-33/+5
* drivers/uart: Use baudrate of 115200 by defaultFurquan Shaikh2017-08-041-1/+7
* src/drivers: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-2/+2
* uart: Fix bug in {uart8250, uart8250_mem, ns16550}_rx_byte functionsWerner Zeh2017-05-182-2/+5
* drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.cNico Huber2017-05-131-1/+1
* lib: provide clearer devicetree semanticsAaron Durbin2017-04-251-1/+1
* drivers/uart/oxpcie_early.c: remove uart_fill_lb()Martin Roth2016-12-302-15/+1
* Kconfig: Prefix hex defaults with 0xMartin Roth2016-09-301-1/+1
* soc/intel/fsp_broadwell_de/uart: Drop itNico Huber2016-09-302-4/+10
* src/drivers: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-311-3/+3
* drivers/uart: Enable debug serial output during postcarLee Leahy2016-07-251-0/+5
* drivers/uart: Use uart_platform_refclk for all UART modelsLee Leahy2016-05-096-27/+29
* drivers/uart: Enable override for input clock dividerLee Leahy2016-05-094-4/+33
* coreboot_tables: Extend serial port descriptionLee Leahy2016-05-095-0/+37