Hi,
In our custom board based on keystone 2, we have a EMIF-16 NOR flash.
We are able to detect EMIF -16 NOR flash in u-boot. The next step is to program appropriate boot image so that we will be able to boot from EMIF-16 NOR flash.
In the eval kit EVMK2H, we have a NAND flash in EMIF-16 interface. We use gph NAND image u-boot-nand.gph to program the EMIF-16 NAND flash and boot in EMIF-16 NAND boot.
My question is whether we can use u-boot-nand.gph for EMIF-16 NOR flash?
I do not see NAND specific stuff for creating the gph image and CONFIG_SYS_TEXT_BASE is common for NOR and NAND flash. As we do not have real NOR XIP and the EMIF NOR flash contents are read by RBL based on EMIF NOR BOOTMODE configuration, u-boot-nand.gph can be used for EMIF-16 NOR flash.
Hope my understanding is correct. Please correct me if I am wrong on usage of gph image. Is there any requirement to generate a special gph image for EMIF-16 NORF flash boot.
Thanks
Rams