aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/f15tn/Proc/Mem/mfParallelTraining.h
diff options
context:
space:
mode:
authorJoe Moore <awokd@danwin1210.me>2019-12-31 05:20:24 -0700
committerPatrick Georgi <pgeorgi@google.com>2020-03-04 16:08:09 +0000
commita83958185564b2a89ad2053a96874bc883d234d7 (patch)
tree7cb4660ea8a7a7bc7120c5ccbef6cc892056153d /src/vendorcode/amd/agesa/f15tn/Proc/Mem/mfParallelTraining.h
parentc156b584ee820a703073ceda3eaf6cec6afc9966 (diff)
vc/amd/agesa: Delete mfParallelTraining.c
Potential for out-of-bounds read. However, this code is not used on F14, F15tn, or F16kb platforms. As can be seen in vc/amd/agesa/f15tn/Config/PlatformInstall.h only multiple socket F10 is supported. Tested on Lenovo G505s. Change-Id: Ib71fe32d89840b9f25619d74980e562fd626952b Signed-off-by: Joe Moore <awokd@danwin1210.me> Found-by: Coverity CID 1241831 Reviewed-on: https://review.coreboot.org/c/coreboot/+/38035 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/vendorcode/amd/agesa/f15tn/Proc/Mem/mfParallelTraining.h')
-rw-r--r--src/vendorcode/amd/agesa/f15tn/Proc/Mem/mfParallelTraining.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/Mem/mfParallelTraining.h b/src/vendorcode/amd/agesa/f15tn/Proc/Mem/mfParallelTraining.h
index b85398ade4..acc472b58d 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/Mem/mfParallelTraining.h
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/Mem/mfParallelTraining.h
@@ -102,12 +102,6 @@ typedef struct _DIE_INFO {
*----------------------------------------------------------------------------
*/
-BOOLEAN
-MemFParallelTraining (
- IN OUT REMOTE_TRAINING_ENV *EnvPtr,
- IN OUT AMD_CONFIG_PARAMS *StdHeader
- );
-
#endif /* _MFPARALLELTRAINING_H_ */