sdram: Add T210B01 support & new LPDDR4X tables

This commit is contained in:
CTCaer
2020-06-26 18:53:12 +03:00
parent 293c47774d
commit 29dc122dd4
8 changed files with 2865 additions and 60 deletions

View File

@@ -37,7 +37,7 @@
/**
* Defines the SDRAM parameter structure
*/
typedef struct _sdram_params
typedef struct _sdram_params_t210_t
{
/* Specifies the type of memory device */
u32 memory_type;
@@ -925,6 +925,6 @@ typedef struct _sdram_params
u32 mc_mts_carveout_size_mb;
/* Specifies the value for MC_MTS_CARVEOUT_REG_CTRL */
u32 mc_mts_carveout_reg_ctrl;
} sdram_params_t;
} sdram_params_t210_t;
#endif