Attention is currently required from: Hung-Te Lin. Hello Hung-Te Lin, build bot (Jenkins), Yu-Ping Wu,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/51431
to look at the new patch set (#4).
Change subject: vendorcode/mt8192: change to short log macro names ......................................................................
vendorcode/mt8192: change to short log macro names
Originally, log macro names are too long, and they use double parentheses style: ((...)), which causes compile or runtime error easily. Now, change them to single parenthesis mode (...), and use shorter name.
Signed-off-by: Xi Chen xixi.chen@mediatek.com Change-Id: I2959dc1ba0dd40a8fb954406072f31cf14c26667 --- M src/vendorcode/mediatek/mt8192/dramc/ANA_init_config.c M src/vendorcode/mediatek/mt8192/dramc/DIG_NONSHUF_config.c M src/vendorcode/mediatek/mt8192/dramc/DIG_SHUF_config.c M src/vendorcode/mediatek/mt8192/dramc/DRAMC_SUBSYS_config.c M src/vendorcode/mediatek/mt8192/dramc/DRAM_config_collctioin.c M src/vendorcode/mediatek/mt8192/dramc/Hal_io.c M src/vendorcode/mediatek/mt8192/dramc/LP4_dram_init.c M src/vendorcode/mediatek/mt8192/dramc/dramc_actiming.c M src/vendorcode/mediatek/mt8192/dramc/dramc_dv_freq_related.c M src/vendorcode/mediatek/mt8192/dramc/dramc_dvfs.c M src/vendorcode/mediatek/mt8192/dramc/dramc_lowpower.c M src/vendorcode/mediatek/mt8192/dramc/dramc_pi_basic_api.c M src/vendorcode/mediatek/mt8192/dramc/dramc_pi_calibration_api.c M src/vendorcode/mediatek/mt8192/dramc/dramc_pi_main.c M src/vendorcode/mediatek/mt8192/dramc/dramc_tracking.c M src/vendorcode/mediatek/mt8192/dramc/dramc_utility.c M src/vendorcode/mediatek/mt8192/include/dramc_common.h M src/vendorcode/mediatek/mt8192/include/sv_c_data_traffic.h 18 files changed, 1,281 insertions(+), 1,279 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/51431/4