Skip to content

Commit

Permalink
LFU-639 ddr: imx95: add CRC field in quick boot state
Browse files Browse the repository at this point in the history
CRC field was added into quick boot state structure and used for
validation purpose in "imx-oei" project. Add the same field into
quick boot state structure in uboot so that quick boot state size
is calculated and transferred properly to host after training.

Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
  • Loading branch information
Viorel Suman committed Jan 19, 2024
1 parent 3bdcde9 commit c1505f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/include/asm/arch-imx9/ddr.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ int ddr_cfg_phy_qb(struct dram_timing_info *timing_info, int fsp_id);
#define DDRPHY_QB_PSTATES 0
#define DDRPHY_QB_PST_SIZE DDRPHY_QB_PSTATES * 4 * 1024
struct ddrphy_qb_state {
uint32_t crc;
u8 TrainedVREFCA_A0;
u8 TrainedVREFCA_A1;
u8 TrainedVREFCA_B0;
Expand Down

0 comments on commit c1505f0

Please sign in to comment.