Revert "macbook21: Add CST entries"
Some of C-states still cause hang. Revert C-states patch.
This reverts commit fe661612d8
.
Change-Id: I7534dac5d27b853d7b93947c38bf3742797fdcc2
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/6694
Tested-by: build bot (Jenkins)
Reviewed-by: Francis Rowe <info@gluglug.org.uk>
Reviewed-by: Idwer Vollering <vidwer@gmail.com>
This commit is contained in:
parent
8c22057b2d
commit
66476ddd99
|
@ -67,16 +67,9 @@ static int int15_handler(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
static acpi_cstate_t cst_entries[] = {
|
||||
{ 1, 1, 1000, { 0x7f, 1, 2, { 0 }, 0, 0 } },
|
||||
{ 2, 1, 500, { 0x7f, 1, 2, { 0 }, 0x10, 0 } },
|
||||
{ 2, 55, 100, { 0x7f, 1, 2, { 0 }, 0x31, 0 } },
|
||||
};
|
||||
|
||||
int get_cst_entries(acpi_cstate_t **entries)
|
||||
{
|
||||
*entries = cst_entries;
|
||||
return ARRAY_SIZE(cst_entries);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void mainboard_init(device_t dev)
|
||||
|
|
Loading…
Reference in New Issue