1 ## SPDX-License-Identifier: GPL-2.0-only
2 ifeq ($(CONFIG_CPU_SAMSUNG_EXYNOS5250
),y
)
4 bootblock-y
+= spi.c alternate_cbfs.c
5 bootblock-y
+= bootblock.c
6 bootblock-y
+= pinmux.c timer.c power.c
7 # Clock is required for UART
8 bootblock-y
+= clock_init.c
11 bootblock-y
+= wakeup.c
14 romstage-y
+= spi.c alternate_cbfs.c
16 romstage-y
+= clock_init.c
17 romstage-y
+= pinmux.c
# required by s3c24x0_i2c and uart.
18 romstage-y
+= dmc_common.c
19 romstage-y
+= dmc_init_ddr3.c
23 romstage-y
+= wakeup.c
25 romstage-y
+= trustzone.c
30 ramstage-y
+= spi.c alternate_cbfs.c
32 ramstage-y
+= clock_init.c
33 ramstage-y
+= pinmux.c
41 ramstage-y
+= dp-reg.c
45 CPPFLAGS_common
+= -Isrc
/soc
/samsung
/common
/include/
46 CPPFLAGS_common
+= -Isrc
/soc
/samsung
/exynos5250
/include/
48 $(objcbfs
)/bootblock.bin
: $(objcbfs
)/bootblock.raw.bin
49 @printf
" BL1, CKSUM $(subst $(obj)/,,$(@))\n"
50 util
/exynos
/fixed_cksum.py
$< $<.cksum
32768
51 cat
3rdparty
/blobs
/cpu
/samsung
/exynos5250
/bl1.bin
$<.cksum
> $@