diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-07-08 00:28:42 +0200 |
---|---|---|
committer | Michael Niewöhner <c0d3z3r0@review.coreboot.org> | 2020-07-10 23:58:12 +0000 |
commit | 32f90d8c6883dabaabfd4597d5df14c0e7f9fee0 (patch) | |
tree | 55b64e76ccc6b01ae6b6057cf4de50db2c237ed5 /src/vendorcode | |
parent | 99bd1ab00d1431227c5ba4d8676d13f86b0ecab9 (diff) |
vc/amd/pi/00660F01: Drop dead code
This code is not even being build-tested. Drop it before it grows moss.
Change-Id: I14c575ac20cd94af1cfbb1204e2923149ef2920d
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43259
Reviewed-by: Michael Niewöhner
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/vendorcode')
-rw-r--r-- | src/vendorcode/amd/pi/00660F01/AMD.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vendorcode/amd/pi/00660F01/AMD.h b/src/vendorcode/amd/pi/00660F01/AMD.h index 990261b32b..39ee56a9b8 100644 --- a/src/vendorcode/amd/pi/00660F01/AMD.h +++ b/src/vendorcode/amd/pi/00660F01/AMD.h @@ -145,10 +145,6 @@ typedef enum { AMD_INIT_RESUME = 0x00029000, ///< AmdInitResume entry point handle AMD_RELEASE_STRUCT = 0x0002A000, ///< AmdReleaseStruct handle AMD_S3LATE_RESTORE = 0x0002B000, ///< AmdS3LateRestore entry point handle -#if 0 - /* This was removed, shifting everything else up.*/ - AMD_S3_SAVE = 0x0002C000, -#endif AMD_GET_APIC_ID = 0x0002C000, ///< AmdGetApicId entry point handle AMD_GET_PCI_ADDRESS = 0x0002D000, ///< AmdGetPciAddress entry point handle AMD_IDENTIFY_CORE = 0x0002E000, ///< AmdIdentifyCore general service handle |