Attention is currently required from: Shelley Chen, Venkat Thogaru, Julius Werner, Yu-Ping Wu.
Hello Shelley Chen, build bot (Jenkins), Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/66975
to look at the new patch set (#4).
Change subject: qualcomm/sc7280: remove unnecessary malloc and early return on failure ......................................................................
qualcomm/sc7280: remove unnecessary malloc and early return on failure
Instead of just printing the fatal errors, do early return so that boot up time will be reduced during display init failure. Remove malloc allocation and make tu a local variable.
BUG=b:182963902,b:216687885 TEST=Validated on qualcomm sc7280 development board. Monitor name: LQ140M1JW49
Change-Id: I51f7a86d143128d2c426fb8940ff34a66152b426 Signed-off-by: Vinod Polimera quic_vpolimer@quicinc.com --- M src/soc/qualcomm/sc7280/display/edp_ctrl.c 1 file changed, 164 insertions(+), 131 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/66975/4