Have a great day,
The BR/OR settings is not enough. You also should configure the UPMA itself i.e. set UPM mode register and write accesses patterns into UPMRAM. See upmconfig(uint upm, uint *table, uint size) in the mpc8xxx/fsl_lbc.c. The pattern has to be suitable for connected NOR flash.
The UPM burst read can generate flash page read, hence the NOR page size should be equal to the UMP burst size (32 bytes). The UPM executes burst read when core cache or DMA require for the burst access and burst inhibited BI is cleared in the OR.
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------