espi.h 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981
  1. /*
  2. * Copyright (c) 2019 Intel Corporation.
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. /**
  7. * @file
  8. * @brief Public APIs for eSPI driver
  9. */
  10. #ifndef ZEPHYR_INCLUDE_ESPI_H_
  11. #define ZEPHYR_INCLUDE_ESPI_H_
  12. #include <sys/__assert.h>
  13. #include <zephyr/types.h>
  14. #include <device.h>
  15. #ifdef __cplusplus
  16. extern "C" {
  17. #endif
  18. /**
  19. * @brief eSPI Driver APIs
  20. * @defgroup espi_interface ESPI Driver APIs
  21. * @ingroup io_interfaces
  22. * @{
  23. */
  24. /**
  25. * @brief eSPI I/O mode capabilities
  26. */
  27. enum espi_io_mode {
  28. ESPI_IO_MODE_SINGLE_LINE = BIT(0),
  29. ESPI_IO_MODE_DUAL_LINES = BIT(1),
  30. ESPI_IO_MODE_QUAD_LINES = BIT(2),
  31. };
  32. /**
  33. *+----------------------------------------------------------------------+
  34. *| |
  35. *| eSPI host +-------------+ |
  36. *| +-----------+ | Power | +----------+ |
  37. *| |Out of band| | management | | GPIO | |
  38. *| +------------+ |processor | | controller | | sources | |
  39. *| | SPI flash | +-----------+ +-------------+ +----------+ |
  40. *| | controller | | | | |
  41. *| +------------+ | | | |
  42. *| | | | +--------+ +---------------+ |
  43. *| | | | | | |
  44. *| | | +-----+ +--------+ +----------+ +----v-----+ |
  45. *| | | | | LPC | | Tunneled | | Tunneled | |
  46. *| | | | | bridge | | SMBus | | GPIO | |
  47. *| | | | +--------+ +----------+ +----------+ |
  48. *| | | | | | | |
  49. *| | | | ------+ | | |
  50. *| | | | | | | |
  51. *| | | +------v-----+ +---v-------v-------------v----+ |
  52. *| | | | eSPI Flash | | eSPI protocol block | |
  53. *| | | | access +--->+ | |
  54. *| | | +------------+ +------------------------------+ |
  55. *| | | | |
  56. *| | +-----------+ | |
  57. *| | v v |
  58. *| | XXXXXXXXXXXXXXXXXXXXXXX |
  59. *| | XXXXXXXXXXXXXXXXXXXXX |
  60. *| | XXXXXXXXXXXXXXXXXXX |
  61. *+----------------------------------------------------------------------+
  62. * | |
  63. * v +-----------------+
  64. * +---------+ | | | | | |
  65. * | Flash | | | | | | |
  66. * +---------+ | + + + + | eSPI bus
  67. * | CH0 CH1 CH2 CH3 | (logical channels)
  68. * | + + + + |
  69. * | | | | | |
  70. * +-----------------+
  71. * |
  72. *+-----------------------------------------------------------------------+
  73. *| eSPI slave |
  74. *| |
  75. *| CH0 | CH1 | CH2 | CH3 |
  76. *| eSPI endpoint | VWIRE | OOB | Flash |
  77. *+-----------------------------------------------------------------------+
  78. *
  79. */
  80. /**
  81. * @brief eSPI channel.
  82. *
  83. * Identifies each eSPI logical channel supported by eSPI controller
  84. * Each channel allows independent traffic, but the assignment of channel
  85. * type to channel number is fixed.
  86. *
  87. * Note that generic commands are not associated with any channel, so traffic
  88. * over eSPI can occur if all channels are disabled or not ready
  89. */
  90. enum espi_channel {
  91. ESPI_CHANNEL_PERIPHERAL = BIT(0),
  92. ESPI_CHANNEL_VWIRE = BIT(1),
  93. ESPI_CHANNEL_OOB = BIT(2),
  94. ESPI_CHANNEL_FLASH = BIT(3),
  95. };
  96. /**
  97. * @brief eSPI bus event.
  98. *
  99. * eSPI bus event to indicate events for which user can register callbacks
  100. */
  101. enum espi_bus_event {
  102. ESPI_BUS_RESET = BIT(0),
  103. ESPI_BUS_EVENT_CHANNEL_READY = BIT(1),
  104. ESPI_BUS_EVENT_VWIRE_RECEIVED = BIT(2),
  105. ESPI_BUS_EVENT_OOB_RECEIVED = BIT(3),
  106. ESPI_BUS_PERIPHERAL_NOTIFICATION = BIT(4),
  107. };
  108. /**
  109. * @cond INTERNAL_HIDDEN
  110. *
  111. */
  112. #define ESPI_PERIPHERAL_INDEX_0 0ul
  113. #define ESPI_PERIPHERAL_INDEX_1 1ul
  114. #define ESPI_PERIPHERAL_INDEX_2 2ul
  115. #define ESPI_SLAVE_TO_MASTER 0ul
  116. #define ESPI_MASTER_TO_SLAVE 1ul
  117. #define ESPI_VWIRE_SRC_ID0 0ul
  118. #define ESPI_VWIRE_SRC_ID1 1ul
  119. #define ESPI_VWIRE_SRC_ID2 2ul
  120. #define ESPI_VWIRE_SRC_ID3 3ul
  121. #define ESPI_VWIRE_SRC_ID_MAX 4ul
  122. #define ESPI_PERIPHERAL_NODATA 0ul
  123. #define E8042_START_OPCODE 0x50
  124. #define E8042_MAX_OPCODE 0x5F
  125. #define EACPI_START_OPCODE 0x60
  126. #define EACPI_MAX_OPCODE 0x6F
  127. #define ECUSTOM_START_OPCODE 0xF0
  128. #define ECUSTOM_MAX_OPCODE 0xFF
  129. /** @endcond */
  130. /**
  131. * @brief eSPI peripheral notification type.
  132. *
  133. * eSPI peripheral notification event details to indicate which peripheral
  134. * trigger the eSPI callback
  135. */
  136. enum espi_virtual_peripheral {
  137. ESPI_PERIPHERAL_UART,
  138. ESPI_PERIPHERAL_8042_KBC,
  139. ESPI_PERIPHERAL_HOST_IO,
  140. ESPI_PERIPHERAL_DEBUG_PORT80,
  141. ESPI_PERIPHERAL_HOST_IO_PVT,
  142. #if defined(CONFIG_ESPI_PERIPHERAL_EC_HOST_CMD)
  143. ESPI_PERIPHERAL_EC_HOST_CMD,
  144. #endif /* CONFIG_ESPI_PERIPHERAL_EC_HOST_CMD */
  145. };
  146. /**
  147. * @brief eSPI cycle types supported over eSPI peripheral channel
  148. */
  149. enum espi_cycle_type {
  150. ESPI_CYCLE_MEMORY_READ32,
  151. ESPI_CYCLE_MEMORY_READ64,
  152. ESPI_CYCLE_MEMORY_WRITE32,
  153. ESPI_CYCLE_MEMORY_WRITE64,
  154. ESPI_CYCLE_MESSAGE_NODATA,
  155. ESPI_CYCLE_MESSAGE_DATA,
  156. ESPI_CYCLE_OK_COMPLETION_NODATA,
  157. ESPI_CYCLE_OKCOMPLETION_DATA,
  158. ESPI_CYCLE_NOK_COMPLETION_NODATA,
  159. };
  160. /**
  161. * @brief eSPI system platform signals that can be send or receive through
  162. * virtual wire channel
  163. */
  164. enum espi_vwire_signal {
  165. /* Virtual wires that can only be send from master to slave */
  166. ESPI_VWIRE_SIGNAL_SLP_S3,
  167. ESPI_VWIRE_SIGNAL_SLP_S4,
  168. ESPI_VWIRE_SIGNAL_SLP_S5,
  169. ESPI_VWIRE_SIGNAL_OOB_RST_WARN,
  170. ESPI_VWIRE_SIGNAL_PLTRST,
  171. ESPI_VWIRE_SIGNAL_SUS_STAT,
  172. ESPI_VWIRE_SIGNAL_NMIOUT,
  173. ESPI_VWIRE_SIGNAL_SMIOUT,
  174. ESPI_VWIRE_SIGNAL_HOST_RST_WARN,
  175. ESPI_VWIRE_SIGNAL_SLP_A,
  176. ESPI_VWIRE_SIGNAL_SUS_PWRDN_ACK,
  177. ESPI_VWIRE_SIGNAL_SUS_WARN,
  178. ESPI_VWIRE_SIGNAL_SLP_WLAN,
  179. ESPI_VWIRE_SIGNAL_SLP_LAN,
  180. ESPI_VWIRE_SIGNAL_HOST_C10,
  181. ESPI_VWIRE_SIGNAL_DNX_WARN,
  182. /* Virtual wires that can only be send from slave to master */
  183. ESPI_VWIRE_SIGNAL_PME,
  184. ESPI_VWIRE_SIGNAL_WAKE,
  185. ESPI_VWIRE_SIGNAL_OOB_RST_ACK,
  186. ESPI_VWIRE_SIGNAL_SLV_BOOT_STS,
  187. ESPI_VWIRE_SIGNAL_ERR_NON_FATAL,
  188. ESPI_VWIRE_SIGNAL_ERR_FATAL,
  189. ESPI_VWIRE_SIGNAL_SLV_BOOT_DONE,
  190. ESPI_VWIRE_SIGNAL_HOST_RST_ACK,
  191. ESPI_VWIRE_SIGNAL_RST_CPU_INIT,
  192. /* System management interrupt */
  193. ESPI_VWIRE_SIGNAL_SMI,
  194. /* System control interrupt */
  195. ESPI_VWIRE_SIGNAL_SCI,
  196. ESPI_VWIRE_SIGNAL_DNX_ACK,
  197. ESPI_VWIRE_SIGNAL_SUS_ACK,
  198. };
  199. /* eSPI LPC peripherals. */
  200. enum lpc_peripheral_opcode {
  201. /* Read transactions */
  202. E8042_OBF_HAS_CHAR = 0x50,
  203. E8042_IBF_HAS_CHAR,
  204. /* Write transactions */
  205. E8042_WRITE_KB_CHAR,
  206. E8042_WRITE_MB_CHAR,
  207. /* Write transactions without input parameters */
  208. E8042_RESUME_IRQ,
  209. E8042_PAUSE_IRQ,
  210. E8042_CLEAR_OBF,
  211. /* Status transactions */
  212. E8042_READ_KB_STS,
  213. E8042_SET_FLAG,
  214. E8042_CLEAR_FLAG,
  215. /* ACPI read transactions */
  216. EACPI_OBF_HAS_CHAR = EACPI_START_OPCODE,
  217. EACPI_IBF_HAS_CHAR,
  218. /* ACPI write transactions */
  219. EACPI_WRITE_CHAR,
  220. /* ACPI status transactions */
  221. EACPI_READ_STS,
  222. EACPI_WRITE_STS,
  223. #if defined(CONFIG_ESPI_PERIPHERAL_ACPI_SHM_REGION)
  224. /* Shared memory region support to return the ACPI response data */
  225. EACPI_GET_SHARED_MEMORY,
  226. #endif /* CONFIG_ESPI_PERIPHERAL_ACPI_SHM_REGION */
  227. #if defined(CONFIG_ESPI_PERIPHERAL_CUSTOM_OPCODE)
  228. /* Other customized transactions */
  229. ECUSTOM_HOST_SUBS_INTERRUPT_EN = ECUSTOM_START_OPCODE,
  230. ECUSTOM_HOST_CMD_GET_PARAM_MEMORY,
  231. ECUSTOM_HOST_CMD_SEND_RESULT,
  232. #endif /* CONFIG_ESPI_PERIPHERAL_CUSTOM_OPCODE */
  233. };
  234. /* KBC 8042 event: Input Buffer Full */
  235. #define HOST_KBC_EVT_IBF BIT(0)
  236. /* KBC 8042 event: Output Buffer Empty */
  237. #define HOST_KBC_EVT_OBE BIT(1)
  238. /**
  239. * @brief Bit field definition of evt_data in struct espi_event for KBC.
  240. */
  241. struct espi_evt_data_kbc {
  242. uint32_t type:8;
  243. uint32_t data:8;
  244. uint32_t evt:8;
  245. uint32_t reserved:8;
  246. };
  247. /**
  248. * @brief Bit field definition of evt_data in struct espi_event for ACPI.
  249. */
  250. struct espi_evt_data_acpi {
  251. uint32_t type:8;
  252. uint32_t data:8;
  253. uint32_t reserved:16;
  254. };
  255. /**
  256. * @brief eSPI event
  257. */
  258. struct espi_event {
  259. /** Event type */
  260. enum espi_bus_event evt_type;
  261. /** Additional details for bus event type */
  262. uint32_t evt_details;
  263. /** Data associated to the event */
  264. uint32_t evt_data;
  265. };
  266. /**
  267. * @brief eSPI bus configuration parameters
  268. */
  269. struct espi_cfg {
  270. /** Supported I/O mode */
  271. enum espi_io_mode io_caps;
  272. /** Supported channels */
  273. enum espi_channel channel_caps;
  274. /** Maximum supported frequency in MHz */
  275. uint8_t max_freq;
  276. };
  277. /**
  278. * @brief eSPI peripheral request packet format
  279. */
  280. struct espi_request_packet {
  281. enum espi_cycle_type cycle_type;
  282. uint8_t tag;
  283. uint16_t len;
  284. uint32_t address;
  285. uint8_t *data;
  286. };
  287. /**
  288. * @brief eSPI out-of-band transaction packet format
  289. */
  290. struct espi_oob_packet {
  291. uint8_t *buf;
  292. uint16_t len;
  293. };
  294. /**
  295. * @brief eSPI flash transactions packet format
  296. */
  297. struct espi_flash_packet {
  298. uint8_t *buf;
  299. uint32_t flash_addr;
  300. uint16_t len;
  301. };
  302. struct espi_callback;
  303. /**
  304. * @typedef espi_callback_handler_t
  305. * @brief Define the application callback handler function signature.
  306. *
  307. * @param dev Device struct for the eSPI device.
  308. * @param cb Original struct espi_callback owning this handler.
  309. * @param espi_evt event details that trigger the callback handler.
  310. *
  311. */
  312. typedef void (*espi_callback_handler_t) (const struct device *dev,
  313. struct espi_callback *cb,
  314. struct espi_event espi_evt);
  315. /**
  316. * @cond INTERNAL_HIDDEN
  317. *
  318. * Used to register a callback in the driver instance callback list.
  319. * As many callbacks as needed can be added as long as each of them
  320. * are unique pointers of struct espi_callback.
  321. * Beware such structure should not be allocated on stack.
  322. *
  323. * Note: To help setting it, see espi_init_callback() below
  324. */
  325. struct espi_callback {
  326. /** This is meant to be used in the driver only */
  327. sys_snode_t node;
  328. /** Actual callback function being called when relevant */
  329. espi_callback_handler_t handler;
  330. /** An event which user is interested in, if 0 the callback
  331. * will never be called. Such evt_mask can be modified whenever
  332. * necessary by the owner, and thus will affect the handler being
  333. * called or not.
  334. */
  335. enum espi_bus_event evt_type;
  336. };
  337. /** @endcond */
  338. /**
  339. * @cond INTERNAL_HIDDEN
  340. *
  341. * eSPI driver API definition and system call entry points
  342. *
  343. * (Internal use only.)
  344. */
  345. typedef int (*espi_api_config)(const struct device *dev, struct espi_cfg *cfg);
  346. typedef bool (*espi_api_get_channel_status)(const struct device *dev,
  347. enum espi_channel ch);
  348. /* Logical Channel 0 APIs */
  349. typedef int (*espi_api_read_request)(const struct device *dev,
  350. struct espi_request_packet *req);
  351. typedef int (*espi_api_write_request)(const struct device *dev,
  352. struct espi_request_packet *req);
  353. typedef int (*espi_api_lpc_read_request)(const struct device *dev,
  354. enum lpc_peripheral_opcode op,
  355. uint32_t *data);
  356. typedef int (*espi_api_lpc_write_request)(const struct device *dev,
  357. enum lpc_peripheral_opcode op,
  358. uint32_t *data);
  359. /* Logical Channel 1 APIs */
  360. typedef int (*espi_api_send_vwire)(const struct device *dev,
  361. enum espi_vwire_signal vw,
  362. uint8_t level);
  363. typedef int (*espi_api_receive_vwire)(const struct device *dev,
  364. enum espi_vwire_signal vw,
  365. uint8_t *level);
  366. /* Logical Channel 2 APIs */
  367. typedef int (*espi_api_send_oob)(const struct device *dev,
  368. struct espi_oob_packet *pckt);
  369. typedef int (*espi_api_receive_oob)(const struct device *dev,
  370. struct espi_oob_packet *pckt);
  371. /* Logical Channel 3 APIs */
  372. typedef int (*espi_api_flash_read)(const struct device *dev,
  373. struct espi_flash_packet *pckt);
  374. typedef int (*espi_api_flash_write)(const struct device *dev,
  375. struct espi_flash_packet *pckt);
  376. typedef int (*espi_api_flash_erase)(const struct device *dev,
  377. struct espi_flash_packet *pckt);
  378. /* Callbacks and traffic intercept */
  379. typedef int (*espi_api_manage_callback)(const struct device *dev,
  380. struct espi_callback *callback,
  381. bool set);
  382. __subsystem struct espi_driver_api {
  383. espi_api_config config;
  384. espi_api_get_channel_status get_channel_status;
  385. espi_api_read_request read_request;
  386. espi_api_write_request write_request;
  387. espi_api_lpc_read_request read_lpc_request;
  388. espi_api_lpc_write_request write_lpc_request;
  389. espi_api_send_vwire send_vwire;
  390. espi_api_receive_vwire receive_vwire;
  391. espi_api_send_oob send_oob;
  392. espi_api_receive_oob receive_oob;
  393. espi_api_flash_read flash_read;
  394. espi_api_flash_write flash_write;
  395. espi_api_flash_erase flash_erase;
  396. espi_api_manage_callback manage_callback;
  397. };
  398. /**
  399. * @endcond
  400. */
  401. /**
  402. * @brief Configure operation of a eSPI controller.
  403. *
  404. * This routine provides a generic interface to override eSPI controller
  405. * capabilities.
  406. *
  407. * If this eSPI controller is acting as slave, the values set here
  408. * will be discovered as part through the GET_CONFIGURATION command
  409. * issued by the eSPI master during initialization.
  410. *
  411. * If this eSPI controller is acting as master, the values set here
  412. * will be used by eSPI master to determine minimum common capabilities with
  413. * eSPI slave then send via SET_CONFIGURATION command.
  414. *
  415. * +--------+ +---------+ +------+ +---------+ +---------+
  416. * | eSPI | | eSPI | | eSPI | | eSPI | | eSPI |
  417. * | slave | | driver | | bus | | driver | | host |
  418. * +--------+ +---------+ +------+ +---------+ +---------+
  419. * | | | | |
  420. * | espi_config | Set eSPI | Set eSPI | espi_config |
  421. * +--------------+ ctrl regs | cap ctrl reg| +-----------+
  422. * | +-------+ | +--------+ |
  423. * | |<------+ | +------->| |
  424. * | | | | |
  425. * | | | | |
  426. * | | | GET_CONFIGURATION | |
  427. * | | +<------------------+ |
  428. * | |<-----------| | |
  429. * | | eSPI caps | | |
  430. * | |----------->+ response | |
  431. * | | |------------------>+ |
  432. * | | | | |
  433. * | | | SET_CONFIGURATION | |
  434. * | | +<------------------+ |
  435. * | | | accept | |
  436. * | | +------------------>+ |
  437. * + + + + +
  438. *
  439. * @param dev Pointer to the device structure for the driver instance.
  440. * @param cfg the device runtime configuration for the eSPI controller.
  441. *
  442. * @retval 0 If successful.
  443. * @retval -EIO General input / output error, failed to configure device.
  444. * @retval -EINVAL invalid capabilities, failed to configure device.
  445. * @retval -ENOTSUP capability not supported by eSPI slave.
  446. */
  447. __syscall int espi_config(const struct device *dev, struct espi_cfg *cfg);
  448. static inline int z_impl_espi_config(const struct device *dev,
  449. struct espi_cfg *cfg)
  450. {
  451. const struct espi_driver_api *api =
  452. (const struct espi_driver_api *)dev->api;
  453. return api->config(dev, cfg);
  454. }
  455. /**
  456. * @brief Query to see if it a channel is ready.
  457. *
  458. * This routine allows to check if logical channel is ready before use.
  459. * Note that queries for channels not supported will always return false.
  460. *
  461. * @param dev Pointer to the device structure for the driver instance.
  462. * @param ch the eSPI channel for which status is to be retrieved.
  463. *
  464. * @retval true If eSPI channel is ready.
  465. * @retval false otherwise.
  466. */
  467. __syscall bool espi_get_channel_status(const struct device *dev,
  468. enum espi_channel ch);
  469. static inline bool z_impl_espi_get_channel_status(const struct device *dev,
  470. enum espi_channel ch)
  471. {
  472. const struct espi_driver_api *api =
  473. (const struct espi_driver_api *)dev->api;
  474. return api->get_channel_status(dev, ch);
  475. }
  476. /**
  477. * @brief Sends memory, I/O or message read request over eSPI.
  478. *
  479. * This routines provides a generic interface to send a read request packet.
  480. *
  481. * @param dev Pointer to the device structure for the driver instance.
  482. * @param req Address of structure representing a memory,
  483. * I/O or message read request.
  484. *
  485. * @retval 0 If successful.
  486. * @retval -ENOTSUP if eSPI controller doesn't support raw packets and instead
  487. * low memory transactions are handled by controller hardware directly.
  488. * @retval -EIO General input / output error, failed to send over the bus.
  489. */
  490. __syscall int espi_read_request(const struct device *dev,
  491. struct espi_request_packet *req);
  492. static inline int z_impl_espi_read_request(const struct device *dev,
  493. struct espi_request_packet *req)
  494. {
  495. const struct espi_driver_api *api =
  496. (const struct espi_driver_api *)dev->api;
  497. if (!api->read_request) {
  498. return -ENOTSUP;
  499. }
  500. return api->read_request(dev, req);
  501. }
  502. /**
  503. * @brief Sends memory, I/O or message write request over eSPI.
  504. *
  505. * This routines provides a generic interface to send a write request packet.
  506. *
  507. * @param dev Pointer to the device structure for the driver instance.
  508. * @param req Address of structure representing a memory, I/O or
  509. * message write request.
  510. *
  511. * @retval 0 If successful.
  512. * @retval -ENOTSUP if eSPI controller doesn't support raw packets and instead
  513. * low memory transactions are handled by controller hardware directly.
  514. * @retval -EINVAL General input / output error, failed to send over the bus.
  515. */
  516. __syscall int espi_write_request(const struct device *dev,
  517. struct espi_request_packet *req);
  518. static inline int z_impl_espi_write_request(const struct device *dev,
  519. struct espi_request_packet *req)
  520. {
  521. const struct espi_driver_api *api =
  522. (const struct espi_driver_api *)dev->api;
  523. if (!api->write_request) {
  524. return -ENOTSUP;
  525. }
  526. return api->write_request(dev, req);
  527. }
  528. /**
  529. * @brief Reads SOC data from a LPC peripheral with information
  530. * updated over eSPI.
  531. *
  532. * This routine provides a generic interface to read a block whose
  533. * information was updated by an eSPI transaction. Reading may trigger
  534. * a transaction. The eSPI packet is assembled by the HW block.
  535. *
  536. * @param dev Pointer to the device structure for the driver instance.
  537. * @param op Enum representing opcode for peripheral type and read request.
  538. * @param data Parameter to be read from to the LPC peripheral.
  539. *
  540. * @retval 0 If successful.
  541. * @retval -ENOTSUP if eSPI peripheral is off or not supported.
  542. * @retval -EINVAL for unimplemented lpc opcode, but in range.
  543. */
  544. __syscall int espi_read_lpc_request(const struct device *dev,
  545. enum lpc_peripheral_opcode op,
  546. uint32_t *data);
  547. static inline int z_impl_espi_read_lpc_request(const struct device *dev,
  548. enum lpc_peripheral_opcode op,
  549. uint32_t *data)
  550. {
  551. const struct espi_driver_api *api =
  552. (const struct espi_driver_api *)dev->api;
  553. if (!api->read_lpc_request) {
  554. return -ENOTSUP;
  555. }
  556. return api->read_lpc_request(dev, op, data);
  557. }
  558. /**
  559. * @brief Writes data to a LPC peripheral which generates an eSPI transaction.
  560. *
  561. * This routine provides a generic interface to write data to a block which
  562. * triggers an eSPI transaction. The eSPI packet is assembled by the HW
  563. * block.
  564. *
  565. * @param dev Pointer to the device structure for the driver instance.
  566. * @param op Enum representing an opcode for peripheral type and write request.
  567. * @param data Represents the parameter passed to the LPC peripheral.
  568. *
  569. * @retval 0 If successful.
  570. * @retval -ENOTSUP if eSPI peripheral is off or not supported.
  571. * @retval -EINVAL for unimplemented lpc opcode, but in range.
  572. */
  573. __syscall int espi_write_lpc_request(const struct device *dev,
  574. enum lpc_peripheral_opcode op,
  575. uint32_t *data);
  576. static inline int z_impl_espi_write_lpc_request(const struct device *dev,
  577. enum lpc_peripheral_opcode op,
  578. uint32_t *data)
  579. {
  580. const struct espi_driver_api *api =
  581. (const struct espi_driver_api *)dev->api;
  582. if (!api->write_lpc_request) {
  583. return -ENOTSUP;
  584. }
  585. return api->write_lpc_request(dev, op, data);
  586. }
  587. /**
  588. * @brief Sends system/platform signal as a virtual wire packet.
  589. *
  590. * This routines provides a generic interface to send a virtual wire packet
  591. * from slave to master.
  592. *
  593. * @param dev Pointer to the device structure for the driver instance.
  594. * @param signal The signal to be send to eSPI master.
  595. * @param level The level of signal requested LOW or HIGH.
  596. *
  597. * @retval 0 If successful.
  598. * @retval -EIO General input / output error, failed to send over the bus.
  599. */
  600. __syscall int espi_send_vwire(const struct device *dev,
  601. enum espi_vwire_signal signal,
  602. uint8_t level);
  603. static inline int z_impl_espi_send_vwire(const struct device *dev,
  604. enum espi_vwire_signal signal,
  605. uint8_t level)
  606. {
  607. const struct espi_driver_api *api =
  608. (const struct espi_driver_api *)dev->api;
  609. return api->send_vwire(dev, signal, level);
  610. }
  611. /**
  612. * @brief Retrieves level status for a signal encapsulated in a virtual wire.
  613. *
  614. * This routines provides a generic interface to request a virtual wire packet
  615. * from eSPI master and retrieve the signal level.
  616. *
  617. * @param dev Pointer to the device structure for the driver instance.
  618. * @param signal the signal to be requested from eSPI master.
  619. * @param level the level of signal requested 0b LOW, 1b HIGH.
  620. *
  621. * @retval -EIO General input / output error, failed request to master.
  622. */
  623. __syscall int espi_receive_vwire(const struct device *dev,
  624. enum espi_vwire_signal signal,
  625. uint8_t *level);
  626. static inline int z_impl_espi_receive_vwire(const struct device *dev,
  627. enum espi_vwire_signal signal,
  628. uint8_t *level)
  629. {
  630. const struct espi_driver_api *api =
  631. (const struct espi_driver_api *)dev->api;
  632. return api->receive_vwire(dev, signal, level);
  633. }
  634. /**
  635. * @brief Sends SMBus transaction (out-of-band) packet over eSPI bus.
  636. *
  637. * This routines provides an interface to encapsulate a SMBus transaction
  638. * and send into packet over eSPI bus
  639. *
  640. * @param dev Pointer to the device structure for the driver instance.
  641. * @param pckt Address of the packet representation of SMBus transaction.
  642. *
  643. * @retval -EIO General input / output error, failed request to master.
  644. */
  645. __syscall int espi_send_oob(const struct device *dev,
  646. struct espi_oob_packet *pckt);
  647. static inline int z_impl_espi_send_oob(const struct device *dev,
  648. struct espi_oob_packet *pckt)
  649. {
  650. const struct espi_driver_api *api =
  651. (const struct espi_driver_api *)dev->api;
  652. if (!api->send_oob) {
  653. return -ENOTSUP;
  654. }
  655. return api->send_oob(dev, pckt);
  656. }
  657. /**
  658. * @brief Receives SMBus transaction (out-of-band) packet from eSPI bus.
  659. *
  660. * This routines provides an interface to receive and decoded a SMBus
  661. * transaction from eSPI bus
  662. *
  663. * @param dev Pointer to the device structure for the driver instance.
  664. * @param pckt Address of the packet representation of SMBus transaction.
  665. *
  666. * @retval -EIO General input / output error, failed request to master.
  667. */
  668. __syscall int espi_receive_oob(const struct device *dev,
  669. struct espi_oob_packet *pckt);
  670. static inline int z_impl_espi_receive_oob(const struct device *dev,
  671. struct espi_oob_packet *pckt)
  672. {
  673. const struct espi_driver_api *api =
  674. (const struct espi_driver_api *)dev->api;
  675. if (!api->receive_oob) {
  676. return -ENOTSUP;
  677. }
  678. return api->receive_oob(dev, pckt);
  679. }
  680. /**
  681. * @brief Sends a read request packet for shared flash.
  682. *
  683. * This routines provides an interface to send a request to read the flash
  684. * component shared between the eSPI master and eSPI slaves.
  685. *
  686. * @param dev Pointer to the device structure for the driver instance.
  687. * @param pckt Adddress of the representation of read flash transaction.
  688. *
  689. * @retval -ENOTSUP eSPI flash logical channel transactions not supported.
  690. * @retval -EBUSY eSPI flash channel is not ready or disabled by master.
  691. * @retval -EIO General input / output error, failed request to master.
  692. */
  693. __syscall int espi_read_flash(const struct device *dev,
  694. struct espi_flash_packet *pckt);
  695. static inline int z_impl_espi_read_flash(const struct device *dev,
  696. struct espi_flash_packet *pckt)
  697. {
  698. const struct espi_driver_api *api =
  699. (const struct espi_driver_api *)dev->api;
  700. if (!api->flash_read) {
  701. return -ENOTSUP;
  702. }
  703. return api->flash_read(dev, pckt);
  704. }
  705. /**
  706. * @brief Sends a write request packet for shared flash.
  707. *
  708. * This routines provides an interface to send a request to write to the flash
  709. * components shared between the eSPI master and eSPI slaves.
  710. *
  711. * @param dev Pointer to the device structure for the driver instance.
  712. * @param pckt Address of the representation of write flash transaction.
  713. *
  714. * @retval -ENOTSUP eSPI flash logical channel transactions not supported.
  715. * @retval -EBUSY eSPI flash channel is not ready or disabled by master.
  716. * @retval -EIO General input / output error, failed request to master.
  717. */
  718. __syscall int espi_write_flash(const struct device *dev,
  719. struct espi_flash_packet *pckt);
  720. static inline int z_impl_espi_write_flash(const struct device *dev,
  721. struct espi_flash_packet *pckt)
  722. {
  723. const struct espi_driver_api *api =
  724. (const struct espi_driver_api *)dev->api;
  725. if (!api->flash_write) {
  726. return -ENOTSUP;
  727. }
  728. return api->flash_write(dev, pckt);
  729. }
  730. /**
  731. * @brief Sends a write request packet for shared flash.
  732. *
  733. * This routines provides an interface to send a request to write to the flash
  734. * components shared between the eSPI master and eSPI slaves.
  735. *
  736. * @param dev Pointer to the device structure for the driver instance.
  737. * @param pckt Address of the representation of write flash transaction.
  738. *
  739. * @retval -ENOTSUP eSPI flash logical channel transactions not supported.
  740. * @retval -EBUSY eSPI flash channel is not ready or disabled by master.
  741. * @retval -EIO General input / output error, failed request to master.
  742. */
  743. __syscall int espi_flash_erase(const struct device *dev,
  744. struct espi_flash_packet *pckt);
  745. static inline int z_impl_espi_flash_erase(const struct device *dev,
  746. struct espi_flash_packet *pckt)
  747. {
  748. const struct espi_driver_api *api =
  749. (const struct espi_driver_api *)dev->api;
  750. if (!api->flash_erase) {
  751. return -ENOTSUP;
  752. }
  753. return api->flash_erase(dev, pckt);
  754. }
  755. /**
  756. * Callback model
  757. *
  758. *+-------+ +-------------+ +------+ +---------+
  759. *| App | | eSPI driver | | HW | |eSPI Host|
  760. *+---+---+ +-------+-----+ +---+--+ +----+----+
  761. * | | | |
  762. * | espi_init_callback | | |
  763. * +----------------------------> | | |
  764. * | espi_add_callback | |
  765. * +----------------------------->+ |
  766. * | | | eSPI reset | eSPI host
  767. * | | IRQ +<------------+ resets the
  768. * | | <-----------+ | bus
  769. * | | | |
  770. * | | Processed | |
  771. * | | within the | |
  772. * | | driver | |
  773. * | | | |
  774. * | | | VW CH ready| eSPI host
  775. * | | IRQ +<------------+ enables VW
  776. * | | <-----------+ | channel
  777. * | | | |
  778. * | | Processed | |
  779. * | | within the | |
  780. * | | driver | |
  781. * | | | |
  782. * | | | Memory I/O | Peripheral
  783. * | | <-------------+ event
  784. * | +<------------+ |
  785. * +<-----------------------------+ callback | |
  786. * | Report peripheral event | | |
  787. * | and data for the event | | |
  788. * | | | |
  789. * | | | SLP_S5 | eSPI host
  790. * | | <-------------+ send VWire
  791. * | +<------------+ |
  792. * +<-----------------------------+ callback | |
  793. * | App enables/configures | | |
  794. * | discrete regulator | | |
  795. * | | | |
  796. * | espi_send_vwire_signal | | |
  797. * +------------------------------>------------>|------------>|
  798. * | | | |
  799. * | | | HOST_RST | eSPI host
  800. * | | <-------------+ send VWire
  801. * | +<------------+ |
  802. * +<-----------------------------+ callback | |
  803. * | App reset host-related | | |
  804. * | data structures | | |
  805. * | | | |
  806. * | | | C10 | eSPI host
  807. * | | +<------------+ send VWire
  808. * | <-------------+ |
  809. * <------------------------------+ | |
  810. * | App executes | | |
  811. * + power mgmt policy | | |
  812. */
  813. /**
  814. * @brief Helper to initialize a struct espi_callback properly.
  815. *
  816. * @param callback A valid Application's callback structure pointer.
  817. * @param handler A valid handler function pointer.
  818. * @param evt_type indicates the eSPI event relevant for the handler.
  819. * for VWIRE_RECEIVED event the data will indicate the new level asserted
  820. */
  821. static inline void espi_init_callback(struct espi_callback *callback,
  822. espi_callback_handler_t handler,
  823. enum espi_bus_event evt_type)
  824. {
  825. __ASSERT(callback, "Callback pointer should not be NULL");
  826. __ASSERT(handler, "Callback handler pointer should not be NULL");
  827. callback->handler = handler;
  828. callback->evt_type = evt_type;
  829. }
  830. /**
  831. * @brief Add an application callback.
  832. * @param dev Pointer to the device structure for the driver instance.
  833. * @param callback A valid Application's callback structure pointer.
  834. * @return 0 if successful, negative errno code on failure.
  835. *
  836. * @note Callbacks may be added to the device from within a callback
  837. * handler invocation, but whether they are invoked for the current
  838. * eSPI event is not specified.
  839. *
  840. * Note: enables to add as many callback as needed on the same device.
  841. */
  842. static inline int espi_add_callback(const struct device *dev,
  843. struct espi_callback *callback)
  844. {
  845. const struct espi_driver_api *api =
  846. (const struct espi_driver_api *)dev->api;
  847. if (!api->manage_callback) {
  848. return -ENOTSUP;
  849. }
  850. return api->manage_callback(dev, callback, true);
  851. }
  852. /**
  853. * @brief Remove an application callback.
  854. * @param dev Pointer to the device structure for the driver instance.
  855. * @param callback A valid application's callback structure pointer.
  856. * @return 0 if successful, negative errno code on failure.
  857. *
  858. * @warning It is explicitly permitted, within a callback handler, to
  859. * remove the registration for the callback that is running, i.e. @p
  860. * callback. Attempts to remove other registrations on the same
  861. * device may result in undefined behavior, including failure to
  862. * invoke callbacks that remain registered and unintended invocation
  863. * of removed callbacks.
  864. *
  865. * Note: enables to remove as many callbacks as added through
  866. * espi_add_callback().
  867. */
  868. static inline int espi_remove_callback(const struct device *dev,
  869. struct espi_callback *callback)
  870. {
  871. const struct espi_driver_api *api =
  872. (const struct espi_driver_api *)dev->api;
  873. if (!api->manage_callback) {
  874. return -ENOTSUP;
  875. }
  876. return api->manage_callback(dev, callback, false);
  877. }
  878. #ifdef __cplusplus
  879. }
  880. #endif
  881. /**
  882. * @}
  883. */
  884. #include <syscalls/espi.h>
  885. #endif /* ZEPHYR_INCLUDE_ESPI_H_ */