Commit 1eda6361967925be807d5e02a3da9990c02ed0c2

Authored by Eric Lee
1 parent 9dc59c3239

Bug Fixed

Showing 2 changed files with 0 additions and 14 deletions Side-by-side Diff

recipes-bsp/imx-atf/imx-atf/imx8m-atf-ddr-timing.patch
1   -diff --git a/plat/imx/imx8m/include/dram.h b/plat/imx/imx8m/include/dram.h
2   -index d0d5bf81e..d3c2a2717 100644
3   ---- a/plat/imx/imx8m/include/dram.h
4   -+++ b/plat/imx/imx8m/include/dram.h
5   -@@ -29,6 +29,8 @@ struct dram_cfg_param {
6   - };
7   -
8   - struct dram_timing_info {
9   -+ /* ddrphy firmware offset */
10   -+ unsigned int ddrphy_fw_offset;
11   - /* umctl2 config */
12   - struct dram_cfg_param *ddrc_cfg;
13   - unsigned int ddrc_cfg_num;
recipes-bsp/imx-atf/imx-atf_2.2.bbappend
1 1 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2  
3 3 SRC_URI_append = " \
4   - file://imx8m-atf-ddr-timing.patch \
5 4 file://imx8mm-atf-uart4.patch \
6 5 "