Attention is currently required from: Hung-Te Lin, Ryan Chuang, Yu-Ping Wu. Rex-BC Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/56104 )
Change subject: vc/mediatek/mt8195: Improve settings of duty calibration ......................................................................
Patch Set 2:
(1 comment)
File src/vendorcode/mediatek/mt8195/dramc/dramc_pi_calibration_api.c:
https://review.coreboot.org/c/coreboot/+/56104/comment/7cd0bcc5_45734986 PS2, Line 14816: DramcClockDutySetClkDelayCell(p, p->pSavetimeData->s1ClockDuty_clk_delay_cell[p->channel]); : DQSDutyScan_SetDqsDelayCell(p, p->pSavetimeData->s1DQSDuty_clk_delay_cell[p->channel]); : #if __LP5_COMBO__ : WCKDutyScan_SetWCKDelayCell(p, p->pSavetimeData->s1WCKDuty_clk_delay_cell[p->channel]); : #endif : #if APPLY_DQDQM_DUTY_CALIBRATION : DQDQMDutyScan_SetDQDQMDelayCell(p, p->channel, p->pSavetimeData->s1DQMDuty_clk_delay_cell[p->channel], DutyScan_Calibration_K_DQM); : DQDQMDutyScan_SetDQDQMDelayCell(p, p->channel, p->pSavetimeData->s1DQDuty_clk_delay_cell[p->channel], DutyScan_Calibration_K_DQ); : #endif
Indentation.
I only need to modify selected part?