payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / google / geralt / sdram_configs.c
blobc4766be23567d723b41b6debaed99a7685bdb9a3
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <soc/dramc_param.h>
5 const struct sdram_info *get_sdram_config(void)
7 /*
8 * The MT8188 platform supports "dram adaptive" feature to automatically
9 * detect dram information, including channel, rank, die size..., and
10 * can automatically configure EMI settings. Therefore, we will be
11 * passing a placeholder param blob.
13 static struct sdram_info params;
14 return &params;