u-boot/arch/sandbox
Stephen Warren 1163625898 Rename reset to sysreset
The current reset API implements a method to reset the entire system.
In the near future, I'd like to introduce code that implements the device
tree reset bindings; i.e. the equivalent of the Linux kernel's reset API.
This controls resets to individual HW blocks or external chips with reset
signals. It doesn't make sense to merge the two APIs into one since they
have different semantic purposes. Resolve the naming conflict by renaming
the existing reset API to sysreset instead, so the new reset API can be
called just reset.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
2016-05-26 20:48:31 -06:00
..
cpu Rename reset to sysreset 2016-05-26 20:48:31 -06:00
dts spmi: Add sandbox test driver 2016-04-01 17:18:12 -04:00
include/asm Rename reset to sysreset 2016-05-26 20:48:31 -06:00
lib sandbox: Add support for bootz 2015-04-19 14:45:57 -06:00
Kconfig sandbox: Set CONFIG_SYS_CPU 2016-04-18 17:11:49 -04:00
Makefile Kbuild: introduce Makefile in arch/$ARCH/ 2014-12-08 09:35:45 -05:00
config.mk sandbox: Fix building with LLVM 2016-03-08 15:01:46 -05:00