Author: uwe Date: Mon Oct 18 00:07:08 2010 New Revision: 5960 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5960
Log: Removes model_65x CPUIDs from model_6xx code. They now have their own home at cpu/intel/model_65x.
Signed-off-by: Keith Hui buurin@gmail.com Acked-by: Uwe Hermann uwe@hermann-uwe.de
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 Oct 17 23:59:43 2010 (r5959) +++ trunk/src/cpu/intel/model_6xx/model_6xx_init.c Mon Oct 18 00:07:08 2010 (r5960) @@ -84,11 +84,6 @@ { X86_VENDOR_INTEL, 0x0633 }, /* PII, C0 */ { X86_VENDOR_INTEL, 0x0634 }, /* PII, C1 */
- { X86_VENDOR_INTEL, 0x0650 }, /* PII/Celeron, dA0/mdA0/A0 */ - { X86_VENDOR_INTEL, 0x0651 }, /* PII/Celeron, dA1/A1 */ - { X86_VENDOR_INTEL, 0x0652 }, /* PII/Celeron/Xeon, dB0/mdB0/B0 */ - { X86_VENDOR_INTEL, 0x0653 }, /* PII/Xeon, dB1/B1 */ - { X86_VENDOR_INTEL, 0x0660 }, /* Celeron, A0 */ { X86_VENDOR_INTEL, 0x0665 }, /* Celeron, B0 */ { X86_VENDOR_INTEL, 0x066a }, /* PII, mdxA0/dmmA0 + others */
Am 18.10.2010 00:07, schrieb repository service:
Author: uwe Date: Mon Oct 18 00:07:08 2010 New Revision: 5960 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5960
Log: Removes model_65x CPUIDs from model_6xx code. They now have their own home at cpu/intel/model_65x.
I guess that "mysteriously" breaks 65x based boards that use 6xx. Maybe it should be noted on http://www.coreboot.org/Flag_Days?
Am 18.10.2010 08:33, schrieb Peter Stuge:
Patrick Georgi wrote:
Log: Removes model_65x CPUIDs from model_6xx code. They now have their own home at cpu/intel/model_65x.
I guess that "mysteriously" breaks 65x based boards that use 6xx.
Are there any? Should those boards be changed now?
Flag_Days mostly concerns itself with out-of-tree developments, as a quick guideline on how to get uncommitted changes up to speed. I don't know if any such uncommitted works exist out there :-)
Patrick