Chameleon

Chameleon Commit Details

Date:2010-09-09 09:15:30 (13 years 6 months ago)
Author:mozo
Commit:513
Parents: 512
Message:Fixed RAS typo in NHM mem detection code (thanks & credits to Kabyl)
Changes:
M/trunk/i386/libsaio/dram_controllers.c

File differences

trunk/i386/libsaio/dram_controllers.c
474474
475475
476476
477
477
478478
479479
480480
Platform.RAM.CAS = (mc_channel_bank_timing >> 4) & 0x1F;
// RAS Active to precharge (tRAS)
Platform.RAM.TRP = mc_channel_bank_timing & 0xF;
Platform.RAM.RAS = mc_channel_bank_timing & 0xF;
// Single , Dual or Triple Channels
if (mc_control == 1 || mc_control == 2 || mc_control == 4 )

Archive Download the corresponding diff file

Revision: 513