Kerry She ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/160
-gerrit commit 000ea3878c8d28dc79897c997f5ca82366542da8 Author: Kerry She <[email protected]> Date: Thu Aug 18 18:58:40 2011 +0800 AMD F14 Rev C0 update Add AMD Family14 Rev C0 cpu id Change-Id: Iacd1c7b20e889da61a2085188766285f27e5c018 Signed-off-by: Kerry She <[email protected]> Signed-off-by: Kerry She <[email protected]> --- src/cpu/amd/agesa/family14/model_14_init.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/cpu/amd/agesa/family14/model_14_init.c b/src/cpu/amd/agesa/family14/model_14_init.c index c94e215..6f697cf 100644 --- a/src/cpu/amd/agesa/family14/model_14_init.c +++ b/src/cpu/amd/agesa/family14/model_14_init.c @@ -130,6 +130,7 @@ static struct cpu_device_id cpu_table[] = { { X86_VENDOR_AMD, 0x500f00 }, /* ON-A0 */ { X86_VENDOR_AMD, 0x500f01 }, /* ON-A1 */ { X86_VENDOR_AMD, 0x500f10 }, /* ON-B0 */ + { X86_VENDOR_AMD, 0x500f20 }, /* ON-C0 */ { 0, 0 }, }; -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

