Chameleon

Chameleon Commit Details

Date:2010-08-27 15:50:49 (13 years 7 months ago)
Author:Kabyl
Commit:437
Parents: 436
Message:Fixed a typo in 'dram_controllers.c'
Changes:
M/branches/Kabyl/i386/libsaio/dram_controllers.c

File differences

branches/Kabyl/i386/libsaio/dram_controllers.c
471471
472472
473473
474
474
475475
476476
477477
Platform.RAM.TRC = (mc_channel_bank_timing >> 9) & 0xF;
// RAS Precharge (tRP)
Platform.RAM.CAS = (mc_channel_bank_timing >> 4) & 0x1F;
Platform.RAM.RAS = (mc_channel_bank_timing >> 4) & 0x1F;
// RAS Active to precharge (tRAS)
Platform.RAM.TRP = mc_channel_bank_timing & 0xF;

Archive Download the corresponding diff file

Revision: 437