Advertisement
Guest User

Untitled

a guest
Oct 31st, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. diff --git a/src/vendorcode/intel/fsp/fsp2_0/skykabylake/MemInfoHob.h b/src/vendorcode/intel/fsp/fsp2_0/skykabylake/MemInfoHob.h
  2. index 248b4d5ef1..3abc877a19 100644
  3. --- a/src/vendorcode/intel/fsp/fsp2_0/skykabylake/MemInfoHob.h
  4. +++ b/src/vendorcode/intel/fsp/fsp2_0/skykabylake/MemInfoHob.h
  5. @@ -207,10 +207,6 @@ typedef struct {
  6. UINT8 RevisionId; ///< The PCI revision id of this memory controller.
  7. UINT8 ChannelCount; ///< Number of valid channels that exist on the controller.
  8. CHANNEL_INFO ChannelInfo[MAX_CH]; ///< The following are channel level definitions.
  9. - MRC_TA_TIMING tRd2Rd; ///< Read-to-Read Turn Around Timings
  10. - MRC_TA_TIMING tRd2Wr; ///< Read-to-Write Turn Around Timings
  11. - MRC_TA_TIMING tWr2Rd; ///< Write-to-Read Turn Around Timings
  12. - MRC_TA_TIMING tWr2Wr; ///< Write-to-Write Turn Around Timings
  13. } CONTROLLER_INFO;
  14.  
  15. typedef struct {
  16. @@ -228,6 +224,7 @@ typedef struct {
  17. UINT8 ErrorCorrectionType;
  18.  
  19. SiMrcVersion Version;
  20. + UINT32 FreqMax;
  21. BOOLEAN EccSupport;
  22. UINT8 MemoryProfile;
  23. UINT32 TotalPhysicalMemorySize;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement