From cd39a41278cbe895a1c34a264f5da20226537893 Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Thu, 7 May 2020 15:16:15 -0600 Subject: soc/amd/picasso: Extract reset flags from northbridge.h These are not northbridge functions. BUG=b:147042464 Signed-off-by: Raul E Rangel Change-Id: Ia9e7d4c7554788a9fdbfdb90e6ead60060cc4c30 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41264 Reviewed-by: Furquan Shaikh Reviewed-by: Paul Menzel Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/soc/amd/picasso/include/soc/reset.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/soc/amd/picasso/include/soc/reset.h (limited to 'src/soc/amd/picasso/include') diff --git a/src/soc/amd/picasso/include/soc/reset.h b/src/soc/amd/picasso/include/soc/reset.h new file mode 100644 index 0000000000..5fc549f203 --- /dev/null +++ b/src/soc/amd/picasso/include/soc/reset.h @@ -0,0 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +/* This file is part of the coreboot project. */ + +#ifndef __PI_PICASSO_RESET_H__ +#define __PI_PICASSO_RESET_H__ + +void set_warm_reset_flag(void); +int is_warm_reset(void); + +#endif /* __PI_PICASSO_RESET_H__ */ -- cgit v1.2.3