Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-20 | ARM: uniphier: show STM (SCP) status on boot and pinmon command | Masahiro Yamada | |
The SCP (System Control Processor) or what we call STM (Stand-by MPU) is integrated in LD4, Pro4, sLD8, LD6b, LD11, and LD20. For these SoCs, show the information if STM is enabled. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> | |||
2017-02-23 | ARM: uniphier: rework spl_boot_device() and related code | Masahiro Yamada | |
The current implementation has ugly switch statements here and there, and duplicates similar code. Rework it using table lookups for SoC data and reduce code duplication. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> |