aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/poppy/variants/nami/Makefile.inc
blob: 55899bbeb7779b9ee02d1c2f95c860ce73e9f6e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# IMPORTANT!! When a new memory SPD is added here, please ensure that ddp_bitmap
# is correctly updated in memory.c to indicate if memory id is using DDP.
SPD_SOURCES = empty				# 0b0000
SPD_SOURCES += micron_dimm_MT40A256M16GE-083E	# 0b0001
SPD_SOURCES += samsung_dimm_K4A8G165WB-BCRC	# 0b0010
SPD_SOURCES += hynix_dimm_H5AN4G6NBJR-UHC	# 0b0011
SPD_SOURCES += hynix_dimm_H5ANAG6NAMR-UHC	# 0b0100

bootblock-y += gpio.c

romstage-y += memory.c

ramstage-y += gpio.c
ramstage-y += nhlt.c
ramstage-y += pl2.c