Chameleon

Chameleon Commit Details

Date:2010-09-12 00:43:18 (13 years 6 months ago)
Author:Azimutz
Commit:516
Parents: 515
Message:Adding typo fix from trunk, rev 513.
Changes:
M/branches/azimutz/CleanCut/i386/libsaio/dram_controllers.c

File differences

branches/azimutz/CleanCut/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: 516