diff options
author | Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com> | 2015-09-28 07:44:31 -0400 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2015-09-29 07:42:41 -0400 |
commit | 6b7464b703e3147b54dcb1032dfa10244f5a4d56 (patch) | |
tree | a4f474acdebce54ce77359df867e7278b38bb3e3 | |
parent | 1a8bc7707edb7c90478012076beb9207ab67d8d1 (diff) |
Documentation/EDAC: Add reference documents section for amd64_edac
This section used to be in amd64_edac.h. Move it here as it is a more
natural place to put all documentation-related info. Add links to the
BKDGs while at it.
Signed-off-by: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>
Cc: linux-doc@vger.kernel.org
Cc: linux-edac <linux-edac@vger.kernel.org>
Link: http://lkml.kernel.org/r/1443440671-2400-1-git-send-email-Aravind.Gopalakrishnan@amd.com
Signed-off-by: Borislav Petkov <bp@suse.de>
-rw-r--r-- | Documentation/edac.txt | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/Documentation/edac.txt b/Documentation/edac.txt index 0cf27a3544a5..80841a2d640c 100644 --- a/Documentation/edac.txt +++ b/Documentation/edac.txt | |||
@@ -744,6 +744,52 @@ exports one | |||
744 | possible that some errors could be lost. With rdimm's, they display the | 744 | possible that some errors could be lost. With rdimm's, they display the |
745 | contents of the registers | 745 | contents of the registers |
746 | 746 | ||
747 | AMD64_EDAC REFERENCE DOCUMENTS USED | ||
748 | ----------------------------------- | ||
749 | amd64_edac module is based on the following documents | ||
750 | (available from http://support.amd.com/en-us/search/tech-docs): | ||
751 | |||
752 | 1. Title: BIOS and Kernel Developer's Guide for AMD Athlon 64 and AMD | ||
753 | Opteron Processors | ||
754 | AMD publication #: 26094 | ||
755 | Revision: 3.26 | ||
756 | Link: http://support.amd.com/TechDocs/26094.PDF | ||
757 | |||
758 | 2. Title: BIOS and Kernel Developer's Guide for AMD NPT Family 0Fh | ||
759 | Processors | ||
760 | AMD publication #: 32559 | ||
761 | Revision: 3.00 | ||
762 | Issue Date: May 2006 | ||
763 | Link: http://support.amd.com/TechDocs/32559.pdf | ||
764 | |||
765 | 3. Title: BIOS and Kernel Developer's Guide (BKDG) For AMD Family 10h | ||
766 | Processors | ||
767 | AMD publication #: 31116 | ||
768 | Revision: 3.00 | ||
769 | Issue Date: September 07, 2007 | ||
770 | Link: http://support.amd.com/TechDocs/31116.pdf | ||
771 | |||
772 | 4. Title: BIOS and Kernel Developer's Guide (BKDG) for AMD Family 15h | ||
773 | Models 30h-3Fh Processors | ||
774 | AMD publication #: 49125 | ||
775 | Revision: 3.06 | ||
776 | Issue Date: 2/12/2015 (latest release) | ||
777 | Link: http://support.amd.com/TechDocs/49125_15h_Models_30h-3Fh_BKDG.pdf | ||
778 | |||
779 | 5. Title: BIOS and Kernel Developer's Guide (BKDG) for AMD Family 15h | ||
780 | Models 60h-6Fh Processors | ||
781 | AMD publication #: 50742 | ||
782 | Revision: 3.01 | ||
783 | Issue Date: 7/23/2015 (latest release) | ||
784 | Link: http://support.amd.com/TechDocs/50742_15h_Models_60h-6Fh_BKDG.pdf | ||
785 | |||
786 | 6. Title: BIOS and Kernel Developer's Guide (BKDG) for AMD Family 16h | ||
787 | Models 00h-0Fh Processors | ||
788 | AMD publication #: 48751 | ||
789 | Revision: 3.03 | ||
790 | Issue Date: 2/23/2015 (latest release) | ||
791 | Link: http://support.amd.com/TechDocs/48751_16h_bkdg.pdf | ||
792 | |||
747 | CREDITS: | 793 | CREDITS: |
748 | ======== | 794 | ======== |
749 | 795 | ||