MinnowBoard-org / bugs-and-help

Ask QUESTIONS here. MinnowBoard.org issue and get help submission. See README for use.
14 stars 2 forks source link

Memory Reference code in EDK2 #133

Open shanmugam-s opened 5 years ago

shanmugam-s commented 5 years ago

Hi ,

We are using EDK2 software with minnow board. EDK2 memory reference code is available under QuarkSOC package folder shown below.

edk2\QuarkSocPkg\QuarkNorthCluster\MemoryInit\Pei

1 ) Is the minnow board also using the Same memory reference code (Which is under Quark Folder mentioned above). 2 )We have designed a new board same like minnow boards with intel atom processor only we are changing SDRAM ( Apacer SO-DIMM) . Inorder to configure this SDRAM module anything we have to change in the Memory reference code or it will work as it is ?? 3) Intel ATOM processor have Memory controller with mode register to configure the timing parameters and this timing parameters are available in the SPD EEPROM . Will the EDK2 will read and configure the mode registers as it is ?? or else we have to modify anything in the EDK2 memory reference code ?