Yu-Ping Wu has submitted this change. ( https://review.coreboot.org/c/blobs/+/73339 )
Change subject: soc/mediatek/mt8188: Add scramble switch and fix 1RK register bit ......................................................................
soc/mediatek/mt8188: Add scramble switch and fix 1RK register bit
This version adds scramble switch to support both production build and serial build, and also fixes fast-k single rank wrong register bit.
BUG=b:269049451,b:267590318 TEST=Single rank DRAM suspend/resume pass, enable/disable scramble pass
Signed-off-by: Xi Chen xixi.chen@mediatek.corp-partner.google.com Change-Id: I7bf751e19d6df32bbd40b9dacad16fb99253d2ae --- M soc/mediatek/mt8188/dram.elf M soc/mediatek/mt8188/dram.elf.md5 M soc/mediatek/mt8188/dram_release_notes.txt 3 files changed, 29 insertions(+), 1 deletion(-)
Approvals: Yidi Lin: Looks good to me, but someone else must approve Yu-Ping Wu: Verified; Looks good to me, approved
diff --git a/soc/mediatek/mt8188/dram.elf b/soc/mediatek/mt8188/dram.elf index 7f22c27..a682e88 100644 --- a/soc/mediatek/mt8188/dram.elf +++ b/soc/mediatek/mt8188/dram.elf Binary files differ diff --git a/soc/mediatek/mt8188/dram.elf.md5 b/soc/mediatek/mt8188/dram.elf.md5 index dc9d076..5c4b731 100644 --- a/soc/mediatek/mt8188/dram.elf.md5 +++ b/soc/mediatek/mt8188/dram.elf.md5 @@ -1 +1 @@ -2ab5d7370e14bae8c8199c7be9128d9e *dram.elf +2f1c79839e0a78d16c19b039d05a650a *dram.elf diff --git a/soc/mediatek/mt8188/dram_release_notes.txt b/soc/mediatek/mt8188/dram_release_notes.txt index 8613b3d..8513755 100644 --- a/soc/mediatek/mt8188/dram_release_notes.txt +++ b/soc/mediatek/mt8188/dram_release_notes.txt @@ -1,3 +1,15 @@ +# 0.1.1 + +1. Add scramble switch for production build and serial build compatiblity. + Fix fast-k single rank wrong register bit. + +2. Included changes: + +- CL:*5498291 mtk-dramk/common: Add scramble switch +- CL:*5504769 mtk-dramk/common: Copy soc/emi.h to dramk/common from coreboot +- CL:*5533692 mtk-dramk/mt8188: Fix fast-k single rank wrong register bit + + # 0.1.0
1. A local build.