18c2ecf20Sopenharmony_ci#
28c2ecf20Sopenharmony_ci# These are all rather similar so we consider them a single platform
38c2ecf20Sopenharmony_ci#
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#
68c2ecf20Sopenharmony_ci# Sibyte SB1250 / BCM1480 family of SOCs
78c2ecf20Sopenharmony_ci#
88c2ecf20Sopenharmony_cicflags-$(CONFIG_SIBYTE_BCM112X) +=					\
98c2ecf20Sopenharmony_ci		-I$(srctree)/arch/mips/include/asm/mach-sibyte		\
108c2ecf20Sopenharmony_ci		-DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1250_112x_ALL
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_cicflags-$(CONFIG_SIBYTE_SB1250)	+=					\
138c2ecf20Sopenharmony_ci		-I$(srctree)/arch/mips/include/asm/mach-sibyte		\
148c2ecf20Sopenharmony_ci		-DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1250_112x_ALL
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_cicflags-$(CONFIG_SIBYTE_BCM1x55) +=					\
178c2ecf20Sopenharmony_ci		-I$(srctree)/arch/mips/include/asm/mach-sibyte		\
188c2ecf20Sopenharmony_ci		-DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1480_ALL
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_cicflags-$(CONFIG_SIBYTE_BCM1x80) +=					\
218c2ecf20Sopenharmony_ci		-I$(srctree)/arch/mips/include/asm/mach-sibyte		\
228c2ecf20Sopenharmony_ci		-DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1480_ALL
238c2ecf20Sopenharmony_ci
248c2ecf20Sopenharmony_ci#
258c2ecf20Sopenharmony_ci# Sibyte BCM91120x (Carmel) board
268c2ecf20Sopenharmony_ci# Sibyte BCM91120C (CRhine) board
278c2ecf20Sopenharmony_ci# Sibyte BCM91125C (CRhone) board
288c2ecf20Sopenharmony_ci# Sibyte BCM91125E (Rhone) board
298c2ecf20Sopenharmony_ci# Sibyte BCM91250A (SWARM) board
308c2ecf20Sopenharmony_ci# Sibyte BCM91250C2 (LittleSur) board
318c2ecf20Sopenharmony_ci# Sibyte BCM91x80 (BigSur) board
328c2ecf20Sopenharmony_ci#
338c2ecf20Sopenharmony_ciload-$(CONFIG_SIBYTE_CARMEL)	:= 0xffffffff80100000
348c2ecf20Sopenharmony_ciload-$(CONFIG_SIBYTE_CRHINE)	:= 0xffffffff80100000
358c2ecf20Sopenharmony_ciload-$(CONFIG_SIBYTE_CRHONE)	:= 0xffffffff80100000
368c2ecf20Sopenharmony_ciload-$(CONFIG_SIBYTE_RHONE)	:= 0xffffffff80100000
378c2ecf20Sopenharmony_ciload-$(CONFIG_SIBYTE_SENTOSA)	:= 0xffffffff80100000
388c2ecf20Sopenharmony_ciload-$(CONFIG_SIBYTE_SWARM)	:= 0xffffffff80100000
398c2ecf20Sopenharmony_ciload-$(CONFIG_SIBYTE_BIGSUR)	:= 0xffffffff80100000
408c2ecf20Sopenharmony_ciload-$(CONFIG_SIBYTE_LITTLESUR) := 0xffffffff80100000
41