warmboot: add flow_perform_ram_repair

This commit is contained in:
Michael Scire
2018-12-17 17:13:24 -08:00
parent 72594c6783
commit 7a704827f1
3 changed files with 40 additions and 1 deletions

View File

@@ -26,6 +26,10 @@
#define MAKE_FLOW_REG(ofs) MAKE_REG32(FLOW_BASE + ofs)
#define FLOW_CTLR_HALT_COP_EVENTS_0 MAKE_FLOW_REG(0x004)
#define FLOW_CTLR_HALT_COP_EVENTS_0 MAKE_FLOW_REG(0x004)
#define FLOW_CTLR_RAM_REPAIR_0 MAKE_FLOW_REG(0x040)
#define FLOW_CTLR_BPMP_CLUSTER_CONTROL_0 MAKE_FLOW_REG(0x098)
void flow_perform_ram_repair(void);
#endif