coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
memory.c File Reference
#include <baseboard/variants.h>
#include <commonlib/helpers.h>
#include <soc/meminit.h>
Include dependency graph for memory.c:

Go to the source code of this file.

Functions

const struct lpddr4_swizzle_cfgvariant_lpddr4_swizzle_config (void)
 

Variables

const struct lpddr4_swizzle_cfg mc_apl4_lpddr4_swizzle
 

Function Documentation

◆ variant_lpddr4_swizzle_config()

const struct lpddr4_swizzle_cfg* variant_lpddr4_swizzle_config ( void  )

Definition at line 51 of file memory.c.

References baseboard_lpddr4_swizzle, and mc_apl4_lpddr4_swizzle.

Referenced by mainboard_memory_init_params().

Here is the caller graph for this function:

Variable Documentation

◆ mc_apl4_lpddr4_swizzle

const struct lpddr4_swizzle_cfg mc_apl4_lpddr4_swizzle

Definition at line 1 of file memory.c.

Referenced by variant_lpddr4_swizzle_config().