summaryrefslogtreecommitdiffstats
path: root/src/drivers/uart
Commit message (Expand)AuthorAgeFilesLines
* drivers/uart/uart8250reg.h: use shifts in constantsFelix Held2022-02-071-5/+5
* drivers/uart/uart8250reg.h: use BIT() macro for bit definitionsFelix Held2022-02-071-35/+37
* drivers/uart/uart8250reg.h: remove duplicate bit definitionsFelix Held2022-02-071-4/+0
* drivers/uart: Let DRIVERS_UART_8250IO also depend on PPC64Krystian Hebel2021-11-221-1/+1
* drivers: Replace bad uses of `find_resource`Angel Pons2021-11-041-1/+1
* drivers/uart/acpi: Update _S0W return value to D3hotTim Wawrzynczak2021-08-091-1/+1
* lib/trace: Remove TRACE supportKyösti Mälkki2020-12-021-3/+0
* acpi: Call acpi_fill_ssdt() only for enabled devicesKarthikeyan Ramasubramanian2020-11-091-1/+1
* src/drivers: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* include/console/uart: make index parameter unsignedFelix Held2020-09-125-19/+19
* src: Use PCI_BASE_ADDRESS_* macros instead of magic numbersElyes HAOUAS2020-08-171-1/+1
* src: Remove extra lines in license headerElyes HAOUAS2020-07-261-5/+1
* acpi_device: Replace polarity with active_low in acpi_gpio for GpioIoFurquan Shaikh2020-07-021-3/+3
* drivers/uart/acpi: Add new device driver for UART attached devicesDuncan Laurie2020-06-044-0/+225
* src: Remove redundant includesElyes HAOUAS2020-06-021-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-119-9/+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
* 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