commit | 4fa8375ffec5bd1c7edabde42b8ee0339072df38 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Thu Oct 18 18:38:05 2018 +0200 |
committer | Marek Vasut <marex@denx.de> | Tue Apr 09 18:19:09 2019 +0200 |
tree | 53c84ee2aad81d73c7cf8ebdc714ebd3c4ed9b7f | |
parent | 118f4d4559a4386fa87a1e2509e84a1986b24a34 [diff] |
ARM: renesas: Save boot parameters passed in by ATF The ATF can pass additional information via the first four registers, x0...x3. The R-Car Gen3 with mainline ATF, register x1 contains pointer to a device tree with platform information. Save these registers for future use. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>