Attention is currently required from: Martin Roth, Evan Green, Karthik Ramasubramanian. Hello build bot (Jenkins), Furquan Shaikh, Martin Roth, Evan Green,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/56046
to look at the new patch set (#3).
Change subject: mb/google/dedede: Fix the pointer/address used in memcpy ......................................................................
mb/google/dedede: Fix the pointer/address used in memcpy
The caller is already passing the address to the required LTE reset and enable GPIO. During memcpy, the address to that pointer is used which will lead to copying undefined data. Fix the pointer/address used in memcpy.
BUG=None BRANCH=dedede TEST=Build Kracko, Drawcia and Metaknight mainboards which use this function.
Change-Id: I79d6d9af03acd59ab5e1cd7df97bf451011dfeaa Signed-off-by: Karthikeyan Ramasubramanian kramasub@google.com Found-by: Coverity CID 1458053, 1458054. --- M src/mainboard/google/dedede/variants/baseboard/ramstage.c 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/56046/3