coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
sdram-lpddr4x-DISCRETE-2RANK-8GB.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <soc/dramc_param.h>
4 
5 struct sdram_info params = {
7  .ddr_type = DDR_TYPE_DISCRETE,
8 };
@ DDR_TYPE_2CH_2RK_8GB_4_4
@ DDR_TYPE_DISCRETE
struct sdram_info params