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/+/46932
to look at the new patch set (#11).
Change subject: mt8192/dpm.c: use load_blob_file to load the blob files ......................................................................
mt8192/dpm.c: use load_blob_file to load the blob files
Use load_blob_file to load the blob files.
TEST=1. emerge-asurada coreboot chromeos-bootimage; 2. See following log during booting. load_blob_file: Load dpm.dm in 15 msecs, size 36 bytes load_blob_file: Load dpm.pm in 18 msecs, size 13848 bytes 3. Test suspend/resume by: a. suspend (on DUT): echo mem > /sys/power/stat b. resume (on host): dut-control power_state:on
Signed-off-by: Yidi Lin yidi.lin@mediatek.com Change-Id: If5e51d1390a3daf5fac68e1180506ec0431160d2 --- M src/soc/mediatek/mt8192/dpm.c 1 file changed, 10 insertions(+), 36 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/46932/11