Remove empty lines at end of file

Used command line to remove empty lines at end of file:
find . -type f -exec sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' {} \;

Change-Id: I816ac9666b6dbb7c7e47843672f0d5cc499766a3
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: http://review.coreboot.org/10446
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Elyes HAOUAS
2015-06-06 19:48:25 +02:00
committed by Stefan Reinauer
parent 4ba3b79537
commit 52648623e0
382 changed files with 0 additions and 419 deletions

View File

@@ -145,5 +145,3 @@
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,

View File

@@ -144,5 +144,3 @@
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,

View File

@@ -145,5 +145,3 @@
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,

View File

@@ -108,4 +108,3 @@
) {
}
} /* End _PR scope */

View File

@@ -80,4 +80,3 @@
) {
}
} /* End _PR scope */

View File

@@ -2,4 +2,3 @@ config CPU_AMD_SOCKET_939
bool
select CPU_AMD_MODEL_FXX
select X86_AMD_FIXED_MTRRS

View File

@@ -10,4 +10,3 @@ config CPU_SOCKET_TYPE
hex
default 0x11
depends on CPU_AMD_SOCKET_AM2

View File

@@ -9,4 +9,3 @@ config CPU_SOCKET_TYPE
hex
default 0x10
depends on CPU_AMD_SOCKET_F

View File

@@ -368,4 +368,3 @@ __main:
post_code(POST_DEAD_CODE)
hlt
jmp .Lhlt

View File

@@ -450,4 +450,3 @@ mtrr_table:
.word 0x208, 0x209, 0x20A, 0x20B
.word 0x20C, 0x20D, 0x20E, 0x20F
mtrr_table_end:

View File

@@ -9,4 +9,3 @@ config CPU_INTEL_NUM_FIT_ENTRIES
depends on CPU_INTEL_FIRMWARE_INTERFACE_TABLE
help
This option selects the number of empty entries in the FIT table.

View File

@@ -318,4 +318,3 @@ mtrr_table:
.word 0x20C, 0x20D, 0x20E, 0x20F
.word 0x210, 0x211, 0x212, 0x213
mtrr_table_end:

View File

@@ -293,4 +293,3 @@ mtrr_table:
.word 0x26B, 0x26C, 0x26D
.word 0x26E, 0x26F
mtrr_table_end:

View File

@@ -332,4 +332,3 @@ mtrr_table:
.word 0x20C, 0x20D, 0x20E, 0x20F
.word 0x210, 0x211, 0x212, 0x213
mtrr_table_end:

View File

@@ -244,4 +244,3 @@ mtrr_table:
.word 0x208, 0x209, 0x20A, 0x20B
.word 0x20C, 0x20D, 0x20E, 0x20F
mtrr_table_end:

View File

@@ -24,4 +24,3 @@ config DCACHE_RAM_SIZE
hex
default 0x01000
depends on CPU_INTEL_SLOT_2

View File

@@ -39,4 +39,3 @@ config DCACHE_RAM_SIZE
default 0x01000
endif

View File

@@ -29,4 +29,3 @@ config DCACHE_RAM_SIZE
default 0x4000
endif # CPU_INTEL_SOCKET_MPGA604

View File

@@ -39,4 +39,3 @@ SECTIONS
}
#endif
}

View File

@@ -275,4 +275,3 @@ __main:
post_code(POST_DEAD_CODE)
hlt
jmp .Lhlt

View File

@@ -138,4 +138,3 @@ nullidt:
.globl _estart
_estart:
.code32

View File

@@ -63,4 +63,3 @@ __protected_start:
/* Restore the BIST value to %eax */
movl %ebp, %eax

View File

@@ -145,4 +145,3 @@ smm_trampoline32:
/* Exit from SM mode. */
rsm

View File

@@ -207,4 +207,3 @@ jumptable:
/* core 0 */
ljmp $0xa000, $SMM_HANDLER_OFFSET
.align 1024, 0x00

View File

@@ -27,4 +27,3 @@
/* Restore BIST. */
movl %ebp, %eax