mirror of https://github.com/acidanthera/audk.git
IntelSiliconPkg: Fix format issues
1. Fix doxygen formt 2. Fix Guid format Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
parent
149c104218
commit
6e9e19aa84
|
@ -1,7 +1,7 @@
|
|||
/** @file
|
||||
FirmwareInterfaceTable (FIT) related definitions.
|
||||
|
||||
@todo: update document/spec reference
|
||||
@todo update document/spec reference
|
||||
|
||||
Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
|
||||
This program and the accompanying materials
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/** @file
|
||||
Intel Firmware Version Info (FVI) related definitions.
|
||||
|
||||
@todo: update document/spec reference
|
||||
@todo update document/spec reference
|
||||
|
||||
Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
|
||||
This program and the accompanying materials
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
Sub-structures define the different parts of the OpRegion followed by the
|
||||
main structure representing the entire OpRegion.
|
||||
|
||||
@note: These structures are packed to 1 byte offsets because the exact
|
||||
@note These structures are packed to 1 byte offsets because the exact
|
||||
data location is required by the supporting design specification due to
|
||||
the fact that the data is used by ASL and Graphics driver code compiled
|
||||
separately.
|
||||
|
|
|
@ -37,7 +37,7 @@ HobLib
|
|||
UefiLib
|
||||
|
||||
[Guids]
|
||||
gIntelSmbiosDataHobGuid ## CONSUMES
|
||||
gIntelSmbiosDataHobGuid ## CONSUMES ## GUID
|
||||
|
||||
[Depex]
|
||||
gEfiSmbiosProtocolGuid
|
||||
|
|
Loading…
Reference in New Issue