diff --git a/htmlsrc/linktypes.html b/htmlsrc/linktypes.html index 4893330b..2a6da69a 100644 --- a/htmlsrc/linktypes.html +++ b/htmlsrc/linktypes.html @@ -2127,6 +2127,15 @@

DECT-2020 New Radio (NR) MAC layer. + + + +LINKTYPE_EDK2_MM +302 +DLT_EDK2_MM + +edk2 mm request serialization protocol. + diff --git a/htmlsrc/linktypes/LINKTYPE_EDK2_MM.html b/htmlsrc/linktypes/LINKTYPE_EDK2_MM.html new file mode 100644 index 00000000..01bf9fd0 --- /dev/null +++ b/htmlsrc/linktypes/LINKTYPE_EDK2_MM.html @@ -0,0 +1,37 @@ + +
+

+ LINKTYPE_EDK2_MM +

+
+
++---------------+
+|  Packet Type  |
+|  (4 octets)   |
++---------------+
+|    Payload    |
+.               .
+.               .
+.               .
+
+

Description

+

+ Request serialization protocol used by edk2 firmware to communicate + between normal mode and management mode ('MM' for short). +

+

+ The qemu uefi variable store implementation reuses the request + serialization protocol for firmware <-> qemu communication. +

+

+ There are three packet types (32-bit integer in little endian byte + order): +

+
    +
  • RESET (0x01) - machine reset
  • +
  • REQUEST (0x02) - normal mode -> management mode request message
  • +
  • REPLY (0x03) - management mode -> normal mode response message
  • +
+
+
+ diff --git a/linktypes.html b/linktypes.html index 93900c12..2f907621 100644 --- a/linktypes.html +++ b/linktypes.html @@ -2171,6 +2171,15 @@

DECT-2020 New Radio (NR) MAC layer. + + + +LINKTYPE_EDK2_MM +302 +DLT_EDK2_MM + +edk2 mm request serialization protocol. + diff --git a/linktypes/LINKTYPE_EDK2_MM.html b/linktypes/LINKTYPE_EDK2_MM.html new file mode 100644 index 00000000..c762535c --- /dev/null +++ b/linktypes/LINKTYPE_EDK2_MM.html @@ -0,0 +1,97 @@ + + + + + + + LINKTYPE_EDK2_MM | TCPDUMP & LIBPCAP + + + + + + + + + + + + + + +
+
+
+ + + + +
+ + +
+

+ LINKTYPE_EDK2_MM +

+
+
++---------------+
+|  Packet Type  |
+|  (4 octets)   |
++---------------+
+|    Payload    |
+.               .
+.               .
+.               .
+
+

Description

+

+ Request serialization protocol used by edk2 firmware to communicate + between normal mode and management mode ('MM' for short). +

+

+ The qemu uefi variable store implementation reuses the request + serialization protocol for firmware <-> qemu communication. +

+

+ There are three packet types (32-bit integer in little endian byte + order): +

+
    +
  • RESET (0x01) - machine reset
  • +
  • REQUEST (0x02) - normal mode -> management mode request message
  • +
  • REPLY (0x03) - management mode -> normal mode response message
  • +
+
+
+ +
+ + + + + + + + +