From 2a51b7c1c2165ddb188c511e192b75f0aa0fbead Mon Sep 17 00:00:00 2001 From: Tian Fang Date: Mon, 9 Mar 2015 22:53:57 -0700 Subject: Initial open source release of OpenBMC --- meta-aspeed/conf/machine/include/ast1250.inc | 28 ++++++++++++++++++++++++++++ meta-aspeed/conf/machine/include/ast2400.inc | 7 +++++++ 2 files changed, 35 insertions(+) create mode 100644 meta-aspeed/conf/machine/include/ast1250.inc create mode 100644 meta-aspeed/conf/machine/include/ast2400.inc (limited to 'meta-aspeed/conf/machine/include') diff --git a/meta-aspeed/conf/machine/include/ast1250.inc b/meta-aspeed/conf/machine/include/ast1250.inc new file mode 100644 index 0000000..099fdb0 --- /dev/null +++ b/meta-aspeed/conf/machine/include/ast1250.inc @@ -0,0 +1,28 @@ +#@TYPE: Machine +#@NAME: aspeed ast1250 +#@DESCRIPTION: Machine configuration for aspeed ast1250 SoC + +# Ship all kernel modules by default +MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" + +# Allow for MMC booting (required by the NAND-less Beagleboard XM) +EXTRA_IMAGEDEPENDS += "u-boot" + +# Uncomment the following line to enable the hard floating point abi. Note that +# this breaks some binary libraries and 3D (neither of which ship with +# meta-yocto). For maximum compatibility, leave this disabled. +DEFAULTTUNE ?= "arm926ejs" +require conf/machine/include/tune-arm926ejs.inc + +PREFERRED_PROVIDER_virtual/kernel ?= "linux-aspeed" +PREFERRED_VERSION_linux-aspeed ?= "2.6.28%" + +KERNEL_IMAGETYPE ?= "uImage" +KERNEL_EXTRA_ARGS ?= "UIMAGE_LOADADDR=0x40008000" + +UBOOT_SUFFIX ?= "bin" +UBOOT_ENTRYPOINT ?= "0x40008000" +UBOOT_LOADADDRESS ?= "0x40008000" +UBOOT_MACHINE ?= "ast1250_config" + +MACHINE_FEATURES = "usbgadget usbhost vfat ext2 serial" diff --git a/meta-aspeed/conf/machine/include/ast2400.inc b/meta-aspeed/conf/machine/include/ast2400.inc new file mode 100644 index 0000000..4ea982b --- /dev/null +++ b/meta-aspeed/conf/machine/include/ast2400.inc @@ -0,0 +1,7 @@ +#@TYPE: Machine +#@NAME: aspeed ast2400 +#@DESCRIPTION: Machine configuration for aspeed ast2400 SoC + +UBOOT_MACHINE ?= "ast2400_config" + +require conf/machine/include/ast1250.inc \ No newline at end of file -- cgit v1.1