aboutsummaryrefslogtreecommitdiff
path: root/src/soc/imgtec/pistachio/Makefile.inc
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2015-12-14 17:31:44 -0800
committerMartin Roth <martinroth@google.com>2015-12-17 21:13:35 +0100
commit3bdd45e714ebfa38e352c705b8bb7374827bc1e3 (patch)
tree9f14f9d7e0067be4e98e1ba5c6818f0bbd021c5e /src/soc/imgtec/pistachio/Makefile.inc
parent74babffccbd9ff47369650bcb5bd6e016d757959 (diff)
soc/imgtec/pistachio: Implement hard_reset()
Verified boot needs hard_reset() now, so offer a dummy implementation for the Imagination chip. Sorry, I don't have the specs for this chip anymore to make a real implementation, but I would like to keep this code from bit rotting. Change-Id: I15aa47f7d248b99901a2ac0e65a46b43d7718717 Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: https://review.coreboot.org/12723 Tested-by: build bot (Jenkins) Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Diffstat (limited to 'src/soc/imgtec/pistachio/Makefile.inc')
-rw-r--r--src/soc/imgtec/pistachio/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/imgtec/pistachio/Makefile.inc b/src/soc/imgtec/pistachio/Makefile.inc
index 1a5e2af600..78e77892fc 100644
--- a/src/soc/imgtec/pistachio/Makefile.inc
+++ b/src/soc/imgtec/pistachio/Makefile.inc
@@ -33,6 +33,7 @@ bootblock-y += monotonic_timer.c
ramstage-y += cbmem.c
ramstage-y += monotonic_timer.c
ramstage-y += soc.c
+ramstage-y += reset.c
romstage-y += cbmem.c
romstage-y += ddr2_init.c