audk/MdeModulePkg/Universal/BdsDxe/BootMaint
qhuang8 f3f2e05db8 Clean up to update the reference of the these macros:
EFI_SIGNATURE_16 -> SIGNATURE_16
  EFI_SIGNATURE_32 -> SIGNATURE_32
  EFI_SIGNATURE_64 -> SIGNATURE_64
  EFI_FIELD_OFFSET -> OFFSET_OF
  EFI_MAX_BIT      -> MAX_BIT
  EFI_MAX_ADDRESS  -> MAX_ADDRESS
These macros are not defined in UEFI spec. It makes more sense to use the equivalent macros in Base.h to avoid alias.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7056 6f19259b-4bc3-4df7-8a09-765794883524
2008-12-16 15:34:21 +00:00
..
BBSsupport.c Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its implementation only check if a pointer is NULL. If a garbage pointer is passed in, the gBS->FreePool will still ASSERT in debug build and return error code. 2008-10-30 07:32:46 +00:00
BBSsupport.h clean up the un-suitable ';' location when declaring the functions. 2008-09-04 09:37:28 +00:00
Bm.vfr Update all files to follow doxygen style file header. 2008-04-09 05:38:12 +00:00
BmLib.c Update structure name aligned to UEFI specification. 2008-12-09 14:26:10 +00:00
Bmstring.uni Update all files to follow doxygen style file header. 2008-04-09 05:38:12 +00:00
BootMaint.c Refine MdeModulePkg to pass GCC build. 2008-11-18 07:01:14 +00:00
BootMaint.h Clean up to update the reference of the these macros: 2008-12-16 15:34:21 +00:00
BootOption.c Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its implementation only check if a pointer is NULL. If a garbage pointer is passed in, the gBS->FreePool will still ASSERT in debug build and return error code. 2008-10-30 07:32:46 +00:00
ConsoleOption.c Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its implementation only check if a pointer is NULL. If a garbage pointer is passed in, the gBS->FreePool will still ASSERT in debug build and return error code. 2008-10-30 07:32:46 +00:00
Data.c Refine MdeModulePkg to pass GCC build. 2008-11-18 07:01:14 +00:00
FE.vfr Update all files to follow doxygen style file header. 2008-04-09 05:38:12 +00:00
FileExplorer.c Code scrub for BdsDxe module. 2008-07-22 06:46:58 +00:00
FormGuid.h Code scrub for BdsDxe module. 2008-07-22 06:46:58 +00:00
UpdatePage.c Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its implementation only check if a pointer is NULL. If a garbage pointer is passed in, the gBS->FreePool will still ASSERT in debug build and return error code. 2008-10-30 07:32:46 +00:00
Variable.c 1, Add <Library/DevicePathLib.h> for all source that use device path utility macros 2008-11-11 15:42:40 +00:00