mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-24 06:04:52 +02:00
Fix grammer in comment
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10507 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c9b34b8cb3
commit
b830c1dfc0
@ -1,7 +1,7 @@
|
|||||||
#/** @file
|
#/** @file
|
||||||
# Beagle board package.
|
# Beagle board package.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009, Apple Inc. All rights reserved.<BR>
|
# Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials
|
# 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
|
||||||
@ -36,7 +36,8 @@
|
|||||||
UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
|
UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
|
||||||
!else
|
!else
|
||||||
DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
|
DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
|
||||||
UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf
|
UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
|
||||||
|
# UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
|
ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
|
||||||
@ -113,6 +114,8 @@
|
|||||||
ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
|
ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
|
||||||
DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
|
DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
|
||||||
|
|
||||||
|
UsbLib|AppleCommonPkg/Library/AppleUsbLib/AppleUsbDxeLib.inf
|
||||||
|
|
||||||
[LibraryClasses.common.SEC]
|
[LibraryClasses.common.SEC]
|
||||||
ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibPrePi.inf
|
ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibPrePi.inf
|
||||||
PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
||||||
@ -384,6 +387,12 @@
|
|||||||
MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
|
MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
|
||||||
MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
|
MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
|
||||||
|
|
||||||
|
AppleCommonPkg/Bus/Pci/EhciDxe/Ehci.inf
|
||||||
|
AppleCommonPkg/Bus/Usb/UsbBotDxe/UsbBot.inf
|
||||||
|
AppleCommonPkg/Bus/Usb/UsbCbiDxe/Cbi0/UsbCbi0.inf
|
||||||
|
AppleCommonPkg/Bus/Usb/UsbCbiDxe/Cbi1/UsbCbi1.inf
|
||||||
|
AppleCommonPkg/Bus/Usb/UsbBusDxe/UsbBus.inf
|
||||||
|
AppleCommonPkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorage.inf
|
||||||
|
|
||||||
#
|
#
|
||||||
# Nand Flash
|
# Nand Flash
|
||||||
@ -393,7 +402,10 @@
|
|||||||
#
|
#
|
||||||
# MMC/SD
|
# MMC/SD
|
||||||
#
|
#
|
||||||
Omap35xxPkg/MMCHSDxe/MMCHS.inf
|
Omap35xxPkg/MMCHSDxe/MMCHS.inf {
|
||||||
|
<PcdsFixedAtBuild>
|
||||||
|
gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x800fffff
|
||||||
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
# I2C
|
# I2C
|
||||||
|
@ -156,9 +156,16 @@ READ_LOCK_STATUS = TRUE
|
|||||||
|
|
||||||
#NOTE: Open source EHCI stack doesn't work on Beagleboard.
|
#NOTE: Open source EHCI stack doesn't work on Beagleboard.
|
||||||
#NOTE: UsbBus and UsbMassStorage don't work using iPhond SDK tool chain.
|
#NOTE: UsbBus and UsbMassStorage don't work using iPhond SDK tool chain.
|
||||||
INF MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
|
## INF MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
|
||||||
INF MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
|
## INF MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
|
||||||
INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
|
## INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
|
||||||
|
|
||||||
|
INF AppleCommonPkg/Bus/Pci/EhciDxe/Ehci.inf
|
||||||
|
INF AppleCommonPkg/Bus/Usb/UsbBotDxe/UsbBot.inf
|
||||||
|
INF AppleCommonPkg/Bus/Usb/UsbCbiDxe/Cbi0/UsbCbi0.inf
|
||||||
|
INF AppleCommonPkg/Bus/Usb/UsbCbiDxe/Cbi1/UsbCbi1.inf
|
||||||
|
INF AppleCommonPkg/Bus/Usb/UsbBusDxe/UsbBus.inf
|
||||||
|
INF AppleCommonPkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorage.inf
|
||||||
|
|
||||||
#
|
#
|
||||||
# UEFI application (Shell Embedded Boot Loader)
|
# UEFI application (Shell Embedded Boot Loader)
|
||||||
@ -171,10 +178,6 @@ READ_LOCK_STATUS = TRUE
|
|||||||
#
|
#
|
||||||
INF BeagleBoardPkg/Bds/Bds.inf
|
INF BeagleBoardPkg/Bds/Bds.inf
|
||||||
|
|
||||||
#
|
|
||||||
# Gdb Stub
|
|
||||||
#
|
|
||||||
#INF ArmPkg/Drivers/DebugSupportDxe/DebugSupportDxe.inf
|
|
||||||
|
|
||||||
|
|
||||||
[FV.FVMAIN_COMPACT]
|
[FV.FVMAIN_COMPACT]
|
||||||
|
@ -159,7 +159,7 @@ CEntryPoint (
|
|||||||
|
|
||||||
DEBUG ((EFI_D_ERROR, "UART Enabled\n"));
|
DEBUG ((EFI_D_ERROR, "UART Enabled\n"));
|
||||||
|
|
||||||
// Start up a free running time so that the timer lib will work
|
// Start up a free running timer so that the timer lib will work
|
||||||
TimerInit ();
|
TimerInit ();
|
||||||
|
|
||||||
// SEC phase needs to run library constructors by hand.
|
// SEC phase needs to run library constructors by hand.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user