]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BeagleBoardPkg/BeagleBoardPkg.fdf
Update the copyright notice format
[mirror_edk2.git] / BeagleBoardPkg / BeagleBoardPkg.fdf
index a1314668a5e066faafc6d8fc3d0aabbe8a25a415..d1d6e4774b3d9e3960d4b177d853f5a8eb05748a 100644 (file)
@@ -1,8 +1,8 @@
 # FLASH layout file for Beagle board.
 #
-# Copyright (c) 2009, Apple Inc. All rights reserved.
+# Copyright (c) 2009, Apple Inc. All rights reserved.<BR>
 #
-#  All rights reserved. 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
 #    which accompanies this distribution. The full text of the license may be found at
 #    http://opensource.org/licenses/bsd-license.php
@@ -70,8 +70,8 @@ FV = FVMAIN_COMPACT
 
 [FV.FvMain]
 BlockSize          = 0x40
-NumBlocks          = 0x9000
-FvAlignment        = 8         #FV alignment and FV attributes setting.
+NumBlocks          = 0         # This FV gets compressed so make it just big enough
+FvAlignment        = 8         # FV alignment and FV attributes setting.
 ERASE_POLARITY     = 1
 MEMORY_MAPPED      = TRUE
 STICKY_WRITE       = TRUE
@@ -88,6 +88,8 @@ READ_STATUS        = TRUE
 READ_LOCK_CAP      = TRUE
 READ_LOCK_STATUS   = TRUE
 
+  INF MdeModulePkg/Core/Dxe/DxeMain.inf 
+
   #
   # PI DXE Drivers producing Architectural Protocols (EFI Services) 
   #
@@ -104,7 +106,7 @@ READ_LOCK_STATUS   = TRUE
 
   INF EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
   INF EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
-  INF EmbeddedPkg/TemplateMetronomeDxe/TemplateMetronomeDxe.inf
+  INF EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
   
   #
   # Semi-hosting filesystem
@@ -114,29 +116,29 @@ READ_LOCK_STATUS   = TRUE
   #
   # Nand Flash
   #
-  INF BeagleBoardPkg/Flash/Flash.inf
+  INF Omap35xxPkg/Flash/Flash.inf
 
   #
   # MMC/SD
   #
-  INF BeagleBoardPkg/MMCHSDxe/MMCHS.inf
+  INF Omap35xxPkg/MMCHSDxe/MMCHS.inf
   
   #
   # I2C
   #
-  INF BeagleBoardPkg/SmbusDxe/Smbus.inf
+  INF Omap35xxPkg/SmbusDxe/Smbus.inf
   
   #
   # SoC Drivers
   #
-  INF BeagleBoardPkg/Gpio/Gpio.inf
-  INF BeagleBoardPkg/InterruptDxe/InterruptDxe.inf
-  INF BeagleBoardPkg/TimerDxe/TimerDxe.inf 
+  INF Omap35xxPkg/Gpio/Gpio.inf
+  INF Omap35xxPkg/InterruptDxe/InterruptDxe.inf
+  INF Omap35xxPkg/TimerDxe/TimerDxe.inf 
 
   #
   # Power IC
   #
-  INF BeagleBoardPkg/TPS65950Dxe/TPS65950.inf
+  INF Omap35xxPkg/TPS65950Dxe/TPS65950.inf
 
   #
   # FAT filesystem + GPT/MBR partitioning
@@ -150,7 +152,7 @@ READ_LOCK_STATUS   = TRUE
   # USB Support
   #
 
-  INF BeagleBoardPkg/PciEmulation/PciEmulation.inf
+  INF Omap35xxPkg/PciEmulation/PciEmulation.inf
 
   #NOTE: Open source EHCI stack doesn't work on Beagleboard.
   #NOTE: UsbBus and UsbMassStorage don't work using iPhond SDK tool chain.
@@ -194,7 +196,6 @@ READ_LOCK_CAP      = TRUE
 READ_LOCK_STATUS   = TRUE
 
   INF BeagleBoardPkg/Sec/Sec.inf
-  INF MdeModulePkg/Core/Dxe/DxeMain.inf 
 
   FILE FV_IMAGE = 9E21FD93-9C72-4c15-8C4B-E77F1DB2D792 {
     SECTION GUIDED EE4E5898-3914-4259-9D6E-DC7BD79403CF PROCESSING_REQUIRED = TRUE {
@@ -260,10 +261,8 @@ READ_LOCK_STATUS   = TRUE
 
 [Rule.Common.DXE_CORE]
   FILE DXE_CORE = $(NAMED_GUID) {
-    GUIDED EE4E5898-3914-4259-9D6E-DC7BD79403CF PROCESSING_REQUIRED = TRUE {
-      PE32     PE32           |.efi
-      UI       STRING="$(MODULE_NAME)" Optional
-    }
+    PE32     PE32           |.efi
+    UI       STRING="$(MODULE_NAME)" Optional
   }