From fa82f871c8dbc9a15e8dc274b3f99dd5fa0da458 Mon Sep 17 00:00:00 2001 From: Albert ARIBAUD Date: Thu, 4 Aug 2011 18:45:45 +0200 Subject: Convert ISO-8859 files to UTF-8 There was a mix of UTF-8 and ISO-8859 files in the U-Boot source tree, which could cause issues with the patchwork review system. This commit converts all ISO-8859 files to UTF-8. Signed-off-by: Albert ARIBAUD --- arch/x86/cpu/Makefile | 2 +- arch/x86/cpu/config.mk | 2 +- arch/x86/cpu/cpu.c | 2 +- arch/x86/cpu/interrupts.c | 4 ++-- arch/x86/cpu/resetvec.S | 2 +- arch/x86/cpu/sc520/Makefile | 2 +- arch/x86/cpu/sc520/sc520.c | 2 +- arch/x86/cpu/sc520/sc520_pci.c | 2 +- arch/x86/cpu/sc520/sc520_reset.c | 2 +- arch/x86/cpu/sc520/sc520_ssi.c | 2 +- arch/x86/cpu/sc520/sc520_timer.c | 2 +- arch/x86/cpu/start.S | 2 +- arch/x86/cpu/start16.S | 2 +- arch/x86/cpu/u-boot.lds | 2 +- arch/x86/include/asm/i8254.h | 2 +- arch/x86/include/asm/i8259.h | 2 +- arch/x86/include/asm/ibmpc.h | 2 +- arch/x86/include/asm/ic/pci.h | 2 +- arch/x86/include/asm/ic/sc520.h | 2 +- arch/x86/include/asm/interrupt.h | 2 +- arch/x86/include/asm/pci.h | 2 +- arch/x86/include/asm/processor.h | 2 +- arch/x86/include/asm/realmode.h | 2 +- arch/x86/include/asm/u-boot-x86.h | 2 +- arch/x86/include/asm/zimage.h | 2 +- arch/x86/lib/bios.S | 2 +- arch/x86/lib/bios.h | 2 +- arch/x86/lib/bios_pci.S | 2 +- arch/x86/lib/bios_setup.c | 2 +- arch/x86/lib/board.c | 2 +- arch/x86/lib/interrupts.c | 4 ++-- arch/x86/lib/pcat_interrupts.c | 2 +- arch/x86/lib/pcat_timer.c | 2 +- arch/x86/lib/pci.c | 2 +- arch/x86/lib/pci_type1.c | 2 +- arch/x86/lib/realmode.c | 2 +- arch/x86/lib/realmode_switch.S | 2 +- arch/x86/lib/timer.c | 2 +- arch/x86/lib/video.c | 2 +- arch/x86/lib/video_bios.c | 2 +- arch/x86/lib/zimage.c | 2 +- 41 files changed, 43 insertions(+), 43 deletions(-) (limited to 'arch/x86') diff --git a/arch/x86/cpu/Makefile b/arch/x86/cpu/Makefile index ddde83c91d..7f1fc188cb 100644 --- a/arch/x86/cpu/Makefile +++ b/arch/x86/cpu/Makefile @@ -3,7 +3,7 @@ # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # (C) Copyright 2002 -# Daniel Engström, Omicron Ceti AB, daniel@omicron.se. +# Daniel Engström, Omicron Ceti AB, daniel@omicron.se. # # See file CREDITS for list of people who contributed to this # project. diff --git a/arch/x86/cpu/config.mk b/arch/x86/cpu/config.mk index d1b528a437..c00f867639 100644 --- a/arch/x86/cpu/config.mk +++ b/arch/x86/cpu/config.mk @@ -1,6 +1,6 @@ # # (C) Copyright 2002 -# Daniel Engström, Omicron Ceti AB, daniel@omicron.se. +# Daniel Engström, Omicron Ceti AB, daniel@omicron.se. # # See file CREDITS for list of people who contributed to this # project. diff --git a/arch/x86/cpu/cpu.c b/arch/x86/cpu/cpu.c index 0c5d7c3d53..cac12c088c 100644 --- a/arch/x86/cpu/cpu.c +++ b/arch/x86/cpu/cpu.c @@ -3,7 +3,7 @@ * Graeme Russ, * * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, + * Daniel Engström, Omicron Ceti AB, * * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH diff --git a/arch/x86/cpu/interrupts.c b/arch/x86/cpu/interrupts.c index 62bcadc486..c6e72eaa63 100644 --- a/arch/x86/cpu/interrupts.c +++ b/arch/x86/cpu/interrupts.c @@ -3,7 +3,7 @@ * Graeme Russ, * * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, + * Daniel Engström, Omicron Ceti AB, * * Portions of this file are derived from the Linux kernel source * Copyright (C) 1991, 1992 Linus Torvalds @@ -246,7 +246,7 @@ void irq_llsr(struct irq_regs *regs) { /* * For detailed description of each exception, refer to: - * Intel® 64 and IA-32 Architectures Software Developer's Manual + * Intel® 64 and IA-32 Architectures Software Developer's Manual * Volume 1: Basic Architecture * Order Number: 253665-029US, November 2008 * Table 6-1. Exceptions and Interrupts diff --git a/arch/x86/cpu/resetvec.S b/arch/x86/cpu/resetvec.S index c690d2516e..44aee5f623 100644 --- a/arch/x86/cpu/resetvec.S +++ b/arch/x86/cpu/resetvec.S @@ -2,7 +2,7 @@ * U-boot - x86 Startup Code * * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, + * Daniel Engström, Omicron Ceti AB, * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/cpu/sc520/Makefile b/arch/x86/cpu/sc520/Makefile index 694b61ee42..f462264b8d 100644 --- a/arch/x86/cpu/sc520/Makefile +++ b/arch/x86/cpu/sc520/Makefile @@ -6,7 +6,7 @@ # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # (C) Copyright 2002 -# Daniel Engström, Omicron Ceti AB, daniel@omicron.se. +# Daniel Engström, Omicron Ceti AB, daniel@omicron.se. # # See file CREDITS for list of people who contributed to this # project. diff --git a/arch/x86/cpu/sc520/sc520.c b/arch/x86/cpu/sc520/sc520.c index 726a325358..e37c4037dd 100644 --- a/arch/x86/cpu/sc520/sc520.c +++ b/arch/x86/cpu/sc520/sc520.c @@ -3,7 +3,7 @@ * Graeme Russ, * * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, + * Daniel Engström, Omicron Ceti AB, * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/cpu/sc520/sc520_pci.c b/arch/x86/cpu/sc520/sc520_pci.c index 8cd7ffecdb..32d4802eba 100644 --- a/arch/x86/cpu/sc520/sc520_pci.c +++ b/arch/x86/cpu/sc520/sc520_pci.c @@ -3,7 +3,7 @@ * Graeme Russ, * * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, + * Daniel Engström, Omicron Ceti AB, * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/cpu/sc520/sc520_reset.c b/arch/x86/cpu/sc520/sc520_reset.c index 79ef976838..18890c3a53 100644 --- a/arch/x86/cpu/sc520/sc520_reset.c +++ b/arch/x86/cpu/sc520/sc520_reset.c @@ -3,7 +3,7 @@ * Graeme Russ, * * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, + * Daniel Engström, Omicron Ceti AB, * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/cpu/sc520/sc520_ssi.c b/arch/x86/cpu/sc520/sc520_ssi.c index ac58d25970..47aa80bfce 100644 --- a/arch/x86/cpu/sc520/sc520_ssi.c +++ b/arch/x86/cpu/sc520/sc520_ssi.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, + * Daniel Engström, Omicron Ceti AB, * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/cpu/sc520/sc520_timer.c b/arch/x86/cpu/sc520/sc520_timer.c index 1bcfe67c94..5cccda1f28 100644 --- a/arch/x86/cpu/sc520/sc520_timer.c +++ b/arch/x86/cpu/sc520/sc520_timer.c @@ -3,7 +3,7 @@ * Graeme Russ, * * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, + * Daniel Engström, Omicron Ceti AB, * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/cpu/start.S b/arch/x86/cpu/start.S index 6c84c43f06..306fb49617 100644 --- a/arch/x86/cpu/start.S +++ b/arch/x86/cpu/start.S @@ -5,7 +5,7 @@ * Graeme Russ, * * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, + * Daniel Engström, Omicron Ceti AB, * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/cpu/start16.S b/arch/x86/cpu/start16.S index f1b9d0a0c9..3d3017a0eb 100644 --- a/arch/x86/cpu/start16.S +++ b/arch/x86/cpu/start16.S @@ -5,7 +5,7 @@ * Graeme Russ, * * (C) Copyright 2002,2003 - * Daniel Engström, Omicron Ceti AB, + * Daniel Engström, Omicron Ceti AB, * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/cpu/u-boot.lds b/arch/x86/cpu/u-boot.lds index 55974228b5..fe28030d84 100644 --- a/arch/x86/cpu/u-boot.lds +++ b/arch/x86/cpu/u-boot.lds @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, daniel@omicron.se. + * Daniel Engström, Omicron Ceti AB, daniel@omicron.se. * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/include/asm/i8254.h b/arch/x86/include/asm/i8254.h index aafdfb8060..c9e9e7d7d8 100644 --- a/arch/x86/include/asm/i8254.h +++ b/arch/x86/include/asm/i8254.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, daniel@omicron.se. + * Daniel Engström, Omicron Ceti AB, daniel@omicron.se. * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/include/asm/i8259.h b/arch/x86/include/asm/i8259.h index 774d7a31e7..c494ff00f4 100644 --- a/arch/x86/include/asm/i8259.h +++ b/arch/x86/include/asm/i8259.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, daniel@omicron.se. + * Daniel Engström, Omicron Ceti AB, daniel@omicron.se. * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/include/asm/ibmpc.h b/arch/x86/include/asm/ibmpc.h index e35cbd887a..cd3995e80c 100644 --- a/arch/x86/include/asm/ibmpc.h +++ b/arch/x86/include/asm/ibmpc.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, daniel@omicron.se + * Daniel Engström, Omicron Ceti AB, daniel@omicron.se * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/include/asm/ic/pci.h b/arch/x86/include/asm/ic/pci.h index 2e4376b9b0..12ba656ff0 100644 --- a/arch/x86/include/asm/ic/pci.h +++ b/arch/x86/include/asm/ic/pci.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB . + * Daniel Engström, Omicron Ceti AB . * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/include/asm/ic/sc520.h b/arch/x86/include/asm/ic/sc520.h index 956c1c2636..5ac9bb81d4 100644 --- a/arch/x86/include/asm/ic/sc520.h +++ b/arch/x86/include/asm/ic/sc520.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB . + * Daniel Engström, Omicron Ceti AB . * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/include/asm/interrupt.h b/arch/x86/include/asm/interrupt.h index f33f8ed44a..5320bfd9c1 100644 --- a/arch/x86/include/asm/interrupt.h +++ b/arch/x86/include/asm/interrupt.h @@ -3,7 +3,7 @@ * Graeme Russ, graeme.russ@gmail.com * * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, daniel@omicron.se + * Daniel Engström, Omicron Ceti AB, daniel@omicron.se * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/include/asm/pci.h b/arch/x86/include/asm/pci.h index 050a2bb868..85f60d77f0 100644 --- a/arch/x86/include/asm/pci.h +++ b/arch/x86/include/asm/pci.h @@ -2,7 +2,7 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, daniel@omicron.se + * Daniel Engström, Omicron Ceti AB, daniel@omicron.se * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h index 22a129813c..1e5dccd342 100644 --- a/arch/x86/include/asm/processor.h +++ b/arch/x86/include/asm/processor.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, daniel@omicron.se + * Daniel Engström, Omicron Ceti AB, daniel@omicron.se * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/include/asm/realmode.h b/arch/x86/include/asm/realmode.h index 9177e4ec0d..c62310e3cd 100644 --- a/arch/x86/include/asm/realmode.h +++ b/arch/x86/include/asm/realmode.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, daniel@omicron.se + * Daniel Engström, Omicron Ceti AB, daniel@omicron.se * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/include/asm/u-boot-x86.h b/arch/x86/include/asm/u-boot-x86.h index 4f0d2c7e7e..accc8fa4c7 100644 --- a/arch/x86/include/asm/u-boot-x86.h +++ b/arch/x86/include/asm/u-boot-x86.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, daniel@omicron.se. + * Daniel Engström, Omicron Ceti AB, daniel@omicron.se. * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/include/asm/zimage.h b/arch/x86/include/asm/zimage.h index b6266e456a..a02637ff61 100644 --- a/arch/x86/include/asm/zimage.h +++ b/arch/x86/include/asm/zimage.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, daniel@omicron.se + * Daniel Engström, Omicron Ceti AB, daniel@omicron.se * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/lib/bios.S b/arch/x86/lib/bios.S index 660a244394..ce8deb5377 100644 --- a/arch/x86/lib/bios.S +++ b/arch/x86/lib/bios.S @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, + * Daniel Engström, Omicron Ceti AB, * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/lib/bios.h b/arch/x86/lib/bios.h index 3c8d61a6f4..4a9cdb591b 100644 --- a/arch/x86/lib/bios.h +++ b/arch/x86/lib/bios.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, + * Daniel Engström, Omicron Ceti AB, * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/lib/bios_pci.S b/arch/x86/lib/bios_pci.S index 9e412e5e4c..53d2ea047a 100644 --- a/arch/x86/lib/bios_pci.S +++ b/arch/x86/lib/bios_pci.S @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, daniel@omicron.se + * Daniel Engström, Omicron Ceti AB, daniel@omicron.se * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/lib/bios_setup.c b/arch/x86/lib/bios_setup.c index 6949b35069..9bf7e5872f 100644 --- a/arch/x86/lib/bios_setup.c +++ b/arch/x86/lib/bios_setup.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, + * Daniel Engström, Omicron Ceti AB, * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/lib/board.c b/arch/x86/lib/board.c index af375ddb1e..b1b8680ec7 100644 --- a/arch/x86/lib/board.c +++ b/arch/x86/lib/board.c @@ -3,7 +3,7 @@ * Graeme Russ, * * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, + * Daniel Engström, Omicron Ceti AB, * * (C) Copyright 2002 * Wolfgang Denk, DENX Software Engineering, diff --git a/arch/x86/lib/interrupts.c b/arch/x86/lib/interrupts.c index a2c598f9a4..04a9c79f9f 100644 --- a/arch/x86/lib/interrupts.c +++ b/arch/x86/lib/interrupts.c @@ -12,7 +12,7 @@ * Wolfgang Denk, DENX Software Engineering, * * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, + * Daniel Engström, Omicron Ceti AB, * * (C) Copyright 2001 * Josh Huber, Mission Critical Linux, Inc, @@ -43,7 +43,7 @@ * Daniel Hellstrom, Detlev Zundel, Wolfgang Denk and Josh Huber are * credited for the corresponding work on those ports. The original * interrupt handling routines for the x86 port were written by - * Daniel Engström + * Daniel Engström */ #include diff --git a/arch/x86/lib/pcat_interrupts.c b/arch/x86/lib/pcat_interrupts.c index 364c435837..2caae208eb 100644 --- a/arch/x86/lib/pcat_interrupts.c +++ b/arch/x86/lib/pcat_interrupts.c @@ -3,7 +3,7 @@ * Graeme Russ, * * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, + * Daniel Engström, Omicron Ceti AB, * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/lib/pcat_timer.c b/arch/x86/lib/pcat_timer.c index 1911c6c19d..f2a54223af 100644 --- a/arch/x86/lib/pcat_timer.c +++ b/arch/x86/lib/pcat_timer.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, + * Daniel Engström, Omicron Ceti AB, * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/lib/pci.c b/arch/x86/lib/pci.c index e791e88bd4..593a7db75f 100644 --- a/arch/x86/lib/pci.c +++ b/arch/x86/lib/pci.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, + * Daniel Engström, Omicron Ceti AB, * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/lib/pci_type1.c b/arch/x86/lib/pci_type1.c index 8ce5b33e3d..da1d3566ad 100644 --- a/arch/x86/lib/pci_type1.c +++ b/arch/x86/lib/pci_type1.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, + * Daniel Engström, Omicron Ceti AB, * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/lib/realmode.c b/arch/x86/lib/realmode.c index 5be827c66b..c113393415 100644 --- a/arch/x86/lib/realmode.c +++ b/arch/x86/lib/realmode.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, + * Daniel Engström, Omicron Ceti AB, * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/lib/realmode_switch.S b/arch/x86/lib/realmode_switch.S index fce4eccab0..7ee709a8b4 100644 --- a/arch/x86/lib/realmode_switch.S +++ b/arch/x86/lib/realmode_switch.S @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, daniel@omicron.se + * Daniel Engström, Omicron Ceti AB, daniel@omicron.se * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/lib/timer.c b/arch/x86/lib/timer.c index a822d66af5..8b1bde708c 100644 --- a/arch/x86/lib/timer.c +++ b/arch/x86/lib/timer.c @@ -3,7 +3,7 @@ * Graeme Russ, * * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, + * Daniel Engström, Omicron Ceti AB, * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/lib/video.c b/arch/x86/lib/video.c index b29075c490..0efcf3f453 100644 --- a/arch/x86/lib/video.c +++ b/arch/x86/lib/video.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, + * Daniel Engström, Omicron Ceti AB, * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/lib/video_bios.c b/arch/x86/lib/video_bios.c index 6bc4335743..7574f771fd 100644 --- a/arch/x86/lib/video_bios.c +++ b/arch/x86/lib/video_bios.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, + * Daniel Engström, Omicron Ceti AB, * * See file CREDITS for list of people who contributed to this * project. diff --git a/arch/x86/lib/zimage.c b/arch/x86/lib/zimage.c index cc4b40e64c..6682e0de58 100644 --- a/arch/x86/lib/zimage.c +++ b/arch/x86/lib/zimage.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB, + * Daniel Engström, Omicron Ceti AB, * * See file CREDITS for list of people who contributed to this * project. -- cgit v1.2.1