Attention is currently required from: Xi Chen, Paul Menzel, Xixi Chen, Yu-Ping Wu. Hello Hung-Te Lin, Xi Chen, build bot (Jenkins), Yu-Ping Wu,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/61293
to look at the new patch set (#7).
Change subject: src/mediatek: Refactor dramc_param to common as much as possible ......................................................................
src/mediatek: Refactor dramc_param to common as much as possible
The ddr_base_info struct, which stores basic DDR information, should be platform independent. Currently the struct is defined in each SoC's dramc_parah.h. To decrease duplicate code, move it as well as other related structs and enums to a common header.
Signed-off-by: Xi Chen xixi.chen@mediatek.corp-partner.google.com Change-Id: I99772427f9b0755dc2c778b5f4150b2f8147bcc3 --- M src/soc/mediatek/common/include/soc/dramc_param_common.h M src/soc/mediatek/mt8186/include/soc/dramc_param.h M src/soc/mediatek/mt8192/include/soc/dramc_param.h M src/soc/mediatek/mt8195/include/soc/dramc_param.h 4 files changed, 74 insertions(+), 192 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/61293/7