summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Lloyd <evan.lloyd@arm.com>2016-02-02 11:42:51 +0000
committerleiflindholm <leiflindholm@Edk2>2016-02-02 11:42:51 +0000
commitccca560b4f22f5f731a11abdb3f79fe7306bfd72 (patch)
tree16141fb2273ba72ad8cce08721ac0c00f5bdb9a3
parentcc78c5c390002d1ce1c9bebe69c9ee9fa09151ad (diff)
downloadedk2-ccca560b4f22f5f731a11abdb3f79fe7306bfd72.tar.gz
edk2-ccca560b4f22f5f731a11abdb3f79fe7306bfd72.tar.bz2
edk2-ccca560b4f22f5f731a11abdb3f79fe7306bfd72.zip
EmbeddedPkg: Rectify file modes
Problems have been encountered because some of the source files have execute permission set. This can cause git to report them as changed when they are checked out onto a file system with inherited permissions. This has been seen using Cygwin, MinGW and PowerShell Git. This patch makes no change to source file content, and only aims to correct the file modes/permissions. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Evan Lloyd <evan.lloyd@arm.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19789 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Include/Library/DebugAgentTimerLib.h0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Include/Library/DmaLib.h0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLib.c0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/FdtLib/README.txt0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.S0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.asm0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/GdbDebugAgent/Arm/Processor.c0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.c0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.h0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/GdbDebugAgent/Ia32/Processor.c0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/GdbDebugAgent/X64/Processor.c0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/GdbDebugAgent/gdbnotes.txt0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/NullDmaLib/NullDmaLib.c0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/NullDmaLib/NullDmaLib.inf0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/License.txt0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Scripts/LauterbachT32/EFI.CMM0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Scripts/LauterbachT32/EfiLoadDxe.cmm0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Scripts/LauterbachT32/EfiLoadFv.cmm0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Scripts/LauterbachT32/EfiProcessPeImage.cmm0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Scripts/LauterbachT32/EfiProcessTeImage.cmm0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Scripts/LauterbachT32/README.txt0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Scripts/LauterbachT32/T32.CMM0
24 files changed, 0 insertions, 0 deletions
diff --git a/EmbeddedPkg/Include/Library/DebugAgentTimerLib.h b/EmbeddedPkg/Include/Library/DebugAgentTimerLib.h
index 0a5e5d491e..0a5e5d491e 100755..100644
--- a/EmbeddedPkg/Include/Library/DebugAgentTimerLib.h
+++ b/EmbeddedPkg/Include/Library/DebugAgentTimerLib.h
diff --git a/EmbeddedPkg/Include/Library/DmaLib.h b/EmbeddedPkg/Include/Library/DmaLib.h
index 3814291c28..3814291c28 100755..100644
--- a/EmbeddedPkg/Include/Library/DmaLib.h
+++ b/EmbeddedPkg/Include/Library/DmaLib.h
diff --git a/EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLib.c b/EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLib.c
index bb1ea132cf..bb1ea132cf 100755..100644
--- a/EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLib.c
+++ b/EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLib.c
diff --git a/EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf b/EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf
index 010bed3ad3..010bed3ad3 100755..100644
--- a/EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf
+++ b/EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf
diff --git a/EmbeddedPkg/Library/FdtLib/README.txt b/EmbeddedPkg/Library/FdtLib/README.txt
index fb4010539f..fb4010539f 100755..100644
--- a/EmbeddedPkg/Library/FdtLib/README.txt
+++ b/EmbeddedPkg/Library/FdtLib/README.txt
diff --git a/EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.S b/EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.S
index df1543a6d2..df1543a6d2 100755..100644
--- a/EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.S
+++ b/EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.S
diff --git a/EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.asm b/EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.asm
index 611e83d7da..611e83d7da 100755..100644
--- a/EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.asm
+++ b/EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.asm
diff --git a/EmbeddedPkg/Library/GdbDebugAgent/Arm/Processor.c b/EmbeddedPkg/Library/GdbDebugAgent/Arm/Processor.c
index 61c6184fae..61c6184fae 100755..100644
--- a/EmbeddedPkg/Library/GdbDebugAgent/Arm/Processor.c
+++ b/EmbeddedPkg/Library/GdbDebugAgent/Arm/Processor.c
diff --git a/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.c b/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.c
index 2e67de6f99..2e67de6f99 100755..100644
--- a/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.c
+++ b/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.c
diff --git a/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.h b/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.h
index dfdc016d9d..dfdc016d9d 100755..100644
--- a/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.h
+++ b/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.h
diff --git a/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf b/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf
index 02f80579b1..02f80579b1 100755..100644
--- a/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf
+++ b/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf
diff --git a/EmbeddedPkg/Library/GdbDebugAgent/Ia32/Processor.c b/EmbeddedPkg/Library/GdbDebugAgent/Ia32/Processor.c
index d465b21183..d465b21183 100755..100644
--- a/EmbeddedPkg/Library/GdbDebugAgent/Ia32/Processor.c
+++ b/EmbeddedPkg/Library/GdbDebugAgent/Ia32/Processor.c
diff --git a/EmbeddedPkg/Library/GdbDebugAgent/X64/Processor.c b/EmbeddedPkg/Library/GdbDebugAgent/X64/Processor.c
index cbe50d78ec..cbe50d78ec 100755..100644
--- a/EmbeddedPkg/Library/GdbDebugAgent/X64/Processor.c
+++ b/EmbeddedPkg/Library/GdbDebugAgent/X64/Processor.c
diff --git a/EmbeddedPkg/Library/GdbDebugAgent/gdbnotes.txt b/EmbeddedPkg/Library/GdbDebugAgent/gdbnotes.txt
index 287b09e6a8..287b09e6a8 100755..100644
--- a/EmbeddedPkg/Library/GdbDebugAgent/gdbnotes.txt
+++ b/EmbeddedPkg/Library/GdbDebugAgent/gdbnotes.txt
diff --git a/EmbeddedPkg/Library/NullDmaLib/NullDmaLib.c b/EmbeddedPkg/Library/NullDmaLib/NullDmaLib.c
index a0bb57541d..a0bb57541d 100755..100644
--- a/EmbeddedPkg/Library/NullDmaLib/NullDmaLib.c
+++ b/EmbeddedPkg/Library/NullDmaLib/NullDmaLib.c
diff --git a/EmbeddedPkg/Library/NullDmaLib/NullDmaLib.inf b/EmbeddedPkg/Library/NullDmaLib/NullDmaLib.inf
index 38261d5ede..38261d5ede 100755..100644
--- a/EmbeddedPkg/Library/NullDmaLib/NullDmaLib.inf
+++ b/EmbeddedPkg/Library/NullDmaLib/NullDmaLib.inf
diff --git a/EmbeddedPkg/License.txt b/EmbeddedPkg/License.txt
index 05dbd3606d..05dbd3606d 100755..100644
--- a/EmbeddedPkg/License.txt
+++ b/EmbeddedPkg/License.txt
diff --git a/EmbeddedPkg/Scripts/LauterbachT32/EFI.CMM b/EmbeddedPkg/Scripts/LauterbachT32/EFI.CMM
index d02b02297c..d02b02297c 100755..100644
--- a/EmbeddedPkg/Scripts/LauterbachT32/EFI.CMM
+++ b/EmbeddedPkg/Scripts/LauterbachT32/EFI.CMM
diff --git a/EmbeddedPkg/Scripts/LauterbachT32/EfiLoadDxe.cmm b/EmbeddedPkg/Scripts/LauterbachT32/EfiLoadDxe.cmm
index 8ec1ac4bf3..8ec1ac4bf3 100755..100644
--- a/EmbeddedPkg/Scripts/LauterbachT32/EfiLoadDxe.cmm
+++ b/EmbeddedPkg/Scripts/LauterbachT32/EfiLoadDxe.cmm
diff --git a/EmbeddedPkg/Scripts/LauterbachT32/EfiLoadFv.cmm b/EmbeddedPkg/Scripts/LauterbachT32/EfiLoadFv.cmm
index e6ccc35b92..e6ccc35b92 100755..100644
--- a/EmbeddedPkg/Scripts/LauterbachT32/EfiLoadFv.cmm
+++ b/EmbeddedPkg/Scripts/LauterbachT32/EfiLoadFv.cmm
diff --git a/EmbeddedPkg/Scripts/LauterbachT32/EfiProcessPeImage.cmm b/EmbeddedPkg/Scripts/LauterbachT32/EfiProcessPeImage.cmm
index 53d830f7d2..53d830f7d2 100755..100644
--- a/EmbeddedPkg/Scripts/LauterbachT32/EfiProcessPeImage.cmm
+++ b/EmbeddedPkg/Scripts/LauterbachT32/EfiProcessPeImage.cmm
diff --git a/EmbeddedPkg/Scripts/LauterbachT32/EfiProcessTeImage.cmm b/EmbeddedPkg/Scripts/LauterbachT32/EfiProcessTeImage.cmm
index 9347c9c35b..9347c9c35b 100755..100644
--- a/EmbeddedPkg/Scripts/LauterbachT32/EfiProcessTeImage.cmm
+++ b/EmbeddedPkg/Scripts/LauterbachT32/EfiProcessTeImage.cmm
diff --git a/EmbeddedPkg/Scripts/LauterbachT32/README.txt b/EmbeddedPkg/Scripts/LauterbachT32/README.txt
index 06602ab876..06602ab876 100755..100644
--- a/EmbeddedPkg/Scripts/LauterbachT32/README.txt
+++ b/EmbeddedPkg/Scripts/LauterbachT32/README.txt
diff --git a/EmbeddedPkg/Scripts/LauterbachT32/T32.CMM b/EmbeddedPkg/Scripts/LauterbachT32/T32.CMM
index 8a73d5f0c2..8a73d5f0c2 100755..100644
--- a/EmbeddedPkg/Scripts/LauterbachT32/T32.CMM
+++ b/EmbeddedPkg/Scripts/LauterbachT32/T32.CMM