[gnu-efi] Whitespace fixes.

Peter Jones pjones at fedoraproject.org
Thu Aug 11 15:02:39 UTC 2011


commit 9f8dca12201158f012c14ba68b6444548abb67a9
Author: Peter Jones <pjones at redhat.com>
Date:   Thu Aug 11 10:58:51 2011 -0400

    Whitespace fixes.

 ...-to-test-our-calling-convention-shananaga.patch |   28 ++++++++++----------
 ...e-Add-the-routines-to-make-callbacks-work.patch |    5 +--
 ...6-byte-stack-alignment-on-x86_64-efi_call.patch |    4 +--
 3 files changed, 17 insertions(+), 20 deletions(-)
---
diff --git a/gnu-efi-3.0e-Add-tcc.efi-to-test-our-calling-convention-shananaga.patch b/gnu-efi-3.0e-Add-tcc.efi-to-test-our-calling-convention-shananaga.patch
index 7d0fc58..916b3a4 100644
--- a/gnu-efi-3.0e-Add-tcc.efi-to-test-our-calling-convention-shananaga.patch
+++ b/gnu-efi-3.0e-Add-tcc.efi-to-test-our-calling-convention-shananaga.patch
@@ -84,7 +84,7 @@ index 0000000..546df92
 +
 +EFI_STATUS test_failure(void)
 +{
-+	return uefi_call_wrapper(test_failure_callback, 0);	
++	return uefi_call_wrapper(test_failure_callback, 0);
 +}
 +
 +EFI_STATUS EFI_FUNCTION test_call0_callback(void)
@@ -94,7 +94,7 @@ index 0000000..546df92
 +
 +EFI_STATUS test_call0(void)
 +{
-+	return uefi_call_wrapper(test_call0_callback, 0);	
++	return uefi_call_wrapper(test_call0_callback, 0);
 +}
 +
 +EFI_STATUS EFI_FUNCTION test_call1_callback(UINT32 a)
@@ -107,7 +107,7 @@ index 0000000..546df92
 +
 +EFI_STATUS test_call1(void)
 +{
-+	return uefi_call_wrapper(test_call1_callback, 1,0x12345678);	
++	return uefi_call_wrapper(test_call1_callback, 1,0x12345678);
 +}
 +
 +EFI_STATUS EFI_FUNCTION test_call2_callback(UINT32 a, UINT32 b)
@@ -124,7 +124,7 @@ index 0000000..546df92
 +EFI_STATUS test_call2(void)
 +{
 +	return uefi_call_wrapper(test_call2_callback, 2,
-+		0x12345678, 0x23456789);	
++		0x12345678, 0x23456789);
 +}
 +
 +EFI_STATUS EFI_FUNCTION test_call3_callback(UINT32 a, UINT32 b,
@@ -163,7 +163,7 @@ index 0000000..546df92
 +EFI_STATUS test_call4(void)
 +{
 +	return uefi_call_wrapper(test_call4_callback, 4,
-+		0x12345678, 0x23456789, 0x3456789a, 0x456789ab);	
++		0x12345678, 0x23456789, 0x3456789a, 0x456789ab);
 +}
 +
 +EFI_STATUS EFI_FUNCTION test_call5_callback(UINT32 a, UINT32 b,
@@ -186,7 +186,7 @@ index 0000000..546df92
 +EFI_STATUS test_call5(void)
 +{
 +	return uefi_call_wrapper(test_call5_callback, 5,
-+		0x12345678, 0x23456789, 0x3456789a, 0x456789ab, 0x56789abc);	
++		0x12345678, 0x23456789, 0x3456789a, 0x456789ab, 0x56789abc);
 +}
 +
 +EFI_STATUS EFI_FUNCTION test_call6_callback(UINT32 a, UINT32 b,
@@ -204,7 +204,7 @@ index 0000000..546df92
 +		return EFI_BUFFER_TOO_SMALL;
 +	if (f != 0x6789abcd)
 +		return EFI_NOT_READY;
-+	
++
 +	return EFI_SUCCESS;
 +}
 +
@@ -212,7 +212,7 @@ index 0000000..546df92
 +{
 +	return uefi_call_wrapper(test_call6_callback, 6,
 +		0x12345678, 0x23456789, 0x3456789a, 0x456789ab, 0x56789abc,
-+		0x6789abcd);	
++		0x6789abcd);
 +}
 +
 +EFI_STATUS EFI_FUNCTION test_call7_callback(UINT32 a, UINT32 b,
@@ -232,7 +232,7 @@ index 0000000..546df92
 +		return EFI_NOT_READY;
 +	if (g != 0x789abcde)
 +		return EFI_DEVICE_ERROR;
-+	
++
 +	return EFI_SUCCESS;
 +}
 +
