162306a36Sopenharmony_ci#
262306a36Sopenharmony_ci# These are all rather similar so we consider them a single platform
362306a36Sopenharmony_ci#
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci#
662306a36Sopenharmony_ci# Sibyte SB1250 / BCM1480 family of SOCs
762306a36Sopenharmony_ci#
862306a36Sopenharmony_cicflags-$(CONFIG_SIBYTE_BCM112X) +=					\
962306a36Sopenharmony_ci		-I$(srctree)/arch/mips/include/asm/mach-sibyte		\
1062306a36Sopenharmony_ci		-DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1250_112x_ALL
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_cicflags-$(CONFIG_SIBYTE_SB1250)	+=					\
1362306a36Sopenharmony_ci		-I$(srctree)/arch/mips/include/asm/mach-sibyte		\
1462306a36Sopenharmony_ci		-DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1250_112x_ALL
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_cicflags-$(CONFIG_SIBYTE_BCM1x80) +=					\
1762306a36Sopenharmony_ci		-I$(srctree)/arch/mips/include/asm/mach-sibyte		\
1862306a36Sopenharmony_ci		-DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1480_ALL
1962306a36Sopenharmony_ci
2062306a36Sopenharmony_ci#
2162306a36Sopenharmony_ci# Sibyte BCM91125C (CRhone) board
2262306a36Sopenharmony_ci# Sibyte BCM91125E (Rhone) board
2362306a36Sopenharmony_ci# Sibyte BCM91250A (SWARM) board
2462306a36Sopenharmony_ci# Sibyte BCM91250C2 (LittleSur) board
2562306a36Sopenharmony_ci# Sibyte BCM91x80 (BigSur) board
2662306a36Sopenharmony_ci#
2762306a36Sopenharmony_ciload-$(CONFIG_SIBYTE_CRHONE)	:= 0xffffffff80100000
2862306a36Sopenharmony_ciload-$(CONFIG_SIBYTE_RHONE)	:= 0xffffffff80100000
2962306a36Sopenharmony_ciload-$(CONFIG_SIBYTE_SENTOSA)	:= 0xffffffff80100000
3062306a36Sopenharmony_ciload-$(CONFIG_SIBYTE_SWARM)	:= 0xffffffff80100000
3162306a36Sopenharmony_ciload-$(CONFIG_SIBYTE_BIGSUR)	:= 0xffffffff80100000
3262306a36Sopenharmony_ciload-$(CONFIG_SIBYTE_LITTLESUR) := 0xffffffff80100000
33