mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
arm: socfpga: soc64: Show reset state in SPL
Print reset state (warm/cold) together with the source (watchdog/MPU) which has triggered the warm reset on S10 & Agilex. Signed-off-by: Chee Hong Ang <chee.hong.ang@intel.com> Reviewed-by: Ley Foon Tan <ley.foon.tan@intel.com>
This commit is contained in:
parent
d7a1ff40d6
commit
b3e2d9fccb
4 changed files with 25 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
void reset_deassert_peripherals_handoff(void);
|
||||
int cpu_has_been_warmreset(void);
|
||||
void print_reset_info(void);
|
||||
void socfpga_bridges_reset(int enable);
|
||||
|
||||
#define RSTMGR_SOC64_STATUS 0x00
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue