summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-ast2500/conf/machine/include/sila-ast2500.inc
blob: 0b91223b9a66a9d9823a11903aafa473eee4f02a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
KMACHINE = "aspeed"
KERNEL_DEVICETREE = "${KMACHINE}-bmc-${FACTORY}-${MACHINE}.dtb"

PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed"
PREFERRED_PROVIDER_u-boot = "u-boot-aspeed"
PREFERRED_PROVIDER_u-boot-fw-utils = "libubootenv"

UBOOT_MACHINE = "ast_g5_phy_config"

require conf/machine/include/ast2500.inc
require conf/machine/include/obmc-bsp-common.inc
require conf/machine/include/ibs.inc

include conf/machine/include/obmc-bsp-sila-common.inc

SERIAL_CONSOLES = "115200;ttyS3 115200;ttyS4"

FLASH_SIZE = "65536"
FLASH_KERNEL_OFFSET:flash-65536 = "1024"
FLASH_ROFS_OFFSET:flash-65536  = "10240"
FLASH_RWFS_OFFSET:flash-65536  = "49152"

IMAGE_FEATURES += "allow-root-login"