From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilias Apalodimas Date: Tue, 12 May 2020 07:34:07 +0300 Subject: [PATCH 1/5 v2] efi_loader: Add headers for EDK2 StandAloneMM communication In-Reply-To: References: <20200511181403.19448-1-ilias.apalodimas@linaro.org> <20200511181403.19448-2-ilias.apalodimas@linaro.org> Message-ID: <20200512043407.GA39987@apalos.home> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > > %s/SMM_VARIABLE_COMMUNICATE_GET_PAYLOAD_SIZE/SMM_VARIABLE_COMMUNICATE_GET_PAYLOAD_SIZE./ > > > + * @size: vendor GUID [...] > > + * @name_size: size of the name of the variable > > + * @name: variable name > > + * > > + * Defined in EDK2 as SMM_VARIABLE_COMMUNICATE_GET_PAYLOAD_SIZE > > %s/SMM_VARIABLE_COMMUNICATE_GET_PAYLOAD_SIZE/SMM_VARIABLE_COMMUNICATE_GET_NEXT_VARIABLE_NAME./ > > Too much copy and paste ;) > > > + */ > > + * @attr: attributes to query storage for [...] > > + * > > + * Defined in EDK2 as SMM_VARIABLE_COMMUNICATE_GET_PAYLOAD_SIZE > > %s/SMM_VARIABLE_COMMUNICATE_GET_PAYLOAD_SIZE/SMM_VARIABLE_COMMUNICATE_QUERY_VARIABLE_INFO./ > > I hope I caught all comment errors. Please, recheck. > There were 3-4 more c/p trainwrecks in there. I'll post a v3 once you are done with your testing. Thanks /Ilias