XDA上好像有人把i9000超到1.2G

引自XDA

http://forum.xda-developers.com/showthread.php?t=740514
Here is the method to OC 1.2G

- move to arch/arm/plat-s5pc11x and change next three files
: max8998+consumer.c, s5pc110-dvfs.c, s5pc110-clock.c

- And, change some parameters like,
1000000 --> 1200000
250 --> 300
1250 --> 1300

<in file max8998+consumer.c>
/* frequency, Mathced VDD ARM voltage , Matched VDD INT*/
#if 1
{1200000, 1300, 1100, 0},

static const unsigned int dvs_arm_voltage_set[][2] = {
{DVSARM1, 1300},

<in file s5pc110-dvfs.c>
/* frequency */
static struct cpufreq_frequency_table s5pc110_freq_table_1GHZ[] = {
{L0, 1200*1000},

<in file s5pc110-clock.c>
/*APLL_FOUT, MPLL_FOUT, ARMCLK, HCLK_DSYS*/
static const u32 s5p_sysout_clk_tab_1GHZ[][4] = {
// APLL:1000,ARMCLK:1000,HCLK_MSYS:200,MPLL:667,HCLK_ DSYS:166,HCLK_PSYS:133,PCLK_MSYS:100,PCLK_DSYS:83, PCLK_PSYS:66
{1200* MHZ, 667 *MHZ, 1200 *MHZ, 166 *MHZ},

/*pms value table*/
/*APLL(m, p, s), MPLL(m, p, s)*/
static const u32 s5p_sys_clk_mps_tab_1GHZ[][6] = {
{300, 6, 1, 667, 12, 1},

Then compile to zImage and flash it with ODIN.
I will not upload my zImage file because it's for M110S.

If someone find best rates and ARM voltage for upper clock, leave it here. :-)
2010-07-31 17:36 發佈
文章關鍵字 XDA 1.2
ezvgjami01 wrote:
引自XDAhttp:...(恕刪)


NEXUS ONE早就可以超到1.2G!
不過超太多了對機器不好!

jywrs wrote:
ezvgjami01...(恕刪)


我的里程碑也是常態超到1.2G
12K的機子耶
機子不超頻,就可以跑到 60度了,超了以後... 會燒起來嗎?
感覺沒啥程式需要榨時脈啊...
內文搜尋
X
評分
評分
複製連結
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?