ARM: uniphier: remove sLD3 SoC supportThis SoC is too old. It is difficult to maintain any longer.Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
ARM: uniphier: simplify SoC ID get functionCurrently, uniphier_get_soc_type() converts the SoC ID (this isread from the revision register) to an enum symbol to use it for SoCidentification. Come
ARM: uniphier: simplify SoC ID get functionCurrently, uniphier_get_soc_type() converts the SoC ID (this isread from the revision register) to an enum symbol to use it for SoCidentification. Come to think of it, there is no need for theconversion in the first place. Using the SoC ID from the registeras-is a straightforward way.Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
show more ...
ARM: uniphier: support Debug UARTFor ARM32 architecture, CONFIG_DEBUG_LL is available for earlylow-level debugging (and actually UniPhier 32bit SoCs use it), butARM64 architecture does not suppor
ARM: uniphier: support Debug UARTFor ARM32 architecture, CONFIG_DEBUG_LL is available for earlylow-level debugging (and actually UniPhier 32bit SoCs use it), butARM64 architecture does not support it. Instead, CONFIG_DEBUG_UARTis available as an architecture-independent debug facility.This commit supports it on all the UniPhier SoCs (including the newARMv8 SoCs), which is very useful for new SoC bringups.Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>