From 40f849aac5597508e9e1b72854dea0c5850983c7 Mon Sep 17 00:00:00 2001 From: Evan Lloyd Date: Tue, 2 Feb 2016 11:43:00 +0000 Subject: [PATCH] Omap35xxPkg: 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 Reviewed-by: Leif Lindholm git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19790 6f19259b-4bc3-4df7-8a09-765794883524 --- Omap35xxPkg/Include/Library/OmapDmaLib.h | 0 Omap35xxPkg/Include/Omap3530/Omap3530Dma.h | 0 Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.c | 0 Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf | 0 Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.c | 0 Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf | 0 Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.c | 0 Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf | 0 Omap35xxPkg/License.txt | 0 Omap35xxPkg/MmcHostDxe/MmcHostDxe.c | 0 Omap35xxPkg/MmcHostDxe/MmcHostDxe.h | 0 Omap35xxPkg/MmcHostDxe/MmcHostDxe.inf | 0 12 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 Omap35xxPkg/Include/Library/OmapDmaLib.h mode change 100755 => 100644 Omap35xxPkg/Include/Omap3530/Omap3530Dma.h mode change 100755 => 100644 Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.c mode change 100755 => 100644 Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf mode change 100755 => 100644 Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.c mode change 100755 => 100644 Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf mode change 100755 => 100644 Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.c mode change 100755 => 100644 Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf mode change 100755 => 100644 Omap35xxPkg/License.txt mode change 100755 => 100644 Omap35xxPkg/MmcHostDxe/MmcHostDxe.c mode change 100755 => 100644 Omap35xxPkg/MmcHostDxe/MmcHostDxe.h mode change 100755 => 100644 Omap35xxPkg/MmcHostDxe/MmcHostDxe.inf diff --git a/Omap35xxPkg/Include/Library/OmapDmaLib.h b/Omap35xxPkg/Include/Library/OmapDmaLib.h old mode 100755 new mode 100644 diff --git a/Omap35xxPkg/Include/Omap3530/Omap3530Dma.h b/Omap35xxPkg/Include/Omap3530/Omap3530Dma.h old mode 100755 new mode 100644 diff --git a/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.c b/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.c old mode 100755 new mode 100644 diff --git a/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf b/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf old mode 100755 new mode 100644 diff --git a/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.c b/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.c old mode 100755 new mode 100644 diff --git a/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf b/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf old mode 100755 new mode 100644 diff --git a/Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.c b/Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.c old mode 100755 new mode 100644 diff --git a/Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf b/Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf old mode 100755 new mode 100644 diff --git a/Omap35xxPkg/License.txt b/Omap35xxPkg/License.txt old mode 100755 new mode 100644 diff --git a/Omap35xxPkg/MmcHostDxe/MmcHostDxe.c b/Omap35xxPkg/MmcHostDxe/MmcHostDxe.c old mode 100755 new mode 100644 diff --git a/Omap35xxPkg/MmcHostDxe/MmcHostDxe.h b/Omap35xxPkg/MmcHostDxe/MmcHostDxe.h old mode 100755 new mode 100644 diff --git a/Omap35xxPkg/MmcHostDxe/MmcHostDxe.inf b/Omap35xxPkg/MmcHostDxe/MmcHostDxe.inf old mode 100755 new mode 100644 -- 2.39.2