I found out that the NOR Flash/bootloaders alone can be configured in the GPCM mode. Other peripherals used for read and write in the eLBC bus must come in the UPM configuration.
The configuration for the eLBC bus is defined in the fsl_lbc.h in the /arch/powerpc/include/
Also the initialization for the eLBC bus - i.e., the setting up of the eLBC bus is provided in the /arch/powerpc/cpu/mpc8xxx/fsl_lbc.c wherein the following line is present
#if defined(CONFIG_SYS_BRn_PRELIM) && defined(CONFIG_SYS_ORn_PRELIM)
This CONFIG_SYS_BRn_PRELIM and CONFIG_SYS_ORn_PRELIM must be defined in the board.h file