mirror of https://github.com/acidanthera/audk.git
Fix capitalization
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@219 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
dc13f95d78
commit
4cbd855edf
|
@ -52,20 +52,20 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
<Filename>DxeLoad.c</Filename>
|
||||
<Filename>DxeIpl.dxs</Filename>
|
||||
<Arch ArchType="IA32">
|
||||
<Filename>ia32/ImageRead.c</Filename>
|
||||
<Filename>ia32/DxeLoadFunc.c</Filename>
|
||||
<Filename>Ia32/ImageRead.c</Filename>
|
||||
<Filename>Ia32/DxeLoadFunc.c</Filename>
|
||||
</Arch>
|
||||
<Arch ArchType="X64">
|
||||
<Filename>ia32/ImageRead.c</Filename>
|
||||
<Filename>ia32/DxeLoadFunc.c</Filename>
|
||||
<Filename>Ia32/ImageRead.c</Filename>
|
||||
<Filename>Ia32/DxeLoadFunc.c</Filename>
|
||||
</Arch>
|
||||
<Arch ArchType="IPF">
|
||||
<Filename>ipf/ImageRead.c</Filename>
|
||||
<Filename>ipf/DxeLoadFunc.c</Filename>
|
||||
</Arch>
|
||||
<Arch ArchType="EBC">
|
||||
<Filename>ia32/ImageRead.c</Filename>
|
||||
<Filename>ia32/DxeLoadFunc.c</Filename>
|
||||
<Filename>Ia32/ImageRead.c</Filename>
|
||||
<Filename>Ia32/DxeLoadFunc.c</Filename>
|
||||
</Arch>
|
||||
</SourceFiles>
|
||||
<Includes>
|
||||
|
|
|
@ -24,7 +24,7 @@ Abstract:
|
|||
--*/
|
||||
|
||||
#include <PeiMain.h>
|
||||
#include "Dependency.h"
|
||||
#include "dependency.h"
|
||||
|
||||
STATIC
|
||||
BOOLEAN
|
||||
|
|
|
@ -76,7 +76,7 @@ Abstract:
|
|||
#include <Protocol/AcpiS3Save.h>
|
||||
#include <Protocol/Performance.h>
|
||||
#include <Protocol/PxeDhcp4.h>
|
||||
#include <Protocol/PxeDhcp4Callback.h>
|
||||
#include <Protocol/PxeDhcp4CallBack.h>
|
||||
#include <Protocol/UgaIo.h>
|
||||
#include <Protocol/DebugAssert.h>
|
||||
#include <Protocol/usbatapi.h>
|
||||
|
|
|
@ -42,8 +42,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
<Filename>DebugSupport.c</Filename>
|
||||
<Filename>DebugSupport.dxs</Filename>
|
||||
<Arch ArchType="IA32">
|
||||
<Filename>ia32/AsmFuncs.asm</Filename>
|
||||
<Filename>ia32/plDebugSupport.c</Filename>
|
||||
<Filename>Ia32/AsmFuncs.s</Filename>
|
||||
<Filename>Ia32/plDebugSupport.c</Filename>
|
||||
</Arch>
|
||||
<Arch ArchType="IPF">
|
||||
<Filename>ipf/AsmFuncs.s</Filename>
|
||||
|
|
|
@ -48,7 +48,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
<Filename>Gpt.h</Filename>
|
||||
<Filename>Mbr.h</Filename>
|
||||
<Filename>Partition.c</Filename>
|
||||
<Filename>Eltorito.c</Filename>
|
||||
<Filename>ElTorito.c</Filename>
|
||||
<Filename>Gpt.c</Filename>
|
||||
<Filename>Mbr.c</Filename>
|
||||
<Filename>ComponentName.c</Filename>
|
||||
|
|
|
@ -46,7 +46,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
<Filename>FtwWorkSpace.c</Filename>
|
||||
<Filename>FtwLite.dxs</Filename>
|
||||
<Arch ArchType="IA32">
|
||||
<Filename>ia32/Ia32FtwMisc.c</Filename>
|
||||
<Filename>Ia32/Ia32FtwMisc.c</Filename>
|
||||
</Arch>
|
||||
<Arch ArchType="X64">
|
||||
<Filename>x64/x64FtwMisc.c</Filename>
|
||||
|
@ -55,7 +55,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
<Filename>Ipf/IpfFtwMisc.c</Filename>
|
||||
</Arch>
|
||||
<Arch ArchType="EBC">
|
||||
<Filename>ia32/Ia32FtwMisc.c</Filename>
|
||||
<Filename>Ia32/Ia32FtwMisc.c</Filename>
|
||||
</Arch>
|
||||
</SourceFiles>
|
||||
<Includes>
|
||||
|
|
|
@ -15,7 +15,7 @@ Abstract:
|
|||
|
||||
--*/
|
||||
|
||||
#include "bc.h"
|
||||
#include "Bc.h"
|
||||
|
||||
//
|
||||
//
|
||||
|
|
|
@ -17,7 +17,7 @@ Abstract:
|
|||
--*/
|
||||
|
||||
|
||||
#include "bc.h"
|
||||
#include "Bc.h"
|
||||
|
||||
//
|
||||
// Definitions for ARP
|
||||
|
|
|
@ -18,7 +18,7 @@ Abstract:
|
|||
--*/
|
||||
|
||||
|
||||
#include "bc.h"
|
||||
#include "Bc.h"
|
||||
|
||||
STATIC EFI_PXE_BASE_CODE_UDP_PORT DhcpServerPort = DHCP_SERVER_PORT;
|
||||
STATIC EFI_PXE_BASE_CODE_UDP_PORT DHCPClientPort = DHCP_CLIENT_PORT;
|
||||
|
|
|
@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
|
||||
|
||||
#define RAND_MAX 0x10000
|
||||
#include "bc.h"
|
||||
#include "Bc.h"
|
||||
|
||||
//
|
||||
// Definitions for internet group management protocol version 2 message
|
||||
|
|
|
@ -17,7 +17,7 @@ Abstract:
|
|||
--*/
|
||||
|
||||
|
||||
#include "bc.h"
|
||||
#include "Bc.h"
|
||||
|
||||
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
|
||||
BOOLEAN
|
||||
|
|
|
@ -33,7 +33,7 @@ Revision History
|
|||
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
|
||||
|
||||
|
||||
#include "bc.h"
|
||||
#include "Bc.h"
|
||||
|
||||
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
|
||||
UINT64
|
||||
|
|
|
@ -17,7 +17,7 @@ Abstract:
|
|||
--*/
|
||||
|
||||
|
||||
#include "bc.h"
|
||||
#include "Bc.h"
|
||||
|
||||
//
|
||||
// //////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -18,7 +18,7 @@ Abstract:
|
|||
--*/
|
||||
|
||||
|
||||
#include "bc.h"
|
||||
#include "Bc.h"
|
||||
|
||||
#define DO_MENU (EFI_SUCCESS)
|
||||
#define NO_MENU (DO_MENU + 1)
|
||||
|
|
|
@ -17,7 +17,7 @@ Abstract:
|
|||
--*/
|
||||
|
||||
|
||||
#include "snp.h"
|
||||
#include "Snp.h"
|
||||
|
||||
VOID
|
||||
EFIAPI
|
||||
|
|
|
@ -19,7 +19,7 @@ Abstract:
|
|||
--*/
|
||||
|
||||
|
||||
#include "snp.h"
|
||||
#include "Snp.h"
|
||||
|
||||
//
|
||||
// Global variables
|
||||
|
|
|
@ -18,7 +18,7 @@ Revision history:
|
|||
--*/
|
||||
|
||||
|
||||
#include "snp.h"
|
||||
#include "Snp.h"
|
||||
|
||||
EFI_STATUS
|
||||
pxe_getstatus (
|
||||
|
|
|
@ -18,7 +18,7 @@ Revision history:
|
|||
--*/
|
||||
|
||||
|
||||
#include "snp.h"
|
||||
#include "Snp.h"
|
||||
|
||||
VOID
|
||||
EFIAPI
|
||||
|
|
|
@ -18,7 +18,7 @@ Revision history:
|
|||
--*/
|
||||
|
||||
|
||||
#include "snp.h"
|
||||
#include "Snp.h"
|
||||
|
||||
EFI_STATUS
|
||||
pxe_ip2mac (
|
||||
|
|
|
@ -18,7 +18,7 @@ Revision history:
|
|||
--*/
|
||||
|
||||
|
||||
#include "snp.h"
|
||||
#include "Snp.h"
|
||||
|
||||
EFI_STATUS
|
||||
pxe_nvdata_read (
|
||||
|
|
|
@ -18,7 +18,7 @@ Revision history:
|
|||
--*/
|
||||
|
||||
|
||||
#include "snp.h"
|
||||
#include "Snp.h"
|
||||
|
||||
EFI_STATUS
|
||||
pxe_receive (
|
||||
|
|
|
@ -18,7 +18,7 @@ Revision history:
|
|||
--*/
|
||||
|
||||
|
||||
#include "snp.h"
|
||||
#include "Snp.h"
|
||||
|
||||
EFI_STATUS
|
||||
pxe_rcvfilter_enable (
|
||||
|
|
|
@ -18,7 +18,7 @@ Revision history:
|
|||
--*/
|
||||
|
||||
|
||||
#include "snp.h"
|
||||
#include "Snp.h"
|
||||
|
||||
EFI_STATUS
|
||||
pxe_reset (
|
||||
|
|
|
@ -18,7 +18,7 @@ Revision history:
|
|||
--*/
|
||||
|
||||
|
||||
#include "snp.h"
|
||||
#include "Snp.h"
|
||||
|
||||
EFI_STATUS
|
||||
pxe_shutdown (
|
||||
|
|
|
@ -16,7 +16,7 @@ Abstract:
|
|||
--*/
|
||||
|
||||
|
||||
#include "snp.h"
|
||||
#include "Snp.h"
|
||||
|
||||
EFI_STATUS
|
||||
pxe_start (
|
||||
|
|
|
@ -18,7 +18,7 @@ Revision history:
|
|||
--*/
|
||||
|
||||
|
||||
#include "snp.h"
|
||||
#include "Snp.h"
|
||||
|
||||
EFI_STATUS
|
||||
pxe_start (
|
||||
|
|
|
@ -18,7 +18,7 @@ Revision history:
|
|||
--*/
|
||||
|
||||
|
||||
#include "snp.h"
|
||||
#include "Snp.h"
|
||||
|
||||
EFI_STATUS
|
||||
pxe_get_stn_addr (
|
||||
|
|
|
@ -18,7 +18,7 @@ Revision history:
|
|||
--*/
|
||||
|
||||
|
||||
#include "snp.h"
|
||||
#include "Snp.h"
|
||||
|
||||
EFI_STATUS
|
||||
pxe_stop (
|
||||
|
|
|
@ -19,7 +19,7 @@ Revision history:
|
|||
--*/
|
||||
|
||||
|
||||
#include "snp.h"
|
||||
#include "Snp.h"
|
||||
|
||||
EFI_STATUS
|
||||
pxe_fillheader (
|
||||
|
|
Loading…
Reference in New Issue