configs: migrate CONFIG_VIDEO_BMP_RLE8 to defconfigs
[platform/kernel/u-boot.git] / include / broadcom / chimp.h
index 7f64152..738f73e 100644 (file)
@@ -9,6 +9,18 @@
 
 #include <linux/compiler.h>
 
+/*
+ * Chimp binary has health status like initialization complete,
+ * crash or running fine
+ */
+#define BCM_CHIMP_RUNNIG_GOOD  0x8000
+
+enum {
+       CHIMP_HANDSHAKE_SUCCESS = 0,
+       CHIMP_HANDSHAKE_WAIT_ERROR,
+       CHIMP_HANDSHAKE_WAIT_TIMEOUT,
+};
+
 /**
  * chimp_fastboot_optee() - api to load bnxt firmware
  *