1 ## SPDX-License-Identifier: GPL-2.0-only
2 ifeq ($(CONFIG_CPU_SAMSUNG_EXYNOS5420
),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
17 romstage-y
+= clock_init.c
18 romstage-y
+= pinmux.c
# required by s3c24x0_i2c and uart.
19 romstage-y
+= dmc_common.c
20 romstage-y
+= dmc_init_ddr3.c
24 romstage-y
+= wakeup.c
29 romstage-y
+= trustzone.c
31 ramstage-y
+= spi.c alternate_cbfs.c
33 ramstage-y
+= clock_init.c
34 ramstage-y
+= pinmux.c
42 ramstage-y
+= dp.c dp_lowlevel.c fimd.c
45 rmodules_
$(ARCH-ROMSTAGE-y
)-y
+= timer.c
47 CPPFLAGS_common
+= -Isrc
/soc
/samsung
/common
/include/
48 CPPFLAGS_common
+= -Isrc
/soc
/samsung
/exynos5420
/include/
50 $(objcbfs
)/bootblock.bin
: $(objcbfs
)/bootblock.raw.bin
51 @printf
" BL1, CKSUM $(subst $(obj)/,,$(@))\n"
52 util
/exynos
/variable_cksum.py
$< $<.cksum
53 cat
3rdparty
/blobs
/cpu
/samsung
/exynos5420
/bl1.bin
$<.cksum
> $@