commit | c53430a2234917b71f29d7e61d6aea749c45a2fc | [log] [tgz] |
---|---|---|
author | Ben_Pai <ben_pai@wistron.com> | Mon Jul 15 16:19:02 2019 +0800 |
committer | Brad Bishop <radsquirrel@gmail.com> | Wed Aug 14 17:06:21 2019 +0000 |
tree | 0b0c84b3c21b044c889d0a81743c108f84680570 | |
parent | bca7ed0127f9e82895fb60b66b325347970f0860 [diff] |
Add mihawk platform to meta-ibm The contents of this up-stream include the following items 1.Basic function 2.Led settings 3.GPIO monitor (id button and power supply) 4.Linux dts patch. Change-Id: Id0d4fd06ed9a9d4abde6c2a68b0a709fde343f60 Signed-off-by: Ben Pai <Ben_Pai@wistron.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-witherspoon/recipes-phosphor/flash/openpower-software-manager_%.bbappend b/meta-witherspoon/recipes-phosphor/flash/openpower-software-manager_%.bbappend index 197e404..6c1f275 100644 --- a/meta-witherspoon/recipes-phosphor/flash/openpower-software-manager_%.bbappend +++ b/meta-witherspoon/recipes-phosphor/flash/openpower-software-manager_%.bbappend
@@ -1 +1,2 @@ PACKAGECONFIG_append_ibm-ac-server = " verify_pnor_signature" +PACKAGECONFIG_append_mihawk = " verify_pnor_signature"
diff --git a/meta-witherspoon/recipes-phosphor/flash/phosphor-software-manager_%.bbappend b/meta-witherspoon/recipes-phosphor/flash/phosphor-software-manager_%.bbappend index e106fac..61a99fd 100644 --- a/meta-witherspoon/recipes-phosphor/flash/phosphor-software-manager_%.bbappend +++ b/meta-witherspoon/recipes-phosphor/flash/phosphor-software-manager_%.bbappend
@@ -1,9 +1,14 @@ BMC_RW_MTD_ibm-ac-server = "bmc" +BMC_RW_MTD_mihawk = "bmc" BMC_RO_MTD_ibm-ac-server = "alt-bmc+bmc" +BMC_RO_MTD_mihawk = "alt-bmc+bmc" BMC_KERNEL_MTD_ibm-ac-server = "bmc" +BMC_KERNEL_MTD_mihawk = "bmc" # Enable signature verification PACKAGECONFIG_append_ibm-ac-server = " verify_signature" +PACKAGECONFIG_append_mihawk = " verify_signature" # Enable sync of persistent files to the alternate BMC chip PACKAGECONFIG_append_ibm-ac-server = " sync_bmc_files" +PACKAGECONFIG_append_mihawk = " sync_bmc_files"