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:
committed by
Stefan Reinauer
parent
4ba3b79537
commit
52648623e0
@@ -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,
|
||||
|
||||
|
||||
|
@@ -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,
|
||||
|
||||
|
||||
|
@@ -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,
|
||||
|
||||
|
||||
|
@@ -108,4 +108,3 @@
|
||||
) {
|
||||
}
|
||||
} /* End _PR scope */
|
||||
|
||||
|
@@ -80,4 +80,3 @@
|
||||
) {
|
||||
}
|
||||
} /* End _PR scope */
|
||||
|
||||
|
@@ -2,4 +2,3 @@ config CPU_AMD_SOCKET_939
|
||||
bool
|
||||
select CPU_AMD_MODEL_FXX
|
||||
select X86_AMD_FIXED_MTRRS
|
||||
|
||||
|
@@ -10,4 +10,3 @@ config CPU_SOCKET_TYPE
|
||||
hex
|
||||
default 0x11
|
||||
depends on CPU_AMD_SOCKET_AM2
|
||||
|
||||
|
@@ -9,4 +9,3 @@ config CPU_SOCKET_TYPE
|
||||
hex
|
||||
default 0x10
|
||||
depends on CPU_AMD_SOCKET_F
|
||||
|
||||
|
@@ -368,4 +368,3 @@ __main:
|
||||
post_code(POST_DEAD_CODE)
|
||||
hlt
|
||||
jmp .Lhlt
|
||||
|
||||
|
@@ -450,4 +450,3 @@ mtrr_table:
|
||||
.word 0x208, 0x209, 0x20A, 0x20B
|
||||
.word 0x20C, 0x20D, 0x20E, 0x20F
|
||||
mtrr_table_end:
|
||||
|
||||
|
@@ -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.
|
||||
|
||||
|
@@ -318,4 +318,3 @@ mtrr_table:
|
||||
.word 0x20C, 0x20D, 0x20E, 0x20F
|
||||
.word 0x210, 0x211, 0x212, 0x213
|
||||
mtrr_table_end:
|
||||
|
||||
|
@@ -293,4 +293,3 @@ mtrr_table:
|
||||
.word 0x26B, 0x26C, 0x26D
|
||||
.word 0x26E, 0x26F
|
||||
mtrr_table_end:
|
||||
|
||||
|
@@ -332,4 +332,3 @@ mtrr_table:
|
||||
.word 0x20C, 0x20D, 0x20E, 0x20F
|
||||
.word 0x210, 0x211, 0x212, 0x213
|
||||
mtrr_table_end:
|
||||
|
||||
|
@@ -244,4 +244,3 @@ mtrr_table:
|
||||
.word 0x208, 0x209, 0x20A, 0x20B
|
||||
.word 0x20C, 0x20D, 0x20E, 0x20F
|
||||
mtrr_table_end:
|
||||
|
||||
|
@@ -24,4 +24,3 @@ config DCACHE_RAM_SIZE
|
||||
hex
|
||||
default 0x01000
|
||||
depends on CPU_INTEL_SLOT_2
|
||||
|
||||
|
@@ -39,4 +39,3 @@ config DCACHE_RAM_SIZE
|
||||
default 0x01000
|
||||
|
||||
endif
|
||||
|
||||
|
@@ -29,4 +29,3 @@ config DCACHE_RAM_SIZE
|
||||
default 0x4000
|
||||
|
||||
endif # CPU_INTEL_SOCKET_MPGA604
|
||||
|
||||
|
@@ -39,4 +39,3 @@ SECTIONS
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
@@ -275,4 +275,3 @@ __main:
|
||||
post_code(POST_DEAD_CODE)
|
||||
hlt
|
||||
jmp .Lhlt
|
||||
|
||||
|
@@ -138,4 +138,3 @@ nullidt:
|
||||
.globl _estart
|
||||
_estart:
|
||||
.code32
|
||||
|
||||
|
@@ -63,4 +63,3 @@ __protected_start:
|
||||
|
||||
/* Restore the BIST value to %eax */
|
||||
movl %ebp, %eax
|
||||
|
||||
|
@@ -145,4 +145,3 @@ smm_trampoline32:
|
||||
|
||||
/* Exit from SM mode. */
|
||||
rsm
|
||||
|
||||
|
@@ -207,4 +207,3 @@ jumptable:
|
||||
/* core 0 */
|
||||
ljmp $0xa000, $SMM_HANDLER_OFFSET
|
||||
.align 1024, 0x00
|
||||
|
||||
|
@@ -27,4 +27,3 @@
|
||||
|
||||
/* Restore BIST. */
|
||||
movl %ebp, %eax
|
||||
|
||||
|
Reference in New Issue
Block a user