Lines Matching refs:XML
90 two types of proprietary XML format files in BIOS configuration. Type-0 contain
91 full BIOS variables in XML format. (Generated by BIOS) Type-1 contain modified
92 BIOS variables in XML format. (Generated by BMC)
95 must send compressed proprietary XML type 0 file via IPMI command to the BMC.
97 IPMI interface should decompress & validate the received XML Type 0. IPMI
98 interface should convert the XML Type 0 into native to D-bus format and send to
101 During BDS phase in BIOS. BIOS must get the existing XML info from BMC. If XML
102 version/checksum is mismatch or XML Type 0 is not present in BMC, then BIOS must
103 send XML type 0 to the BMC. If XML version and XML checksum matched & pending
104 BIOS attributes list exist (XML Type 1) in BMC then BIOS must get pending BIOS
105 configuration (XML Type 1) from BMC & update in BIOS region and send updated XML
142 …| |Get the XML Type0 info |<---Req-/Res--> | Provide the XML Type 0 Info | | …
144 …| |XML type 0 file | | | Validate the XML Type 0 | |Collect the …
145 …| | | | | Unzip the XML Type 0 |--dbus-->| AllBaseAttr…
146 …| | Send the XML Type 0 |<---Req-/Res--->| Convert into D-bus format | …
179 …| |Get the XML Type 0 info|<---Req-/Res--> | Provide the XML Type 0 Info | | …
181 …| |XML type 0 file. | | | | |Collect the …
182 …| |Check XML file Chksum. | | | Validate the XML Type 0 |--dbus-->| BaseBIOSTab…
183 …| |If Chksum mismatch |<---Req-/Res--->| Unzip XML Type 0 & convert | | …
217 …| |Get the XML Type 0 info|<---Req-/Res--> | Provide the XML Type 0 Info | | …
219 …| |XML Type 0 file. | | | | | …
220 …| |Check XML file Chksum. | | | | | …
221 …| |If Chksum match |<---Req-/Res--->| Provide the XML Type 0 | | …
222 …| |then get the XML Type 1| | | | | …
224 …| |Get the XML Type 1 | | | | | …
225 …| |via GetPayload command.|<---Req-/Res--->| Provide the XML Type 1 | | …
228 …| |and new chksum in |<---Req-/Res--->| Get new XML Type 0 & convert |--dbus-->| Collect the…