summaryrefslogtreecommitdiffstats
path: root/sbe/sbefw/sbecmdiplcontrol.H
blob: 9440889ca45a696551af30f10ace1c2a468adc04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*
 * @file: ppe/sbe/sbefw/sbecmdiplcontrol.H
 *
 * @brief This file contains the SBE command details
 *
 */

#ifndef __SBEFW_SBECMDIPLCONTROL_H
#define __SBEFW_SBECMDIPLCONTROL_H

#include <stdint.h>


/**
  * @brief execute istep chipop (0xA101)
  *
  * @param[in] i_pArg Buffer to be passed to the function (not used as of now)
  *
  * @return    Rc from the FIFO access utility
  */
uint32_t sbeHandleIstep(uint8_t *i_pArg);


/**
  * @brief  Handles wait for IPL done chipop (0xA102)
  *
  * @param[in] i_pArg Buffer to be passed to the function (not used as of now)
  *
  * @return    Rc from the FIFO access utility
  */
uint32_t sbeWaitForSbeIplDone (uint8_t *i_pArg);


#endif // __SBEFW_SBECMDIPLCONTROL_H
OpenPOWER on IntegriCloud