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
+10
View File
@@ -44,3 +44,13 @@ bsp reload
catch {bsp regenerate}
catch {bsp regenerate}
platform generate
platform generate -domains zynq_fsbl
platform generate -domains zynq_fsbl
platform generate -domains zynq_fsbl
platform generate -domains zynq_fsbl
platform generate -domains zynq_fsbl
platform generate
platform generate -domains zynq_fsbl
platform generate
platform generate -domains zynq_fsbl
platform generate -domains zynq_fsbl
Binary file not shown.
@@ -29,7 +29,7 @@
#ifdef __cplusplus
extern "C" {
#endif
#define FSBL_DEBUG_INFO
#define DEBUG_GENERAL 0x00000001 /* general debug messages */
#define DEBUG_INFO 0x00000002 /* More debug information */
@@ -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
*/