aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/uart
AgeCommit message (Expand)Author
2020-12-02lib/trace: Remove TRACE supportKyösti Mälkki
2020-11-09acpi: Call acpi_fill_ssdt() only for enabled devicesKarthikeyan Ramasubramanian
2020-09-21src/drivers: Drop unneeded empty linesElyes HAOUAS
2020-09-12include/console/uart: make index parameter unsignedFelix Held
2020-08-17src: Use PCI_BASE_ADDRESS_* macros instead of magic numbersElyes HAOUAS
2020-07-26src: Remove extra lines in license headerElyes HAOUAS
2020-07-02acpi_device: Replace polarity with active_low in acpi_gpio for GpioIoFurquan Shaikh
2020-06-04drivers/uart/acpi: Add new device driver for UART attached devicesDuncan Laurie
2020-06-02src: Remove redundant includesElyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-04-06src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons
2020-04-05Drop explicit NULL initializations from `device_operations`Elyes HAOUAS
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2019-12-19src/{drivers,device,ec}: Remove unused <stdlib.h>Elyes HAOUAS
2019-11-29drivers/uart/oxpcie_early.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-11-23Kconfig: comply to Linux 5.3's Kconfig language rulesPatrick Georgi
2019-10-27src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth
2019-10-27src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS
2019-10-22AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth
2019-10-18src: Remove unused include '<device/pci_ids.h>'Elyes HAOUAS
2019-09-30device,drivers/: Drop some __SIMPLE_DEVICE__ useKyösti Mälkki
2019-08-20arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki
2019-08-10src: Include <stdint.h> instead of <inttypes.h>Jacob Garber
2019-05-14Remove unnecessary ENV_RAMSTAGE guardSubrata Banik
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
2019-03-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
2018-12-30drivers/uart/oxpcie: Fix early consoleKyösti Mälkki
2018-11-21(console,drivers/uart)/Kconfig: Fix dependenciesNico Huber
2018-11-20drivers/uart/Kconfig: Be smarter about DRIVERS_UART_8250IONico Huber
2018-11-16src: Remove unneeded include <console/console.h>Elyes HAOUAS
2018-09-13uart/sifive: make divisor configurablePhilipp Hug
2018-06-08arch/x86: Drop leftover ROMCC console supportKyösti Mälkki
2018-05-04drivers/uart/oxpcie.c: Get rid of device_tElyes HAOUAS
2018-04-27drivers/uart: Allow the 8250IO driver only on x86Jonathan Neuschäfer
2018-04-26drivers/uart: Add helper function to allow bit-bangingJulius Werner
2018-04-25drivers/uart: Add a driver for SiFive's UARTJonathan Neuschäfer
2018-04-13drivers/uart/pl011.c Add read supportMarcello Sylvester Bauer
2018-04-05src/drivers/pl011: Add verstage supportPatrick Rudolph
2018-02-21driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert
2018-02-13drivers/uart/pl011: Improve PL011 driverDavid Hendricks
2017-10-16drivers/uart8250mem: Check for zero base addressMarshall Dawson
2017-09-23mb/*/*: Remove rtc nvram configurable baud rateArthur Heymans
2017-08-04drivers/uart: Use baudrate of 115200 by defaultFurquan Shaikh
2017-07-13src/drivers: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-05-18uart: Fix bug in {uart8250, uart8250_mem, ns16550}_rx_byte functionsWerner Zeh
2017-05-13drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.cNico Huber
2017-04-25lib: provide clearer devicetree semanticsAaron Durbin
2016-12-30drivers/uart/oxpcie_early.c: remove uart_fill_lb()Martin Roth
2016-09-30Kconfig: Prefix hex defaults with 0xMartin Roth
2016-09-30soc/intel/fsp_broadwell_de/uart: Drop itNico Huber
2016-08-31src/drivers: Add required space before opening parenthesis '('Elyes HAOUAS
2016-07-25drivers/uart: Enable debug serial output during postcarLee Leahy
2016-05-09drivers/uart: Use uart_platform_refclk for all UART modelsLee Leahy
2016-05-09drivers/uart: Enable override for input clock dividerLee Leahy
2016-05-09coreboot_tables: Extend serial port descriptionLee Leahy
2016-01-21*/Makefile.inc: Compile files needed by uart8250 in x86 bootblockAlexandru Gagniuc
2015-11-07arm64: remove secmonAaron Durbin
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-14x86: add standalone verstage supportAaron Durbin
2015-10-04drivers/uart/Kconfig: Select 8250 mem when 8250 mem32 is enabledAlexandru Gagniuc
2015-08-13uart8250mem: provide uart_fill_lb()Aaron Durbin
2015-07-21console: Add UART8250MEM 32bit supportNaveen Krishna Chatradhi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-13verstage: provide support for serial consoleAaron Durbin
2015-05-11secmon: Add some missing filesPatrick Georgi
2015-05-07kbuild: Use wildcard for driver subdirectoriesStefan Reinauer
2015-04-28OxPCIe: Fix UART base addressesKyösti Mälkki
2015-04-17uart: pass register width in the coreboot tableVadim Bendebury
2015-03-14OxPCIe952: Fix read8/write8 argumentKyösti Mälkki
2014-12-15uart8250mem: Add wrapper for MMIO register accessKyösti Mälkki
2014-10-16uarts: 32/64 cleanupRonald G. Minnich
2014-09-08ARM: Generalize armv7 as arm.Gabe Black
2014-08-25UART 8250: Unconditionally provide register constants and use UART8250 prefix.Gabe Black
2014-04-30console: Drop EARLY_CONSOLE optionKyösti Mälkki
2014-04-30uart: Support multiple portsKyösti Mälkki
2014-04-26uart8250io: Fix build with DEBUG_SMIKyösti Mälkki
2014-04-18console: Drop driver list in ramstageKyösti Mälkki
2014-04-09OxPCIe uart: Move under drivers/uartKyösti Mälkki
2014-04-09uart: Redefine Kconfig optionsKyösti Mälkki
2014-04-09console uart: Fill coreboot table entriesKyösti Mälkki
2014-04-09uart: Prepare to support multiple base addressesKyösti Mälkki
2014-03-04console: Use single driver entry for UARTsKyösti Mälkki
2014-03-04SMM: Only have console with DEBUG_SMIKyösti Mälkki
2014-03-04uart8250: Move under drivers/uartKyösti Mälkki
2014-03-04console: Fix includesKyösti Mälkki
2014-03-04pl011 UART: Move under drivers/uartKyösti Mälkki
2014-03-04option: Add arch-agnostic get_option()Kyösti Mälkki
2014-03-04uart8250: Fix and unify baudrate divisor calculationKyösti Mälkki
2014-02-17console: Add drivers/uartKyösti Mälkki