Blame view

recipes-bsp/imx-atf/imx-atf/imx8m-atf-ddr-timing.patch 406 Bytes
6375fa236   Eric Lee   Yocto meta layers...
1
2
3
4
5
6
7
8
9
10
11
12
13
  diff --git a/plat/imx/common/include/dram.h b/plat/imx/common/include/dram.h
  index bf0b384..8b5f90c 100644
  --- a/plat/imx/common/include/dram.h
  +++ b/plat/imx/common/include/dram.h
  @@ -41,6 +41,8 @@ struct dram_cfg_param {
   };
   
   struct dram_timing_info {
  +	/* ddrphy firmware offset */
  +	unsigned int ddrphy_fw_offset;
   	/* umctl2 config */
   	struct dram_cfg_param *ddrc_cfg;
   	unsigned int ddrc_cfg_num;