HOME

TheInfoList



OR:

The Memory Reference Code (or MRC) is a fundamental component in the design of some computers, and is "one of the most important aspects of the BIOS" for an
Intel Intel Corporation is an American multinational corporation and technology company headquartered in Santa Clara, California. It is the world's largest semiconductor chip manufacturer by revenue, and is one of the developers of the x86 seri ...
-based motherboard. It is the part of an Intel motherboard's firmware that determines how the computer's memory (
RAM Ram, ram, or RAM may refer to: Animals * A male sheep * Ram cichlid, a freshwater tropical fish People * Ram (given name) * Ram (surname) * Ram (director) (Ramsubramaniam), an Indian Tamil film director * RAM (musician) (born 1974), Dutch * ...
) will be initialized, and adjusts memory timing
algorithm In mathematics and computer science, an algorithm () is a finite sequence of rigorous instructions, typically used to solve a class of specific problems or to perform a computation. Algorithms are used as specifications for performing ...
s correctly for the effects of any modifications set by the user or computer hardware.


Overview

Intel Intel Corporation is an American multinational corporation and technology company headquartered in Santa Clara, California. It is the world's largest semiconductor chip manufacturer by revenue, and is one of the developers of the x86 seri ...
has defined the Memory Reference Code (MRC) as follows:
The MRC is responsible for initializing the memory as part of the
POST Post or POST commonly refers to: *Mail, the postal system, especially in Commonwealth of Nations countries **An Post, the Irish national postal service **Canada Post, Canadian postal service **Deutsche Post, German postal service **Iraqi Post, Ira ...
process at power-on. Intel provides support in the MRC for all fully validated memory configurations. For non-validated configurations, a system designer should work with their BIOS vendor to produce a working MRC solution ... The MRC in the system BIOS needs to know the specification of the attached system memory. Most of this info should be contained in the onboard
SPD The Social Democratic Party of Germany (german: Sozialdemokratische Partei Deutschlands, ; SPD, ) is a centre-left social democratic political party in Germany. It is one of the major parties of contemporary Germany. Saskia Esken has been t ...
. With this in mind care needs to be taken when programming the appropriate values into the SPD he_part_of_a_memory_module_that_contains_its_operating_requirements_and_specification.html" ;"title="memory_module.html" ;"title="he part of a memory module">he part of a memory module that contains its operating requirements and specification">memory_module.html" ;"title="he part of a memory module">he part of a memory module that contains its operating requirements and specification A system designer should work with their memory and BIOS vendors to implement a suitable SPD programming.
As such, the MRC is a part of the BIOS (or firmware) of an
Intel Intel Corporation is an American multinational corporation and technology company headquartered in Santa Clara, California. It is the world's largest semiconductor chip manufacturer by revenue, and is one of the developers of the x86 seri ...
motherboard. George Chen, a research and development (R&D) director at ASUS, described it in 2007 as follows:
The MRC is part of reference BIOS code, which relates to memory initialization in the BIOS. It includes information about memory settings, frequency, timing, driving and detailed operations of the memory controller. The MRC is written in a C-language code, which can be edited and
compiled In computing, a compiler is a computer program that translates computer code written in one programming language (the ''source'' language) into another language (the ''target'' language). The name "compiler" is primarily used for programs that ...
by board makers. It provides a space to develop advanced features, and the ability to tune memory. We try to look into ntel'sMemory Reference Code to try to understand its behaviour ... Sometimes, there are some remarks inside the source code, while on other occasions, we just try to change the arguments to see what effect it has. If we take the time to understand the MRC then we can get more out of it. If we put in more effort than our competitors, we can find more information.
The MRC usually only provides support for industry-standard memory configurations. For instance, under a 1,066MHz FSB, the only choices regarding memory speed in the MRC are DDR2-667 and DDR2-800. We have to provide additional choices. For people who want higher memory frequency, we used the setting of 800MHz FSB:DDR2-800 in MRC, but overclocked it to work with a 1,066MHz FSB, so we could implement support for DDR2-1066.
The article author describes the MRC as "One of the most important aspects of the BIOS for an Intel board" and the reason why "one oard might bea brilliant overclocker and another sas stable as a plate of jelly on a bouncy castle"; adding that "When you're overclocking, you're literally running clocks faster than normal. Working out the effect of this on the various different components on the board is a task that a good BIOS must be able to handle."


See also

* AGESA


References

{{Reflist BIOS