summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCyril Bur <cyril.bur@au1.ibm.com>2017-02-22 20:31:02 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-02-23 16:04:27 +1100
commit6d1028fe88572ab6fbcb08e16a9f1bf71b0de8df (patch)
treec8849bed0243ec0f2ee89ef480cbfc4204a34b7d /include
parent23fe769115c41e8859ce3d23dc75953bfb290f45 (diff)
downloadtalos-skiboot-6d1028fe88572ab6fbcb08e16a9f1bf71b0de8df.tar.gz
talos-skiboot-6d1028fe88572ab6fbcb08e16a9f1bf71b0de8df.zip
astbmc/pnor: Use mbox-flash for flash accesses
If the BMC is MBOX protocol aware, request flash reads/writes over the MBOX regs. This inits the blocklevel for pnor access with mbox-flash. Signed-off-by: Cyril Bur <cyril.bur@au1.ibm.com> Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ast.h b/include/ast.h
index 43c5989f..40225e9a 100644
--- a/include/ast.h
+++ b/include/ast.h
@@ -74,6 +74,7 @@ int ast_copy_from_ahb(void *dst, uint32_t reg, uint32_t len);
void ast_io_init(void);
bool ast_is_ahb_lpc_pnor(void);
+bool ast_is_mbox_pnor(void);
/* UART configuration */
OpenPOWER on IntegriCloud