See patch.
Uwe.
On Mon, Mar 10, 2008 at 04:37:32PM +0100, Uwe Hermann wrote:
Update AMD CPU list based on Revision Guide for AMD NPT Family 0Fh Processors, Publication #33610, Revision: 3.30, February 2008.
Some of this seems to be whitespace changes. Could you split it up?
- { X86_VENDOR_AMD, 0xf40 }, /* SH-B0 (socket 754) */
- { X86_VENDOR_AMD, 0xf50 }, /* SH-B0 (socket 940) */
..
- { X86_VENDOR_AMD, 0xf40 }, /* SH-B0 (socket 754) */
- { X86_VENDOR_AMD, 0xf50 }, /* SH-B0 (socket 940) */
//Peter
On Mon, Mar 10, 2008 at 07:06:38PM +0100, Peter Stuge wrote:
On Mon, Mar 10, 2008 at 04:37:32PM +0100, Uwe Hermann wrote:
Update AMD CPU list based on Revision Guide for AMD NPT Family 0Fh Processors, Publication #33610, Revision: 3.30, February 2008.
Some of this seems to be whitespace changes. Could you split it up?
Good point. I've committed the cosmetic changes right away, here's the rest of the patch.
Uwe.
On Thu, Mar 13, 2008 at 12:37:03AM +0100, Uwe Hermann wrote:
Update AMD CPU list based on Revision Guide for AMD NPT Family 0Fh Processors, Publication #33610, Revision: 3.30, February 2008.
http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/3361...
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de
Acked-by: Peter Stuge peter@stuge.se
Index: model_fxx_init.c
--- model_fxx_init.c (Revision 3135) +++ model_fxx_init.c (Arbeitskopie) @@ -605,6 +605,14 @@ #endif
#if K8_REV_F_SUPPORT == 1
- /*
* AMD F0 support.
*
* See Revision Guide for AMD NPT Family 0Fh Processors,
* Publication #33610, Revision: 3.30, February 2008.
*
* http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/33610.pdf
{ X86_VENDOR_AMD, 0x40f50 }, /* SH-F0 (socket F/1207) */ { X86_VENDOR_AMD, 0x40f70 }, /* SH-F0 (socket AM2) */ { X86_VENDOR_AMD, 0x40f40 }, /* SH-F0 (socket S1g1) */*/
@@ -624,6 +632,13 @@ { X86_VENDOR_AMD, 0xc0f13 }, /* JH-F3 (socket F/1207) */ { X86_VENDOR_AMD, 0x50ff3 }, /* DH-F3 (socket AM2) */ { X86_VENDOR_AMD, 0x60fb1 }, /* BH-G1 (socket AM2) */
- { X86_VENDOR_AMD, 0x60f81 }, /* BH-G1 (socket S1g1) */
- { X86_VENDOR_AMD, 0x60fb2 }, /* BH-G2 (socket AM2) */
- { X86_VENDOR_AMD, 0x60f82 }, /* BH-G2 (socket S1g1) */
- { X86_VENDOR_AMD, 0x70ff1 }, /* DH-G1 (socket AM2) */
- { X86_VENDOR_AMD, 0x60ff2 }, /* DH-G2 (socket AM2) */
- { X86_VENDOR_AMD, 0x60fc2 }, /* DH-G2 (socket S1g1) */
- { X86_VENDOR_AMD, 0x70fc2 }, /* DH-G2 (socket S1g1) */
#endif
{ 0, 0 },
On Thu, Mar 13, 2008 at 02:39:07AM +0100, Peter Stuge wrote:
On Thu, Mar 13, 2008 at 12:37:03AM +0100, Uwe Hermann wrote:
Update AMD CPU list based on Revision Guide for AMD NPT Family 0Fh Processors, Publication #33610, Revision: 3.30, February 2008.
http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/3361...
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de
Acked-by: Peter Stuge peter@stuge.se
Thanks, r3136.
Uwe.