Uniformly spell frequency unit symbol as Hz
Change-Id: I1eb8d5bd79322ff3654a6ad66278a57d46a818c1 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: http://review.coreboot.org/6384 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
This commit is contained in:
committed by
Edward O'Callaghan
parent
081651b667
commit
0f92f63055
@@ -126,20 +126,20 @@ static u8 get_nb_rev(device_t nb_dev)
|
||||
*****************************************/
|
||||
static const u8 sr5650_ibias[] = {
|
||||
/* 1, 3 are reserved. */
|
||||
[0x0] = 0x44, /* 200Mhz HyperTransport 1 only */
|
||||
[0x2] = 0x44, /* 400Mhz HyperTransport 1 only */
|
||||
[0x4] = 0xB6, /* 600Mhz HyperTransport 1 only */
|
||||
[0x5] = 0x44, /* 800Mhz HyperTransport 1 only */
|
||||
[0x6] = 0x96, /* 1Ghz HyperTransport 1 only */
|
||||
[0x0] = 0x44, /* 200MHz HyperTransport 1 only */
|
||||
[0x2] = 0x44, /* 400MHz HyperTransport 1 only */
|
||||
[0x4] = 0xB6, /* 600MHz HyperTransport 1 only */
|
||||
[0x5] = 0x44, /* 800MHz HyperTransport 1 only */
|
||||
[0x6] = 0x96, /* 1GHz HyperTransport 1 only */
|
||||
/* HT3 for Family 10 */
|
||||
[0x7] = 0xB6, /* 1.2Ghz HyperTransport 3 only */
|
||||
[0x8] = 0x23, /* 1.4Ghz HyperTransport 3 only */
|
||||
[0x9] = 0x44, /* 1.6Ghz HyperTransport 3 only */
|
||||
[0xa] = 0x64, /* 1.8Ghz HyperTransport 3 only */
|
||||
[0xb] = 0x96, /* 2.0Ghz HyperTransport 3 only */
|
||||
[0xc] = 0xA6, /* 2.2Ghz HyperTransport 3 only */
|
||||
[0xd] = 0xB6, /* 2.4Ghz HyperTransport 3 only */
|
||||
[0xe] = 0xC6, /* 2.6Ghz HyperTransport 3 only */
|
||||
[0x7] = 0xB6, /* 1.2GHz HyperTransport 3 only */
|
||||
[0x8] = 0x23, /* 1.4GHz HyperTransport 3 only */
|
||||
[0x9] = 0x44, /* 1.6GHz HyperTransport 3 only */
|
||||
[0xa] = 0x64, /* 1.8GHz HyperTransport 3 only */
|
||||
[0xb] = 0x96, /* 2.0GHz HyperTransport 3 only */
|
||||
[0xc] = 0xA6, /* 2.2GHz HyperTransport 3 only */
|
||||
[0xd] = 0xB6, /* 2.4GHz HyperTransport 3 only */
|
||||
[0xe] = 0xC6, /* 2.6GHz HyperTransport 3 only */
|
||||
};
|
||||
|
||||
void sr5650_htinit(void)
|
||||
|
Reference in New Issue
Block a user