summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/debug/exynos.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: EXYNOS: Add SPDX license identifiersKrzysztof Kozlowski2018-02-121-5/+2
| | | | | | | Replace GPL license statements with SPDX GPL-2.0 and GPL-2.0+ license identifiers. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
* ARM: EXYNOS: Fix UART address selection for DEBUG_LLJoonyoung Shim2016-06-221-1/+5
| | | | | | | | | | | | The Exynos542x SoCs using A15+A7 can boot to A15 or A7. If it boots using A7 (like on Odroid XU family boards), it can't choose right UART physical address only the part number of CP15. Fix the detection logic by checking the Cluster ID additionally. Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com> Tested-by: Marek Szyprowski <m.szyprowski@samsung.com> [k.kozlowski: Extend commit message] Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
* ARM: exynos: move debug-macro.S to include/debug/Arnd Bergmann2013-04-191-0/+39
The move is necessary to support early debug output on exynos with multiplatform configurations. This implies also moving the plat/debug-macro.S file, but we are leaving the remaining users of that file in place, to avoid adding large numbers of extra configuration options to Kconfig.debug Signed-off-by: Arnd Bergmann <arnd@arndb.de>