Author: stepan Date: Sun Apr 25 01:16:23 2010 New Revision: 5489 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5489
Log: these cpus are explicitly supported by model_6bx Signed-off-by: Stefan Reinauer <[email protected]> Acked-by: Stefan Reinauer <[email protected]> Modified: trunk/src/cpu/intel/model_6xx/model_6xx_init.c Modified: trunk/src/cpu/intel/model_6xx/model_6xx_init.c ============================================================================== --- trunk/src/cpu/intel/model_6xx/model_6xx_init.c Sun Apr 25 01:15:23 2010 (r5488) +++ trunk/src/cpu/intel/model_6xx/model_6xx_init.c Sun Apr 25 01:16:23 2010 (r5489) @@ -57,9 +57,6 @@ { X86_VENDOR_INTEL, 0x06A0 }, { X86_VENDOR_INTEL, 0x06A1 }, { X86_VENDOR_INTEL, 0x06A4 }, - { X86_VENDOR_INTEL, 0x06B0 }, /* Mobile Celeron FCBGA */ - { X86_VENDOR_INTEL, 0x06B1 }, /* Celeron (Tualatin) */ - { X86_VENDOR_INTEL, 0x06B4 }, { 0, 0 }, }; -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

