Advertisement
Guest User

A88XM-E buildOpts.c test change

a guest
Jan 4th, 2020
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.20 KB | None | 0 0
  1. diff --git a/src/mainboard/asus/a88xm-e/buildOpts.c b/src/mainboard/asus/a88xm-e/buildOpts.c
  2. index 5a0e7fa8f9..e54ea35c0a 100644
  3. --- a/src/mainboard/asus/a88xm-e/buildOpts.c
  4. +++ b/src/mainboard/asus/a88xm-e/buildOpts.c
  5. @@ -61,10 +61,10 @@
  6.  #define INSTALL_FM2_SOCKET_SUPPORT  TRUE
  7.  
  8.  //#define BLDOPT_REMOVE_UDIMMS_SUPPORT           TRUE
  9. -#define BLDOPT_REMOVE_SODIMMS_SUPPORT          TRUE
  10. -#define BLDOPT_REMOVE_RDIMMS_SUPPORT           TRUE
  11. +//#define BLDOPT_REMOVE_SODIMMS_SUPPORT          TRUE
  12. +//#define BLDOPT_REMOVE_RDIMMS_SUPPORT           TRUE
  13.  #define BLDOPT_REMOVE_LRDIMMS_SUPPORT          TRUE
  14. -#define BLDOPT_REMOVE_ECC_SUPPORT              TRUE
  15. +//#define BLDOPT_REMOVE_ECC_SUPPORT              TRUE
  16.  //#define BLDOPT_REMOVE_BANK_INTERLEAVE          TRUE
  17.  //#define BLDOPT_REMOVE_DCT_INTERLEAVE           TRUE
  18.  #define BLDOPT_REMOVE_NODE_INTERLEAVE          TRUE
  19. @@ -110,7 +110,7 @@
  20.  #define BLDCFG_MEMORY_QUADRANK_TYPE               QUADRANK_UNBUFFERED
  21.  #define BLDCFG_MEMORY_RDIMM_CAPABLE               FALSE
  22.  #define BLDCFG_MEMORY_UDIMM_CAPABLE               TRUE
  23. -#define BLDCFG_MEMORY_SODIMM_CAPABLE              FALSE
  24. +#define BLDCFG_MEMORY_SODIMM_CAPABLE              TRUE
  25.  #define BLDCFG_MEMORY_ENABLE_BANK_INTERLEAVING    TRUE
  26.  #define BLDCFG_MEMORY_ENABLE_NODE_INTERLEAVING    FALSE
  27.  #define BLDCFG_MEMORY_CHANNEL_INTERLEAVING        TRUE
  28. @@ -119,12 +119,12 @@
  29.  #define BLDCFG_ONLINE_SPARE                       FALSE
  30.  #define BLDCFG_BANK_SWIZZLE                       TRUE
  31.  #define BLDCFG_TIMING_MODE_SELECT                 TIMING_MODE_AUTO
  32. -#define BLDCFG_MEMORY_CLOCK_SELECT                DDR1600_FREQUENCY
  33. +#define BLDCFG_MEMORY_CLOCK_SELECT                DDR1866_FREQUENCY
  34.  #define BLDCFG_DQS_TRAINING_CONTROL               TRUE
  35.  #define BLDCFG_IGNORE_SPD_CHECKSUM                FALSE
  36.  #define BLDCFG_USE_BURST_MODE                     FALSE
  37.  #define BLDCFG_MEMORY_ALL_CLOCKS_ON               FALSE
  38. -#define BLDCFG_ENABLE_ECC_FEATURE                 FALSE
  39. +#define BLDCFG_ENABLE_ECC_FEATURE                 TRUE
  40.  #define BLDCFG_ECC_REDIRECTION                    FALSE
  41.  #define BLDCFG_SCRUB_DRAM_RATE                    0
  42.  #define BLDCFG_SCRUB_L2_RATE                      0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement