mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
efi: Update some comments related to smbios tables
Clarify the operation of this code with some additional comments. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
85b469215f
commit
0864c565a2
3 changed files with 16 additions and 3 deletions
|
@ -231,8 +231,9 @@ typedef int (*smbios_write_type)(ulong *addr, int handle);
|
|||
*
|
||||
* This writes SMBIOS table at a given address.
|
||||
*
|
||||
* @addr: start address to write SMBIOS table
|
||||
* @return: end address of SMBIOS table
|
||||
* @addr: start address to write SMBIOS table. If this is not
|
||||
* 16-byte-aligned then it will be aligned before the table is written
|
||||
* @return: end address of SMBIOS table (and start address for next entry)
|
||||
*/
|
||||
ulong write_smbios_table(ulong addr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue