mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
cmd: broadcom: add command for chimp handshake
Add command for chimp handshake. Handshake is used to know chimp is loaded and booted successfully. Signed-off-by: Bharat Kumar Reddy Gooty <bharat.gooty@broadcom.com> Signed-off-by: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
70bf26332f
commit
a09ca687e7
3 changed files with 40 additions and 0 deletions
|
@ -15,6 +15,12 @@
|
|||
*/
|
||||
#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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue