mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-07 19:45:07 +02:00
Modify all file header to follow doxygen format
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4906 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1564e9ac2c
commit
6ae8142848
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -17,7 +17,7 @@ Abstract:
|
||||
|
||||
Tiano PEIM to provide the platform support functionality within Windows
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006 - 2007, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -20,7 +20,7 @@ Abstract:
|
||||
the CPU-specific setjump/long pair. Other services are not implemented
|
||||
in this driver.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
|
||||
#include "CpuDriver.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -17,7 +17,7 @@ Abstract:
|
||||
|
||||
NT Emulation Architectural Protocol Driver as defined in Tiano.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#ifndef _CPU_ARCHITECTURAL_PROTOCOL_DRIVER_H_
|
||||
#define _CPU_ARCHITECTURAL_PROTOCOL_DRIVER_H_
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -21,7 +21,7 @@ Abstract:
|
||||
the implementations of architectural protocols and the PCI Root
|
||||
Bridge I/O Protocol.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include <CpuDriver.h>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006 - 2007, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -17,7 +17,7 @@ Abstract:
|
||||
|
||||
Revision History
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
//
|
||||
// The package level header files this module uses
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -18,7 +18,7 @@ Abstract:
|
||||
Defines data structure that is the volume header found.These data is intent
|
||||
to decouple FVB driver with FV header.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
//
|
||||
// The package level header files this module uses
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -17,7 +17,7 @@ Abstract:
|
||||
|
||||
Firmware volume block driver for Intel Firmware Hub (FWH) device
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#ifndef _FW_BLOCK_SERVICE_H
|
||||
#define _FW_BLOCK_SERVICE_H
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -15,7 +15,7 @@ Module Name:
|
||||
Abstract:
|
||||
Public include file for the WinNt Library
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#ifndef __WIN_NT_INCLUDE_H__
|
||||
#define __WIN_NT_INCLUDE_H__
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -17,7 +17,7 @@ Abstract:
|
||||
|
||||
Nt Autoscan PPI
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#ifndef __NT_PEI_AUTOSCAN_H__
|
||||
#define __NT_PEI_AUTOSCAN_H__
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -17,7 +17,7 @@ Abstract:
|
||||
|
||||
WinNt FWH PPI as defined in Tiano
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#ifndef __NT_PEI_FWH_H__
|
||||
#define __NT_PEI_FWH_H__
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -19,7 +19,7 @@ Abstract:
|
||||
|
||||
When the PEI core is done it calls the DXE IPL via PPI
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#ifndef __NT_PEI_LOAD_FILE_H__
|
||||
#define __NT_PEI_LOAD_FILE_H__
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -17,7 +17,7 @@ Abstract:
|
||||
|
||||
WinNt Thunk interface PPI
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#ifndef __NT_PEI_WIN_NT_THUNK_H__
|
||||
#define __NT_PEI_WIN_NT_THUNK_H__
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -15,7 +15,7 @@ Module Name:
|
||||
|
||||
Abstract:
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#ifndef __WIN_NT_IO_H__
|
||||
#define __WIN_NT_IO_H__
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -25,7 +25,7 @@ Abstract:
|
||||
|
||||
YOU MUST include EfiWinNT.h in place of Efi.h to make this file compile.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#ifndef __WIN_NT_THUNK_H__
|
||||
#define __WIN_NT_THUNK_H__
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -15,7 +15,7 @@ Module Name:
|
||||
Abstract:
|
||||
Public include file for the WinNt Library
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#ifndef __WIN_NT_DXE_H__
|
||||
#define __WIN_NT_DXE_H__
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -15,7 +15,7 @@ Module Name:
|
||||
Abstract:
|
||||
Public include file for the WinNt Library
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#ifndef __WIN_NT_PEIM_H__
|
||||
#define __WIN_NT_PEIM_H__
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -19,7 +19,7 @@ Abstract:
|
||||
to produce PeCoff library class.
|
||||
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include <PiDxe.h>
|
||||
#include <Guid/PeiPeCoffLoader.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -17,7 +17,7 @@ Abstract:
|
||||
|
||||
WinNt Library
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include <PiDxe.h>
|
||||
#include <WinNtDxe.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2004 - 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -18,7 +18,7 @@ Abstract:
|
||||
This file include all platform action which can be customized
|
||||
by IBV/OEM.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include "BdsPlatform.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2004 - 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -17,7 +17,7 @@ Abstract:
|
||||
|
||||
Head file for BDS Platform specific code
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#ifndef _BDS_PLATFORM_H
|
||||
#define _BDS_PLATFORM_H
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2004 - 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -18,7 +18,7 @@ Abstract:
|
||||
Defined the platform specific device path which will be used by
|
||||
platform Bbd to perform the platform policy connect.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include "BdsPlatform.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006 - 2007, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -19,7 +19,7 @@ Abstract:
|
||||
|
||||
Revision History
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include <PiPei.h>
|
||||
#include <IndustryStandard/PeImage.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -19,7 +19,7 @@ Abstract:
|
||||
to produce PeCoff library class.
|
||||
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include <PiPei.h>
|
||||
#include <Guid/PeiPeCoffLoader.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -19,7 +19,7 @@ Abstract:
|
||||
to produce PeCoff library class.
|
||||
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include <PiPei.h>
|
||||
#include <Guid/PeiPeCoffLoader.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -17,7 +17,7 @@ Abstract:
|
||||
|
||||
NT Emulation Metronome Architectural Protocol Driver as defined in DXE CIS
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include "Metronome.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -17,7 +17,7 @@ Abstract:
|
||||
|
||||
NT Emulation Metronome Architectural Protocol Driver as defined in DXE CIS
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#ifndef _NT_THUNK_METRONOME_H_
|
||||
#define _NT_THUNK_METRONOME_H_
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -18,7 +18,7 @@ Abstract:
|
||||
This driver parses the mMiscSubclassDataTable structure and reports
|
||||
any generated data to the DataHub.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include "MiscSubclassDriver.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -18,7 +18,7 @@ Abstract:
|
||||
This driver parses the mMiscSubclassDataTable structure and reports
|
||||
any generated data to the DataHub.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include "MiscSubclassDriver.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -18,7 +18,7 @@ Abstract:
|
||||
This driver parses the mMiscSubclassDataTable structure and reports
|
||||
any generated data to the DataHub.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include "MiscSubclassDriver.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -18,7 +18,7 @@ Abstract:
|
||||
This driver parses the mMiscSubclassDataTable structure and reports
|
||||
any generated data to the DataHub.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include "MiscSubclassDriver.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -18,7 +18,7 @@ Abstract:
|
||||
Misc class required EFI Device Path definitions (Ports, slots &
|
||||
onboard devices)
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#ifndef _MISC_DEVICE_PATH_H
|
||||
#define _MISC_DEVICE_PATH_H
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -18,7 +18,7 @@ Abstract:
|
||||
This driver parses the mMiscSubclassDataTable structure and reports
|
||||
any generated data to the DataHub.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include "MiscSubclassDriver.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -18,7 +18,7 @@ Abstract:
|
||||
This driver parses the mMiscSubclassDataTable structure and reports
|
||||
any generated data to the DataHub.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include "MiscSubclassDriver.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -18,7 +18,7 @@ Abstract:
|
||||
This driver parses the mMiscSubclassDataTable structure and reports
|
||||
any generated data to the DataHub.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include "MiscSubclassDriver.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -18,7 +18,7 @@ Abstract:
|
||||
This driver parses the mMiscSubclassDataTable structure and reports
|
||||
any generated data to the DataHub.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include "MiscSubclassDriver.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -18,7 +18,7 @@ Abstract:
|
||||
This driver parses the mMiscSubclassDataTable structure and reports
|
||||
any generated data to the DataHub.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include "MiscSubclassDriver.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -17,7 +17,7 @@ Abstract:
|
||||
|
||||
Header file for MiscSubclass Driver.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#ifndef _MISC_SUBCLASS_DRIVER_H
|
||||
#define _MISC_SUBCLASS_DRIVER_H
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -18,7 +18,7 @@ Abstract:
|
||||
This driver parses the mMiscSubclassDataTable structure and reports
|
||||
any generated data to the DataHub.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include "MiscSubclassDriver.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006 - 2007, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -18,7 +18,7 @@ Abstract:
|
||||
This driver parses the mMiscSubclassDataTable structure and reports
|
||||
any generated data to the DataHub.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include "MiscSubclassDriver.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -18,7 +18,7 @@ Abstract:
|
||||
This driver parses the mMiscSubclassDataTable structure and reports
|
||||
any generated data to the DataHub.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include "MiscSubclassDriver.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -18,7 +18,7 @@ Abstract:
|
||||
This driver parses the mMiscSubclassDataTable structure and reports
|
||||
any generated data to the DataHub.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include "MiscSubclassDriver.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -18,7 +18,7 @@ Abstract:
|
||||
This driver parses the mMiscSubclassDataTable structure and reports
|
||||
any generated data to the DataHub.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include "MiscSubclassDriver.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -18,7 +18,7 @@ Abstract:
|
||||
This driver parses the mMiscSubclassDataTable structure and reports
|
||||
any generated data to the DataHub.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include "MiscSubclassDriver.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -18,7 +18,7 @@ Abstract:
|
||||
This driver parses the mMiscSubclassDataTable structure and reports
|
||||
any generated data to the DataHub.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include "MiscSubclassDriver.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -17,7 +17,7 @@ Abstract:
|
||||
|
||||
NT Emulation Architectural Protocol Driver as defined in Tiano
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include <PiDxe.h>
|
||||
#include <WinNtDxe.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -17,7 +17,7 @@ Abstract:
|
||||
|
||||
Reset Architectural Protocol as defined in Tiano under NT Emulation
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include <PiDxe.h>
|
||||
#include <WinNtDxe.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -16,7 +16,7 @@ Abstract:
|
||||
A simple FV stack so the SEC can extract the SEC Core from an
|
||||
FV.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include "SecMain.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -26,7 +26,7 @@ Abstract:
|
||||
This code produces 128 K of temporary memory for the PEI stack by directly
|
||||
allocate memory space with ReadWrite and Execute attribute.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include "SecMain.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -16,7 +16,7 @@ Module Name:
|
||||
Abstract:
|
||||
Include file for Windows API based SEC
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <Base.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -32,7 +32,7 @@ Abstract:
|
||||
gWinNt is a a public exported global that contains the initialized
|
||||
data.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include "SecMain.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -21,7 +21,7 @@ Abstract:
|
||||
timer service. In the future, the Thread creation should possibly be
|
||||
abstracted by the CPU architectural protocol
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include "Timer.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -19,7 +19,7 @@ Abstract:
|
||||
This Timer module uses an NT Thread to simulate the timer-tick driven
|
||||
timer service.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#ifndef _TIMER_H_
|
||||
#define _TIMER_H_
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -17,7 +17,7 @@ Abstract:
|
||||
|
||||
Revision History
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
//
|
||||
// The package level header files this module uses
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -15,7 +15,7 @@ Module Name:
|
||||
|
||||
Abstract:
|
||||
|
||||
--*/
|
||||
**/
|
||||
#include <Uefi.h>
|
||||
#include <WinNtDxe.h>
|
||||
#include <Protocol/ComponentName.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -15,7 +15,7 @@ Module Name:
|
||||
|
||||
Abstract:
|
||||
|
||||
--*/
|
||||
**/
|
||||
#include <Uefi.h>
|
||||
#include <WinNtDxe.h>
|
||||
#include <Protocol/BlockIo.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006 - 2007, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -15,7 +15,7 @@ Module Name:
|
||||
|
||||
Abstract:
|
||||
|
||||
--*/
|
||||
**/
|
||||
#include <Uefi.h>
|
||||
#include <WinNtDxe.h>
|
||||
#include <Protocol/BlockIo.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006 - 2007, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -58,7 +58,7 @@ Abstract:
|
||||
|
||||
* Other names and brands may be claimed as the property of others.
|
||||
|
||||
--*/
|
||||
**/
|
||||
#include <Uefi.h>
|
||||
#include <WinNtDxe.h>
|
||||
#include <Protocol/WinNtThunk.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -22,7 +22,7 @@ Abstract:
|
||||
|
||||
* Other names and brands may be claimed as the property of others.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#ifndef _WIN_NT_BLOCK_IO_H_
|
||||
#define _WIN_NT_BLOCK_IO_H_
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -15,7 +15,7 @@ Module Name:
|
||||
|
||||
Abstract:
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
//
|
||||
// The package level header files this module uses
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*+++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006 - 2007, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -220,7 +220,7 @@ Returns:
|
||||
|
||||
None
|
||||
|
||||
--*/
|
||||
**/
|
||||
// TODO: This - add argument and description to function comment
|
||||
// TODO: ControllerHandle - add argument and description to function comment
|
||||
// TODO: RemainingDevicePath - add argument and description to function comment
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -205,7 +205,7 @@ Returns:
|
||||
|
||||
TODO: add return values
|
||||
|
||||
--*/
|
||||
**/
|
||||
;
|
||||
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -17,7 +17,7 @@ Abstract:
|
||||
|
||||
Revision History
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
//
|
||||
// The package level header files this module uses
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -17,7 +17,7 @@ Abstract:
|
||||
|
||||
PEIM to build GUIDed HOBs for platform specific flash map
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
//
|
||||
// The package level header files this module uses
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -15,7 +15,7 @@ Module Name:
|
||||
|
||||
Abstract:
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include "WinNtSerialIo.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006 - 2007, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -43,7 +43,7 @@ Abstract:
|
||||
If Handle(1) contains a gEfiWinNtSerialPortGuid protocol then the driver is
|
||||
loaded on the device.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#include "WinNtSerialIo.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -16,7 +16,7 @@ Module Name:
|
||||
Abstract:
|
||||
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#ifndef _WIN_NT_SERIAL_IO_
|
||||
#define _WIN_NT_SERIAL_IO_
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -15,7 +15,7 @@ Module Name:
|
||||
|
||||
Abstract:
|
||||
|
||||
--*/
|
||||
**/
|
||||
//
|
||||
// The package level header files this module uses
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006 - 2007, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -22,7 +22,7 @@ Abstract:
|
||||
|
||||
* Other names and brands may be claimed as the property of others.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
//
|
||||
// The package level header files this module uses
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -22,7 +22,7 @@ Abstract:
|
||||
|
||||
* Other names and brands may be claimed as the property of others.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#ifndef _WIN_NT_SIMPLE_FILE_SYSTEM_H_
|
||||
#define _WIN_NT_SIMPLE_FILE_SYSTEM_H_
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -24,7 +24,7 @@ Abstract:
|
||||
protocol on this handle. This driver can only support one one WinNtThunk protocol
|
||||
in the system, since the device path is hard coded.
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
//
|
||||
// The package level header files this module uses
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -15,7 +15,7 @@ Module Name:
|
||||
|
||||
Abstract:
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
#ifndef _WIN_NT_THUNK_H_
|
||||
#define _WIN_NT_THUNK_H_
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*++
|
||||
/**@file
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@ -19,7 +19,7 @@ Abstract:
|
||||
|
||||
Revision History
|
||||
|
||||
--*/
|
||||
**/
|
||||
|
||||
//
|
||||
// The package level header files this module uses
|
||||
|
Loading…
x
Reference in New Issue
Block a user