Add CPLD_Checkin and other functions

This commit is contained in:
2026-06-17 17:23:59 +08:00
parent 6991600083
commit 72b55f165d
11 changed files with 313 additions and 21 deletions
@@ -151,8 +151,7 @@
#endif
/**************************** Type Definitions *******************************/
#define FSBL_DEBUG_INFO
#define QSPI_BYPASS
//#define QSPI_BYPASS
/***************** Macros (Inline Functions) Definitions *********************/
#ifdef XPAR_XWDTPS_0_BASEADDR
@@ -376,9 +375,11 @@ int main(void)
BootModeRegister &= BOOT_MODES_MASK;
#ifdef QSPI_BYPASS
fsbl_printf(DEBUG_GENERAL,"QSPI BYPASSED!\r\n");
BootModeRegister = JTAG_MODE;
#else
fsbl_printf(DEBUG_GENERAL,"Normal BootModeReg Read\r\n");
#endif
/*
* QSPI BOOT MODE
*/