Add FSBL debug and QSPI Bypass

This commit is contained in:
2026-05-27 18:06:29 +08:00
parent ee3ede1152
commit 9723d04512
16 changed files with 1158 additions and 760 deletions
@@ -151,7 +151,8 @@
#endif
/**************************** Type Definitions *******************************/
#define FSBL_DEBUG_INFO
#define QSPI_BYPASS
/***************** Macros (Inline Functions) Definitions *********************/
#ifdef XPAR_XWDTPS_0_BASEADDR
@@ -374,6 +375,10 @@ int main(void)
BootModeRegister = Xil_In32(BOOT_MODE_REG);
BootModeRegister &= BOOT_MODES_MASK;
#ifdef QSPI_BYPASS
BootModeRegister = JTAG_MODE;
#endif
/*
* QSPI BOOT MODE
*/