summaryrefslogtreecommitdiff
path: root/src/include/console/uart.h
AgeCommit message (Expand)Author
2020-09-12include/console/uart: make index parameter unsignedFelix Held
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-23rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner
2020-04-05src/include: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2019-12-19Drop ROMCC code and header guardsArthur Heymans
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-01-28src: Don't use a #defines like Kconfig symbolsElyes HAOUAS
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
2018-04-26drivers/uart: Add helper function to allow bit-bangingJulius Werner
2018-02-21driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert
2017-09-23mb/*/*: Remove rtc nvram configurable baud rateArthur Heymans
2017-05-22include/console: Use IS_ENABLED() macroNico Huber
2017-03-13src/include: Wrap lines at 80 columnsLee Leahy
2017-03-12src/include: Remove spaces before tabsLee Leahy
2017-03-10src/include: Add parenthesis around macrosLee Leahy
2016-07-25drivers/uart: Enable debug serial output during postcarLee Leahy
2016-05-09drivers/uart: Enable override for input clock dividerLee Leahy
2015-11-07arm64: remove secmonAaron Durbin
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-13secmon: allow for serial consoleAaron Durbin
2015-05-13verstage: provide support for serial consoleAaron Durbin
2014-10-16uarts: 32/64 cleanupRonald G. Minnich
2014-05-26console: Add console for GDBKyösti Mälkki
2014-04-30uart: Support multiple portsKyösti Mälkki
2014-04-18console: Simplify the enable rulesKyösti Mälkki
2014-04-18console: Drop driver list in ramstageKyösti Mälkki
2014-04-09OxPCIe uart: Split PCI bridge controlKyö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-04uart8250mem: Unify calls with generic UARTKyösti Mälkki
2014-03-04uart8250io: Unify calls with generic UARTKyösti Mälkki
2014-03-04console: Fix includesKyösti Mälkki