summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/vf610.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: VFxxx: Record cpu boot source as a part of startupAndrey Smirnov2018-06-131-0/+2
| | | | | Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX: Introduce IMX_SRC_SRSRAndrey Smirnov2018-05-081-1/+1
| | | | | | | | | Offset for SRSR register in SRC IP block for i.MX51, i.MX53, i.MX6 and VFxxx is exactly the same so define a single constant for that and replace all of the SoC specific definitions. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: VFxxx: Record reset reason as a part of startupAndrey Smirnov2018-05-081-0/+12
| | | | | Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: VFxxx: Detect cpu variant on startAndrey Smirnov2018-05-081-0/+47
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>