coreboot/src/soc
Nico Huber 73c11194b0 soc/amd: Implement common reset API
Add an `amdblocks` internal API and rename
  soft_reset() => warm_reset()
  hard_reset() => cold_reset()
as these terms are commonly used in the surrounding code.

On Stoney Ridge, make board_reset() call cold_reset() to keep
current behaviour of common code calling hard_reset(). But add
a TODO if this is intended.

Note: Stoney Ridge is using CF9 for the actual reset but the
configuration for a cold reset doesn't use the usual full reset
bit but some other mechanism.

Change-Id: Id33eda676d79529db759b85fa8e28386846e6fa4
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/29053
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
2018-10-22 08:34:56 +00:00
..
amd soc/amd: Implement common reset API 2018-10-22 08:34:56 +00:00
broadcom soc/broadcom/cygnus: Increase romstage SRAM size in memlayout 2018-08-13 12:16:32 +00:00
cavium soc/cavium/cn81xx: Drop dead do_soft_reset() implementation 2018-10-17 12:02:35 +00:00
imgtec soc/imgtech/pistachio: Convert to board_reset() 2018-10-22 08:34:33 +00:00
intel soc/intel/cannonlake: Enable HDA driver support 2018-10-19 09:15:18 +00:00
mediatek soc/mediatek: Convert to board_reset() 2018-10-22 08:34:37 +00:00
nvidia reset: Convert individual boards to board_reset() 2018-10-22 08:34:19 +00:00
qualcomm Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
rockchip soc/rockchip/rk3399: Convert to board_reset() 2018-10-22 08:34:27 +00:00
samsung soc/samsung/exynos5250: Convert to board_reset() 2018-10-22 08:34:45 +00:00
sifive soc/sifive/fu540: Document #if ENV_ROMSTAGE line 2018-09-26 18:52:54 +00:00
ucb arch/riscv: provide a monotonic timer 2018-09-14 09:28:06 +00:00