@@ -240,7 +240,7 @@ index 0000000..546df92
 +{
 +	return uefi_call_wrapper(test_call7_callback, 7,
 +		0x12345678, 0x23456789, 0x3456789a, 0x456789ab,
-+		0x56789abc, 0x6789abcd, 0x789abcde);	
++		0x56789abc, 0x6789abcd, 0x789abcde);
 +}
 +
 +EFI_STATUS EFI_FUNCTION test_call8_callback(UINT32 a, UINT32 b,
@@ -276,7 +276,7 @@ index 0000000..546df92
 +		0x56789abc,
 +		0x6789abcd,
 +		0x789abcde,
-+		0x89abcdef);	
++		0x89abcdef);
 +}
 +
 +EFI_STATUS EFI_FUNCTION test_call9_callback(UINT32 a, UINT32 b,
@@ -315,7 +315,7 @@ index 0000000..546df92
 +		0x6789abcd,
 +		0x789abcde,
 +		0x89abcdef,
-+		0x9abcdef0);	
++		0x9abcdef0);
 +}
 +
 +extern EFI_STATUS test_call10(void);
@@ -359,7 +359,7 @@ index 0000000..546df92
 +		0x789abcde,
 +		0x89abcdef,
 +		0x9abcdef0,
-+		0xabcdef01);	
++		0xabcdef01);
 +}
 +
 +EFI_STATUS
@@ -387,7 +387,7 @@ index 0000000..546df92
 +		Print(L"%%rax was 0x%016x, should have been 0x%016x\n",
 +			rc, EFI_UNSUPPORTED);
 +		return EFI_INVALID_PARAMETER;
-+	} 
++	}
 +
 +	rc = test_call0();
 +	if (!EFI_ERROR(rc)) {
diff --git a/gnu-efi-3.0e-Add-the-routines-to-make-callbacks-work.patch b/gnu-efi-3.0e-Add-the-routines-to-make-callbacks-work.patch
index 7108379..bf0b320 100644
--- a/gnu-efi-3.0e-Add-the-routines-to-make-callbacks-work.patch
+++ b/gnu-efi-3.0e-Add-the-routines-to-make-callbacks-work.patch
@@ -22,7 +22,7 @@ index 529d58c..2a981a1 100644
  
  ifeq ($(ARCH), x86_64)
 -  CFLAGS += -DEFI_FUNCTION_WRAPPER -mno-red-zone 
-+  CFLAGS += -mno-red-zone 
++  CFLAGS += -mno-red-zone
    ifeq ($(HOSTARCH), ia32)
      ARCH3264 = -m64
    endif
@@ -90,12 +90,11 @@ index 83ca529..aac83b3 100644
  
  #define LOAD_INTERNAL_DRIVER(_if, type, name, entry)    \
          (_if)->LoadInternal(type, name, entry)
-@@ -205,3 +220,5 @@ void __mf (void);
+@@ -205,3 +220,4 @@ void __mf (void);
  
  /* No efi call wrapper for IA32 architecture */
  #define uefi_call_wrapper(func, va_num, ...)	func(__VA_ARGS__)
 +#define EFI_FUNCTION
-+
 diff --git a/inc/x86_64/efibind.h b/inc/x86_64/efibind.h
 index 1f8e735..9250973 100644
 --- a/inc/x86_64/efibind.h
diff --git a/gnu-efi-3.0e-Guarantee-16-byte-stack-alignment-on-x86_64-efi_call.patch b/gnu-efi-3.0e-Guarantee-16-byte-stack-alignment-on-x86_64-efi_call.patch
index 36a508c..0f338ed 100644
--- a/gnu-efi-3.0e-Guarantee-16-byte-stack-alignment-on-x86_64-efi_call.patch
+++ b/gnu-efi-3.0e-Guarantee-16-byte-stack-alignment-on-x86_64-efi_call.patch
@@ -18,7 +18,7 @@ diff --git a/lib/x86_64/efi_stub.S b/lib/x86_64/efi_stub.S
 index f9e70d4..5607779 100644
 --- a/lib/x86_64/efi_stub.S
 +++ b/lib/x86_64/efi_stub.S
-@@ -6,133 +6,272 @@
+@@ -6,133 +6,270 @@
   *	Huang Ying <ying.huang at intel.com>
   */
  
@@ -326,8 +326,6 @@ index f9e70d4..5607779 100644
 +	addq $80, %rsp
 +	unpad_stack
  	ret
-+
-+
 -- 
 1.7.6
 


More information about the scm-commits mailing list