Hi,
Do I need to initialize the PAM (Programmable Attribute Map Register)?
Actually this register is used to do some memory mapping functionality.
When I was browsing the source code tree (in 440gx also) I found that in all the Northbridge raminit.inc , we are setting this register to default values (i.e., 0x00)
That means we are not worrying about the PAM during the RAM initialization. Is my assumption is correct?
Thanks, Siva
On Thu, 2003-01-16 at 10:41, Ronald G. Minnich wrote:
On 16 Jan 2003, sivakumar wrote:
Original BIOS settings means setting of some other BIOS other then LinuxBIOS. Is it possible to get the DRAM register values from Othe BIOS. I have AOPEN bios for my system.
to get the original BIOS settings, boot linux under the original BIOS and lspci -xxx -s 0:0.0
when I wrote dump_northbridge I made the output just like lspci -xxx to make diff easier.
ron