Tool/software:
Hello:
We Use AM62P 10.0.0 SDK, and modify the flash to GD25F64. But The mirror loading speed is slow.
When comparing the logs with the development board, we found that in terms of mirror loading, our board takes many times longer than the development board.

During the debugging of the GD25F64 Flash in SBL, we encountered a failure in image verification. To resolve this, we had to manually copy the image from the Flash to the DDR for the verification to pass.
I found that the part of our board that takes longer to load images than the development board is mainly the time it takes to manually copy images from Flash to DDR
I have several questions here and hope they can be answered:
1、On which core does the TIFS of AM62P run? Why does TIFS boot images from flash to DDR
2、Why does the image verification fail in Flash after we switch to GD25F64 Flash chip? We need to manually copy the image to DDR before the verification can pass
3、In the 10.1.0 SDK version, we found that modifications were made here. Do you want to know what considerations are behind this
