summaryrefslogtreecommitdiffstats
path: root/src/drivers/uart
Commit message (Expand)AuthorAgeFilesLines
* x86: add standalone verstage supportAaron Durbin2015-10-141-0/+2
* drivers/uart/Kconfig: Select 8250 mem when 8250 mem32 is enabledAlexandru Gagniuc2015-10-041-1/+1
* uart8250mem: provide uart_fill_lb()Aaron Durbin2015-08-131-0/+19
* console: Add UART8250MEM 32bit supportNaveen Krishna Chatradhi2015-07-212-0/+17
* Remove address from GPLv2 headersPatrick Georgi2015-05-216-6/+6
* verstage: provide support for serial consoleAaron Durbin2015-05-131-0/+1
* secmon: Add some missing filesPatrick Georgi2015-05-111-0/+1
* kbuild: Use wildcard for driver subdirectoriesStefan Reinauer2015-05-071-0/+4
* OxPCIe: Fix UART base addressesKyösti Mälkki2015-04-281-6/+2
* uart: pass register width in the coreboot tableVadim Bendebury2015-04-173-0/+3
* OxPCIe952: Fix read8/write8 argumentKyösti Mälkki2015-03-142-4/+5
* uart8250mem: Add wrapper for MMIO register accessKyösti Mälkki2014-12-151-24/+35
* uarts: 32/64 cleanupRonald G. Minnich2014-10-162-2/+2
* ARM: Generalize armv7 as arm.Gabe Black2014-09-081-1/+1
* UART 8250: Unconditionally provide register constants and use UART8250 prefix.Gabe Black2014-08-253-93/+93
* console: Drop EARLY_CONSOLE optionKyösti Mälkki2014-04-301-1/+1
* uart: Support multiple portsKyösti Mälkki2014-04-304-34/+29
* uart8250io: Fix build with DEBUG_SMIKyösti Mälkki2014-04-261-1/+2
* console: Drop driver list in ramstageKyösti Mälkki2014-04-182-13/+0
* OxPCIe uart: Move under drivers/uartKyösti Mälkki2014-04-094-0/+200
* uart: Redefine Kconfig optionsKyösti Mälkki2014-04-092-11/+17
* console uart: Fill coreboot table entriesKyösti Mälkki2014-04-092-7/+36
* uart: Prepare to support multiple base addressesKyösti Mälkki2014-04-091-5/+8
* console: Use single driver entry for UARTsKyösti Mälkki2014-03-041-8/+7
* SMM: Only have console with DEBUG_SMIKyösti Mälkki2014-03-041-3/+3
* uart8250: Move under drivers/uartKyösti Mälkki2014-03-044-0/+384
* console: Fix includesKyösti Mälkki2014-03-042-2/+2
* pl011 UART: Move under drivers/uartKyösti Mälkki2014-03-043-0/+64
* option: Add arch-agnostic get_option()Kyösti Mälkki2014-03-041-1/+1
* uart8250: Fix and unify baudrate divisor calculationKyösti Mälkki2014-03-042-0/+54
* console: Add drivers/uartKyösti Mälkki2014-02-171-0/+14