Chameleon

Chameleon Commit Details

Date:2015-04-29 15:01:23 (8 years 10 months ago)
Author:ErmaC
Commit:2664
Parents: 2663
Message:Update IDs for Resolution module (Credits Clover Team)
Changes:
M/trunk/i386/modules/Resolution/915resolution.c

File differences

trunk/i386/modules/Resolution/915resolution.c
88
99
1010
11
1112
1213
1314
......
193194
194195
195196
197
198
199
200
201
202
203
204
205
196206
197207
198208
* Copyright 2009. All rights reserved.
*
*/
#ifndef _RESOLUTION_H_
#define _RESOLUTION_H_
case 0x01548086: // 3rd Generation Core Processor Family DRAM Controller
case 0x01588086: // 3rd Generation Core Processor Family DRAM Controller
case 0x015c8086: // 3rd Generation Core Processor Family DRAM Controller
case 0x01608086: // 3rd Generation Core Processor Family DRAM Controller
case 0x01648086: // 3rd Generation Core Processor Family DRAM Controller
case 0x0C008086: // 4rd Generation Core Processor Family DRAM Controller
case 0x0C048086: // 4rd Generation M-Processor Series
case 0x0A048086: // 4rd Generation U-Processor Series
case 0x0D048086: // 4rd Generation H-Processor Series (BGA) with GT3 Graphics
case 0x16048086: // 5th Generation Core Processor Family DRAM Controller
verbose(" core proc identified\n");
type = CT_CORE_PROC;
break;

Archive Download the corresponding diff file

Revision: 2664