commit | 4f5220517b91019dffda73b22d5cad48a479e061 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@us.ibm.com> | Thu Oct 08 15:20:57 2015 -0400 |
committer | Brad Bishop <bradleyb@us.ibm.com> | Thu Oct 08 15:22:55 2015 -0400 |
tree | a72d1f07b22d9257a09015446167c481e16e8ca9 | |
parent | becb70fd0a924091d8844b0b334447067cb2f438 [diff] [blame] |
Add u-boot for Palmetto Ported from http://github.com/facebook/openbmc.
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 82a9b1c..0efdda0 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 @@ 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"