mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>
To: <bp@alien8.de>, <mchehab@osg.samsung.com>, <dougthompson@xmission.com>
Cc: <linux-edac@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: [PATCH 3/3] EDAC, amd64_edac: Update copyright and documentation info
Date: Wed, 16 Sep 2015 15:53:31 -0500	[thread overview]
Message-ID: <1442436811-23382-4-git-send-email-Aravind.Gopalakrishnan@amd.com> (raw)
In-Reply-To: <1442436811-23382-1-git-send-email-Aravind.Gopalakrishnan@amd.com>

Extending the comments section to include the BKDG references
for newer processors which this EDAC driver supports.

Updated the copyrights info and fixed a trivial typo while at it.

Signed-off-by: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>
---
 drivers/edac/amd64_edac.h | 30 ++++++++++++++++++++++++++++--
 1 file changed, 28 insertions(+), 2 deletions(-)

diff --git a/drivers/edac/amd64_edac.h b/drivers/edac/amd64_edac.h
index 15c0eb4..1e34d07 100644
--- a/drivers/edac/amd64_edac.h
+++ b/drivers/edac/amd64_edac.h
@@ -2,7 +2,7 @@
  * AMD64 class Memory Controller kernel module
  *
  * Copyright (c) 2009 SoftwareBitMaker.
- * Copyright (c) 2009 Advanced Micro Devices, Inc.
+ * Copyright (c) 2009-15 Advanced Micro Devices, Inc.
  *
  * This file may be distributed under the terms of the
  * GNU General Public License.
@@ -36,13 +36,18 @@
  *	Changes/Fixes by Borislav Petkov <bp@alien8.de>:
  *		- misc fixes and code cleanups
  *
+ *	Changes by Aravind Gopalakrishnan <aravind.gopalakrishnan@amd.com>
+ *		- Add support for-
+ *		   - Fam15h Models (30-3fh; 60-6fh)
+ *		   - Fam16h Models (00-0fh; 30-3fh)
+ *
  * This module is based on the following documents
  * (available from http://www.amd.com/):
  *
  *	Title:	BIOS and Kernel Developer's Guide for AMD Athlon 64 and AMD
  *		Opteron Processors
  *	AMD publication #: 26094
- *`	Revision: 3.26
+ *	Revision: 3.26
  *
  *	Title:	BIOS and Kernel Developer's Guide for AMD NPT Family 0Fh
  *		Processors
@@ -56,6 +61,27 @@
  *	Revision: 3.00
  *	Issue Date: September 07, 2007
  *
+ *	Title: BIOS and Kernel Developer's Guide (BKDG) for AMD Family 15h
+ *	       Models 30h-3Fh Processors
+ *	AMD publication #: 49125
+ *	Revision: 3.06
+ *	Issue Date: 2/12/2015 (latest release)
+ *	Link: http://support.amd.com/TechDocs/49125_15h_Models_30h-3Fh_BKDG.pdf
+ *
+ *	Title: BIOS and Kernel Developer's Guide (BKDG) for AMD Family 15h
+ *	       Models 60h-6Fh Processors
+ *	AMD publication #: 50742
+ *	Revision: 3.01
+ *	Issue Date: 7/23/2015 (latest release)
+ *	Link: http://support.amd.com/TechDocs/50742_15h_Models_60h-6Fh_BKDG.pdf
+ *
+ *	Title: BIOS and Kernel Developer's Guide (BKDG) for AMD Family 16h
+ *	       Models 00h-0Fh Processors
+ *	AMD publication #: 48751
+ *	Revision: 3.03
+ *	Issue Date: 2/23/2015 (latest release)
+ *	Link: http://support.amd.com/TechDocs/48751_16h_bkdg.pdf
+ *
  * Sections in the first 2 documents are no longer in sync with each other.
  * The Family 10h BKDG was totally re-written from scratch with a new
  * presentation model.
-- 
2.5.0


  parent reply	other threads:[~2015-09-16 20:46 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-16 20:53 [PATCH 0/3] Updates to amd64_edac and ghes_edac Aravind Gopalakrishnan
2015-09-16 20:53 ` [PATCH 1/3] EDAC, ghes_edac: Remove redundant memory_type array Aravind Gopalakrishnan
2015-09-24  9:24   ` Borislav Petkov
2015-09-16 20:53 ` [PATCH 2/3] EDAC, amd64_edac: Extend scrub rate programmability feature for F15hM60h Aravind Gopalakrishnan
2015-09-24  9:18   ` Borislav Petkov
2015-09-24 16:15     ` Aravind Gopalakrishnan
2015-09-24 16:33       ` Borislav Petkov
2015-09-24 16:42         ` Aravind Gopalakrishnan
2015-09-16 20:53 ` Aravind Gopalakrishnan [this message]
2015-09-17  7:43   ` [PATCH 3/3] EDAC, amd64_edac: Update copyright and documentation info Borislav Petkov
2015-09-17 14:35     ` Aravind Gopalakrishnan
2015-09-17 15:24       ` Borislav Petkov
2015-09-17 15:33         ` Aravind Gopalakrishnan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1442436811-23382-4-git-send-email-Aravind.Gopalakrishnan@amd.com \
    --to=aravind.gopalakrishnan@amd.com \
    --cc=bp@alien8.de \
    --cc=dougthompson@xmission.com \
    --cc=linux-edac@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mchehab@osg.samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®