mirror of https://github.com/acidanthera/audk.git
sync filename exactly.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5482 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
29870c8d61
commit
03417d8d31
|
@ -1,5 +1,5 @@
|
||||||
/** @file
|
/** @file
|
||||||
Copyright (c) 2006 - 2007 Intel Corporation. <BR>
|
Copyright (c) 2006 - 2008, Intel Corporation.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include "idebus.h"
|
#include "IdeBus.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Sends out an ATA Identify Command to the specified device.
|
Sends out an ATA Identify Command to the specified device.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/** @file
|
/** @file
|
||||||
Copyright (c) 2006 - 2007, Intel Corporation
|
Copyright (c) 2006 - 2008, Intel Corporation
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include "idebus.h"
|
#include "IdeBus.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This function is used to get the current status of the media residing
|
This function is used to get the current status of the media residing
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/** @file
|
/** @file
|
||||||
Copyright (c) 2006, Intel Corporation
|
Copyright (c) 2006 - 2008, Intel Corporation
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include "idebus.h"
|
#include "IdeBus.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// EFI Component Name Protocol
|
// EFI Component Name Protocol
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/** @file
|
/** @file
|
||||||
Copyright (c) 2006, Intel Corporation
|
Copyright (c) 2006 - 2008, Intel Corporation
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
|
||||||
#include "idebus.h"
|
#include "IdeBus.h"
|
||||||
|
|
||||||
CHAR16 *OptionString[4] = {
|
CHAR16 *OptionString[4] = {
|
||||||
L"Enable Primary Master (Y/N)? -->",
|
L"Enable Primary Master (Y/N)? -->",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/** @file
|
/** @file
|
||||||
Copyright (c) 2006, Intel Corporation
|
Copyright (c) 2006 - 2008, Intel Corporation
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
|
||||||
#include "idebus.h"
|
#include "IdeBus.h"
|
||||||
|
|
||||||
#define IDE_BUS_DIAGNOSTIC_ERROR L"PCI IDE/ATAPI Driver Diagnostics Failed"
|
#define IDE_BUS_DIAGNOSTIC_ERROR L"PCI IDE/ATAPI Driver Diagnostics Failed"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/** @file
|
/** @file
|
||||||
Copyright (c) 2006, Intel Corporation
|
Copyright (c) 2006 - 2008, Intel Corporation
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include "idebus.h"
|
#include "IdeBus.h"
|
||||||
|
|
||||||
BOOLEAN ChannelDeviceDetected = FALSE;
|
BOOLEAN ChannelDeviceDetected = FALSE;
|
||||||
BOOLEAN SlaveDeviceExist = FALSE;
|
BOOLEAN SlaveDeviceExist = FALSE;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/** @file
|
/** @file
|
||||||
Copyright (c) 2006 - 2007 Intel Corporation. <BR>
|
Copyright (c) 2006 - 2008, Intel Corporation
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include "idebus.h"
|
#include "IdeBus.h"
|
||||||
|
|
||||||
#define PCI_CLASS_MASS_STORAGE 0x01
|
#define PCI_CLASS_MASS_STORAGE 0x01
|
||||||
#define PCI_SUB_CLASS_IDE 0x01
|
#define PCI_SUB_CLASS_IDE 0x01
|
||||||
|
|
|
@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include "pcibus.h"
|
#include "Pcibus.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// EFI Component Name Protocol
|
// EFI Component Name Protocol
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
[Sources.common]
|
[Sources.common]
|
||||||
PciLib.c
|
PciLib.c
|
||||||
PciIo.c
|
PciIo.c
|
||||||
Pcibus.c
|
PciBus.c
|
||||||
PciDeviceSupport.c
|
PciDeviceSupport.c
|
||||||
ComponentName.c
|
ComponentName.c
|
||||||
ComponentName.h
|
ComponentName.h
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
PciDeviceSupport.h
|
PciDeviceSupport.h
|
||||||
PciCommand.h
|
PciCommand.h
|
||||||
PciIo.h
|
PciIo.h
|
||||||
Pcibus.h
|
PciBus.h
|
||||||
|
|
||||||
[Packages]
|
[Packages]
|
||||||
MdePkg/MdePkg.dec
|
MdePkg/MdePkg.dec
|
||||||
|
|
|
@ -14,7 +14,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
|
||||||
#include "pcibus.h"
|
#include "Pcibus.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Operate the PCI register via PciIo function interface.
|
Operate the PCI register via PciIo function interface.
|
||||||
|
|
|
@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
|
||||||
#include "pcibus.h"
|
#include "Pcibus.h"
|
||||||
#include "PciDeviceSupport.h"
|
#include "PciDeviceSupport.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
|
||||||
#include "pcibus.h"
|
#include "PciBus.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Initializes a PCI Driver Override Instance
|
Initializes a PCI Driver Override Instance
|
||||||
|
|
|
@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
|
||||||
#include "pcibus.h"
|
#include "PciBus.h"
|
||||||
#include "PciEnumerator.h"
|
#include "PciEnumerator.h"
|
||||||
#include "PciResourceSupport.h"
|
#include "PciResourceSupport.h"
|
||||||
#include "PciOptionRomSupport.h"
|
#include "PciOptionRomSupport.h"
|
||||||
|
|
|
@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
|
||||||
#include "pcibus.h"
|
#include "PciBus.h"
|
||||||
#include "PciEnumeratorSupport.h"
|
#include "PciEnumeratorSupport.h"
|
||||||
#include "PciCommand.h"
|
#include "PciCommand.h"
|
||||||
#include "PciIo.h"
|
#include "PciIo.h"
|
||||||
|
|
|
@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
|
||||||
#include "pcibus.h"
|
#include "PciBus.h"
|
||||||
#include "PciHotPlugSupport.h"
|
#include "PciHotPlugSupport.h"
|
||||||
|
|
||||||
EFI_PCI_HOT_PLUG_INIT_PROTOCOL *gPciHotPlugInit;
|
EFI_PCI_HOT_PLUG_INIT_PROTOCOL *gPciHotPlugInit;
|
||||||
|
|
|
@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
|
||||||
#include "pcibus.h"
|
#include "PciBus.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// Internal use only
|
// Internal use only
|
||||||
|
|
|
@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include "pcibus.h"
|
#include "PciBus.h"
|
||||||
|
|
||||||
GLOBAL_REMOVE_IF_UNREFERENCED EFI_PCI_HOTPLUG_REQUEST_PROTOCOL gPciHotPlugRequest = {
|
GLOBAL_REMOVE_IF_UNREFERENCED EFI_PCI_HOTPLUG_REQUEST_PROTOCOL gPciHotPlugRequest = {
|
||||||
PciHotPlugRequestNotify
|
PciHotPlugRequestNotify
|
||||||
|
|
|
@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include "pcibus.h"
|
#include "PciBus.h"
|
||||||
#include "PciResourceSupport.h"
|
#include "PciResourceSupport.h"
|
||||||
|
|
||||||
#include <IndustryStandard/Pci23.h>
|
#include <IndustryStandard/Pci23.h>
|
||||||
|
|
|
@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include "pcibus.h"
|
#include "PciBus.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This function is intended to turn off PWE assertion and
|
This function is intended to turn off PWE assertion and
|
||||||
|
|
|
@ -11,7 +11,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include "pcibus.h"
|
#include "PciBus.h"
|
||||||
#include "PciResourceSupport.h"
|
#include "PciResourceSupport.h"
|
||||||
#include "PciCommand.h"
|
#include "PciCommand.h"
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include "pcibus.h"
|
#include "PciBus.h"
|
||||||
#include "PciRomTable.h"
|
#include "PciRomTable.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
|
@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
|
||||||
#include "pcibus.h"
|
#include "Pcibus.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// PCI Bus Driver Global Variables
|
// PCI Bus Driver Global Variables
|
||||||
|
|
Loading…
Reference in New Issue