doc: Update eSPI sections in migration and release notes
Indicate macro and enum changes with respect to new inclusive term in eSPI specification 1.5. Signed-off-by: Jose Alberto Meza <jose.a.meza.arellano@intel.com>
This commit is contained in:
parent
929d0c8bbf
commit
5e8322f017
2 changed files with 16 additions and 0 deletions
|
@ -158,6 +158,17 @@ Controller Area Network (CAN)
|
|||
Display
|
||||
=======
|
||||
|
||||
Enhanced Serial Peripheral Interface (eSPI)
|
||||
===========================================
|
||||
* The macros ``ESPI_SLAVE_TO_MASTER`` and ``ESPI_MASTER_TO_SLAVE`` were renamed to
|
||||
``ESPI_TARGET_TO_CONTROLLER`` and ``ESPI_CONTROLLER_TO_TARGET`` respectively to reflect
|
||||
the new terminology in eSPI 1.5 specification.
|
||||
* The enum values ``ESPI_VWIRE_SIGNAL_SLV_BOOT_STS``, ``ESPI_VWIRE_SIGNAL_SLV_BOOT_DONE`` and
|
||||
all ``ESPI_VWIRE_SIGNAL_SLV_GPIO_<NUMBER>`` signals were renamed to
|
||||
``ESPI_VWIRE_SIGNAL_TARGET_BOOT_STS``, ``ESPI_VWIRE_SIGNAL_TARGET_BOOT_DONE`` and
|
||||
``ESPI_VWIRE_SIGNAL_TARGET_GPIO_<NUMBER>`` respectively to reflect the new terminology
|
||||
in eSPI 1.5 specification.
|
||||
|
||||
Flash
|
||||
=====
|
||||
|
||||
|
|
|
@ -167,6 +167,11 @@ Drivers and Sensors
|
|||
|
||||
* Entropy
|
||||
|
||||
* eSPI
|
||||
|
||||
* Renamed eSPI virtual wire direction macros and enum values to match the new terminology in
|
||||
eSPI 1.5 specification.
|
||||
|
||||
* Ethernet
|
||||
|
||||
* Deperecated eth_mcux driver in favor of the reworked nxp_enet driver.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue