I am booting an IMX6 SABRE SD board from QSPI2. Currently, my kernel and rootfs are on SD card and only U-boot in QSPI2.
I want the boot rom to jump to QSPI and copy my custom image from there to RAM. To do this, I understand that I need to make use of IVT and DCD.
But where are these configurations kept?
I must be having it in the IMX6 SDK but couldn't recognize it.
Are there any examples of DCD and IVT for booting from QSPI available?
Please share.
Thanks!