summaryrefslogtreecommitdiff
path: root/include/broadcom
diff options
context:
space:
mode:
authorTrac Hoang <[email protected]>2020-08-20 20:41:04 +0530
committerTom Rini <[email protected]>2020-09-09 16:57:35 -0400
commit186879cdb22fd7569dae7f425711bed82a707bb4 (patch)
treef0f31cf0d3980623b8ebd5bcbb2f8ec1a44ad8ce /include/broadcom
parent2a9f9d633d2e069e5d5e7acde050b338ec803692 (diff)
cmd: broadcom: add bnxt boot command
Chimp is a core in Broadcom netxtream controller (bnxt). Add command to load binary to chimp and boot bnxt. Signed-off-by: Trac Hoang <[email protected]> Signed-off-by: Rayagonda Kokatanur <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/broadcom')
-rw-r--r--include/broadcom/chimp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/broadcom/chimp.h b/include/broadcom/chimp.h
index 7f641529139..73bb1c21e9d 100644
--- a/include/broadcom/chimp.h
+++ b/include/broadcom/chimp.h
@@ -9,6 +9,12 @@
#include <linux/compiler.h>
+/*
+ * Chimp binary has health status like initialization complete,
+ * crash or running fine
+ */
+#define BCM_CHIMP_RUNNIG_GOOD 0x8000
+
/**
* chimp_fastboot_optee() - api to load bnxt firmware
*