From 4f5220517b91019dffda73b22d5cad48a479e061 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Thu, 8 Oct 2015 15:20:57 -0400 Subject: Add u-boot for Palmetto Ported from http://github.com/facebook/openbmc. --- .../meta-ibm/meta-palmetto/conf/machine/palmetto.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf/machine/palmetto.conf') diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf/machine/palmetto.conf b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf/machine/palmetto.conf index 82a9b1c83..0efdda004 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf/machine/palmetto.conf +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/conf/machine/palmetto.conf @@ -18,9 +18,14 @@ VIRTUAL-RUNTIME_obmc-phosphor-flash-ctl = " \ obmc-phosphor-example-pydbus \ " -# UBOOT_MACHINE_${MACHINE} = "${MACHINE}_config KMACHINE = "aspeed" KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb" require conf/machine/include/ast2400.inc require conf/machine/include/obmc-bsp-common.inc + +UBOOT_MACHINE_palmetto = "palmetto_config" +UBOOT_ENTRYPOINT = "0x40008000" +UBOOT_LOADADDRESS = "0x40008000" + +FLASH_SIZE = "32768" -- cgit v1.2.3