summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAlbert ARIBAUD <[email protected]>2011-08-04 18:45:45 +0200
committerWolfgang Denk <[email protected]>2011-08-04 23:34:02 +0200
commitfa82f871c8dbc9a15e8dc274b3f99dd5fa0da458 (patch)
treee42df8af804c785913a25c066368909a618b1dd8 /arch
parenteccfb49046fde7af9ae12ab59d97ae867368eaa8 (diff)
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 <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/cpu/arm1136/start.S4
-rw-r--r--arch/arm/cpu/arm720t/start.S4
-rw-r--r--arch/arm/cpu/arm920t/start.S4
-rw-r--r--arch/arm/cpu/arm925t/start.S4
-rw-r--r--arch/arm/cpu/arm926ejs/omap/reset.S4
-rw-r--r--arch/arm/cpu/arm926ejs/start.S4
-rw-r--r--arch/arm/cpu/arm926ejs/versatile/reset.S4
-rw-r--r--arch/arm/cpu/arm946es/start.S4
-rw-r--r--arch/arm/cpu/arm_intcm/start.S4
-rw-r--r--arch/arm/cpu/ixp/npe/include/IxAtmdAccCtrl.h14
-rw-r--r--arch/arm/cpu/ixp/npe/include/IxOsal.h6
-rw-r--r--arch/arm/cpu/lh7a40x/start.S4
-rw-r--r--arch/arm/cpu/sa1100/start.S2
-rw-r--r--arch/arm/include/asm/arch-s3c24x0/s3c2400.h2
-rw-r--r--arch/arm/include/asm/arch-s3c24x0/s3c2410.h2
-rw-r--r--arch/arm/include/asm/arch-s3c24x0/s3c24x0.h2
-rw-r--r--arch/powerpc/cpu/mpc8260/cpu_init.c2
-rw-r--r--arch/sparc/cpu/leon3/usb_uhci.c2
-rw-r--r--arch/x86/cpu/Makefile2
-rw-r--r--arch/x86/cpu/config.mk2
-rw-r--r--arch/x86/cpu/cpu.c2
-rw-r--r--arch/x86/cpu/interrupts.c4
-rw-r--r--arch/x86/cpu/resetvec.S2
-rw-r--r--arch/x86/cpu/sc520/Makefile2
-rw-r--r--arch/x86/cpu/sc520/sc520.c2
-rw-r--r--arch/x86/cpu/sc520/sc520_pci.c2
-rw-r--r--arch/x86/cpu/sc520/sc520_reset.c2
-rw-r--r--arch/x86/cpu/sc520/sc520_ssi.c2
-rw-r--r--arch/x86/cpu/sc520/sc520_timer.c2
-rw-r--r--arch/x86/cpu/start.S2
-rw-r--r--arch/x86/cpu/start16.S2
-rw-r--r--arch/x86/cpu/u-boot.lds2
-rw-r--r--arch/x86/include/asm/i8254.h2
-rw-r--r--arch/x86/include/asm/i8259.h2
-rw-r--r--arch/x86/include/asm/ibmpc.h2
-rw-r--r--arch/x86/include/asm/ic/pci.h2
-rw-r--r--arch/x86/include/asm/ic/sc520.h2
-rw-r--r--arch/x86/include/asm/interrupt.h2
-rw-r--r--arch/x86/include/asm/pci.h2
-rw-r--r--arch/x86/include/asm/processor.h2
-rw-r--r--arch/x86/include/asm/realmode.h2
-rw-r--r--arch/x86/include/asm/u-boot-x86.h2
-rw-r--r--arch/x86/include/asm/zimage.h2
-rw-r--r--arch/x86/lib/bios.S2
-rw-r--r--arch/x86/lib/bios.h2
-rw-r--r--arch/x86/lib/bios_pci.S2
-rw-r--r--arch/x86/lib/bios_setup.c2
-rw-r--r--arch/x86/lib/board.c2
-rw-r--r--arch/x86/lib/interrupts.c4
-rw-r--r--arch/x86/lib/pcat_interrupts.c2
-rw-r--r--arch/x86/lib/pcat_timer.c2
-rw-r--r--arch/x86/lib/pci.c2
-rw-r--r--arch/x86/lib/pci_type1.c2
-rw-r--r--arch/x86/lib/realmode.c2
-rw-r--r--arch/x86/lib/realmode_switch.S2
-rw-r--r--arch/x86/lib/timer.c2
-rw-r--r--arch/x86/lib/video.c2
-rw-r--r--arch/x86/lib/video_bios.c2
-rw-r--r--arch/x86/lib/zimage.c2
59 files changed, 79 insertions, 79 deletions
diff --git a/arch/arm/cpu/arm1136/start.S b/arch/arm/cpu/arm1136/start.S
index f5a1134e1c2..c0db96cb154 100644
--- a/arch/arm/cpu/arm1136/start.S
+++ b/arch/arm/cpu/arm1136/start.S
@@ -3,8 +3,8 @@
*
* Copyright (c) 2004 Texas Instruments <[email protected]>
*
- * Copyright (c) 2001 Marius Gr�ger <[email protected]>
- * Copyright (c) 2002 Alex Z�pke <[email protected]>
+ * Copyright (c) 2001 Marius Gröger <[email protected]>
+ * Copyright (c) 2002 Alex Züpke <[email protected]>
* Copyright (c) 2002 Gary Jennejohn <[email protected]>
* Copyright (c) 2003 Richard Woodruff <[email protected]>
* Copyright (c) 2003 Kshitij <[email protected]>
diff --git a/arch/arm/cpu/arm720t/start.S b/arch/arm/cpu/arm720t/start.S
index ecb92ef2160..e9a094fcbd3 100644
--- a/arch/arm/cpu/arm720t/start.S
+++ b/arch/arm/cpu/arm720t/start.S
@@ -1,8 +1,8 @@
/*
* armboot - Startup Code for ARM720 CPU-core
*
- * Copyright (c) 2001 Marius Gr�ger <[email protected]>
- * Copyright (c) 2002 Alex Z�pke <[email protected]>
+ * Copyright (c) 2001 Marius Gröger <[email protected]>
+ * Copyright (c) 2002 Alex Züpke <[email protected]>
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/arch/arm/cpu/arm920t/start.S b/arch/arm/cpu/arm920t/start.S
index 0090f894d94..c3084208e1c 100644
--- a/arch/arm/cpu/arm920t/start.S
+++ b/arch/arm/cpu/arm920t/start.S
@@ -1,8 +1,8 @@
/*
* armboot - Startup Code for ARM920 CPU-core
*
- * Copyright (c) 2001 Marius Gr�ger <[email protected]>
- * Copyright (c) 2002 Alex Z�pke <[email protected]>
+ * Copyright (c) 2001 Marius Gröger <[email protected]>
+ * Copyright (c) 2002 Alex Züpke <[email protected]>
* Copyright (c) 2002 Gary Jennejohn <[email protected]>
*
* See file CREDITS for list of people who contributed to this
diff --git a/arch/arm/cpu/arm925t/start.S b/arch/arm/cpu/arm925t/start.S
index 23ccf31b76e..17cf5dcae6e 100644
--- a/arch/arm/cpu/arm925t/start.S
+++ b/arch/arm/cpu/arm925t/start.S
@@ -5,8 +5,8 @@
*
* ----- Adapted for OMAP1510 from ARM920 code ------
*
- * Copyright (c) 2001 Marius Gr�ger <[email protected]>
- * Copyright (c) 2002 Alex Z�pke <[email protected]>
+ * Copyright (c) 2001 Marius Gröger <[email protected]>
+ * Copyright (c) 2002 Alex Züpke <[email protected]>
* Copyright (c) 2002 Gary Jennejohn <[email protected]>
* Copyright (c) 2003 Richard Woodruff <[email protected]>
* Copyright (c) 2003 Kshitij <[email protected]>
diff --git a/arch/arm/cpu/arm926ejs/omap/reset.S b/arch/arm/cpu/arm926ejs/omap/reset.S
index 4b20756d1b6..8321072f416 100644
--- a/arch/arm/cpu/arm926ejs/omap/reset.S
+++ b/arch/arm/cpu/arm926ejs/omap/reset.S
@@ -5,8 +5,8 @@
*
* ----- Adapted for OMAP1610 OMAP730 from ARM925t code ------
*
- * Copyright (c) 2001 Marius Gr�ger <[email protected]>
- * Copyright (c) 2002 Alex Z�pke <[email protected]>
+ * Copyright (c) 2001 Marius Gröger <[email protected]>
+ * Copyright (c) 2002 Alex Züpke <[email protected]>
* Copyright (c) 2002 Gary Jennejohn <[email protected]>
* Copyright (c) 2003 Richard Woodruff <[email protected]>
* Copyright (c) 2003 Kshitij <[email protected]>
diff --git a/arch/arm/cpu/arm926ejs/start.S b/arch/arm/cpu/arm926ejs/start.S
index 636be7557cb..16e35c288c1 100644
--- a/arch/arm/cpu/arm926ejs/start.S
+++ b/arch/arm/cpu/arm926ejs/start.S
@@ -5,8 +5,8 @@
*
* ----- Adapted for OMAP1610 OMAP730 from ARM925t code ------
*
- * Copyright (c) 2001 Marius Gr�ger <[email protected]>
- * Copyright (c) 2002 Alex Z�pke <[email protected]>
+ * Copyright (c) 2001 Marius Gröger <[email protected]>
+ * Copyright (c) 2002 Alex Züpke <[email protected]>
* Copyright (c) 2002 Gary Jennejohn <[email protected]>
* Copyright (c) 2003 Richard Woodruff <[email protected]>
* Copyright (c) 2003 Kshitij <[email protected]>
diff --git a/arch/arm/cpu/arm926ejs/versatile/reset.S b/arch/arm/cpu/arm926ejs/versatile/reset.S
index 4b20756d1b6..8321072f416 100644
--- a/arch/arm/cpu/arm926ejs/versatile/reset.S
+++ b/arch/arm/cpu/arm926ejs/versatile/reset.S
@@ -5,8 +5,8 @@
*
* ----- Adapted for OMAP1610 OMAP730 from ARM925t code ------
*
- * Copyright (c) 2001 Marius Gr�ger <[email protected]>
- * Copyright (c) 2002 Alex Z�pke <[email protected]>
+ * Copyright (c) 2001 Marius Gröger <[email protected]>
+ * Copyright (c) 2002 Alex Züpke <[email protected]>
* Copyright (c) 2002 Gary Jennejohn <[email protected]>
* Copyright (c) 2003 Richard Woodruff <[email protected]>
* Copyright (c) 2003 Kshitij <[email protected]>
diff --git a/arch/arm/cpu/arm946es/start.S b/arch/arm/cpu/arm946es/start.S
index 09374d51baa..89ba5587e13 100644
--- a/arch/arm/cpu/arm946es/start.S
+++ b/arch/arm/cpu/arm946es/start.S
@@ -5,8 +5,8 @@
*
* ----- Adapted for OMAP1610 OMAP730 from ARM925t code ------
*
- * Copyright (c) 2001 Marius Gr�ger <[email protected]>
- * Copyright (c) 2002 Alex Z�pke <[email protected]>
+ * Copyright (c) 2001 Marius Gröger <[email protected]>
+ * Copyright (c) 2002 Alex Züpke <[email protected]>
* Copyright (c) 2002 Gary Jennejohn <[email protected]>
* Copyright (c) 2003 Richard Woodruff <[email protected]>
* Copyright (c) 2003 Kshitij <[email protected]>
diff --git a/arch/arm/cpu/arm_intcm/start.S b/arch/arm/cpu/arm_intcm/start.S
index 1a93277aa0a..ba96208c634 100644
--- a/arch/arm/cpu/arm_intcm/start.S
+++ b/arch/arm/cpu/arm_intcm/start.S
@@ -5,8 +5,8 @@
*
* ----- Adapted for OMAP1610 OMAP730 from ARM925t code ------
*
- * Copyright (c) 2001 Marius Gr�ger <[email protected]>
- * Copyright (c) 2002 Alex Z�pke <[email protected]>
+ * Copyright (c) 2001 Marius Gröger <[email protected]>
+ * Copyright (c) 2002 Alex Züpke <[email protected]>
* Copyright (c) 2002 Gary Jennejohn <[email protected]>
* Copyright (c) 2003 Richard Woodruff <[email protected]>
* Copyright (c) 2003 Kshitij <[email protected]>
diff --git a/arch/arm/cpu/ixp/npe/include/IxAtmdAccCtrl.h b/arch/arm/cpu/ixp/npe/include/IxAtmdAccCtrl.h
index e2230493f2f..50ef582f73d 100644
--- a/arch/arm/cpu/ixp/npe/include/IxAtmdAccCtrl.h
+++ b/arch/arm/cpu/ixp/npe/include/IxAtmdAccCtrl.h
@@ -975,7 +975,7 @@ typedef struct
* @li 1 - Generate HEC.
* @li 0 - Disable HEC generation.
*/
- unsigned int txCOSET:1; /**< [24] If enabled the HEC is Exclusive-OR�ed with the value 0x55 before
+ unsigned int txCOSET:1; /**< [24] If enabled the HEC is Exclusive-OR'ed with the value 0x55 before
* being presented on the Utopia bus.
* @li 1 - Enable HEC ExOR with value 0x55
* @li 0 - Use generated HEC value.
@@ -1302,7 +1302,7 @@ typedef struct
@li 1 - HEC checking enabled
@li 0 - HEC checking disabled */
- unsigned int rxCOSET:1; /**< [25] If enabled the HEC is Exclusive-OR�ed with the value 0x55
+ unsigned int rxCOSET:1; /**< [25] If enabled the HEC is Exclusive-OR'ed with the value 0x55
before being tested with the received HEC.
@li 1 - Enable HEC ExOR with value 0x55.
@li 0 - Use generated HEC value.*/
@@ -1320,9 +1320,9 @@ typedef struct
unsigned int rxHashEnbGFC:1; /**< [15] Specifies if the VPI field [11:8]/GFC field should be
included in the Hash data input or if the bits should be padded
- with 1�b0.
+ with 1'b0.
@li 1 - VPI [11:8]/GFC field valid and used in Hash residue calculation.
- @li 0 - VPI [11:8]/GFC field padded with 1�b0 */
+ @li 0 - VPI [11:8]/GFC field padded with 1'b0 */
unsigned int rxPreHash:1; /**< [14] Enable Pre-hash value generation. Specifies if the
incoming cell data should be pre-hashed to allow VPI/VCI header look-up
@@ -1489,10 +1489,10 @@ typedef struct
unsigned int invalidSizeOvrInt:1; /**< [9] Enable CBI Receive Status Condition if the InvalidSizeCount
register overflows.
@li 1 - CBI Receive Status Condition asserted.
- @li�0 - No CBI Receive Status asserted */
+ @li 0 - No CBI Receive Status asserted */
unsigned int rxIdleOvrInt:1; /**< [8] Enable CBI Receive Status Condition if the RxIdleCount overflows.
- @li 1 - CBI Receive Condition asserted.
+ @li 1 - CBI Receive Condition asserted.
@li 0 - No CBI Receive Condition asserted */
unsigned int reserved_2:3; /**< [7:5] These bits are always 0 */
@@ -1679,7 +1679,7 @@ typedef struct
unsigned int txReset:1; /**< [25] Resets the Utopia Coprocessor transmit module to a known state.
* @li Note: All transmit configuration and status registers will be reset
* to their reset values.
- * @li 0 - Normal operating mode�
+ * @li 0 - Normal operating mode
* @li 1 - Reset transmit modules
*/
diff --git a/arch/arm/cpu/ixp/npe/include/IxOsal.h b/arch/arm/cpu/ixp/npe/include/IxOsal.h
index b2a93a5dba1..4ca2e45f607 100644
--- a/arch/arm/cpu/ixp/npe/include/IxOsal.h
+++ b/arch/arm/cpu/ixp/npe/include/IxOsal.h
@@ -250,7 +250,7 @@ PUBLIC void ixOsalIrqUnlock (UINT32 irqEnable);
*
* @brief Selectively disables interrupts
*
- * @param irqLevel � new interrupt level
+ * @param irqLevel - new interrupt level
*
* Disables the interrupts below the specified interrupt level
*
@@ -269,7 +269,7 @@ PUBLIC UINT32 ixOsalIrqLevelSet (UINT32 irqLevel);
*
* @brief Enables an interrupt level
*
- * @param irqLevel � interrupt level to enable
+ * @param irqLevel - interrupt level to enable
*
* Enables the specified interrupt level
*
@@ -285,7 +285,7 @@ PUBLIC void ixOsalIrqEnable (UINT32 irqLevel);
*
* @brief Disables an interrupt level
*
- * @param irqLevel � interrupt level to disable
+ * @param irqLevel - interrupt level to disable
*
* Disables the specified interrupt level
*
diff --git a/arch/arm/cpu/lh7a40x/start.S b/arch/arm/cpu/lh7a40x/start.S
index 14e985457dd..62de8b8fc70 100644
--- a/arch/arm/cpu/lh7a40x/start.S
+++ b/arch/arm/cpu/lh7a40x/start.S
@@ -1,8 +1,8 @@
/*
* armboot - Startup Code for ARM920 CPU-core
*
- * Copyright (c) 2001 Marius Gr�ger <[email protected]>
- * Copyright (c) 2002 Alex Z�pke <[email protected]>
+ * Copyright (c) 2001 Marius Gröger <[email protected]>
+ * Copyright (c) 2002 Alex Züpke <[email protected]>
* Copyright (c) 2002 Gary Jennejohn <[email protected]>
*
* See file CREDITS for list of people who contributed to this
diff --git a/arch/arm/cpu/sa1100/start.S b/arch/arm/cpu/sa1100/start.S
index 7223c471b65..92546d8ba75 100644
--- a/arch/arm/cpu/sa1100/start.S
+++ b/arch/arm/cpu/sa1100/start.S
@@ -4,7 +4,7 @@
* Copyright (C) 1998 Dan Malek <[email protected]>
* Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se>
* Copyright (C) 2000 Wolfgang Denk <[email protected]>
- * Copyright (c) 2001 Alex Z�pke <[email protected]>
+ * Copyright (c) 2001 Alex Züpke <[email protected]>
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/arch/arm/include/asm/arch-s3c24x0/s3c2400.h b/arch/arm/include/asm/arch-s3c24x0/s3c2400.h
index 2678be15489..5b905f51c0b 100644
--- a/arch/arm/include/asm/arch-s3c24x0/s3c2400.h
+++ b/arch/arm/include/asm/arch-s3c24x0/s3c2400.h
@@ -1,6 +1,6 @@
/*
* (C) Copyright 2003
- * David M�ller ELSOFT AG Switzerland. [email protected]
+ * David Müller ELSOFT AG Switzerland. [email protected]
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/arch/arm/include/asm/arch-s3c24x0/s3c2410.h b/arch/arm/include/asm/arch-s3c24x0/s3c2410.h
index 0543fe1565e..4fbdf20b6ff 100644
--- a/arch/arm/include/asm/arch-s3c24x0/s3c2410.h
+++ b/arch/arm/include/asm/arch-s3c24x0/s3c2410.h
@@ -1,6 +1,6 @@
/*
* (C) Copyright 2003
- * David M�ller ELSOFT AG Switzerland. [email protected]
+ * David Müller ELSOFT AG Switzerland. [email protected]
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/arch/arm/include/asm/arch-s3c24x0/s3c24x0.h b/arch/arm/include/asm/arch-s3c24x0/s3c24x0.h
index f634d112964..ca978c9bbcc 100644
--- a/arch/arm/include/asm/arch-s3c24x0/s3c24x0.h
+++ b/arch/arm/include/asm/arch-s3c24x0/s3c24x0.h
@@ -1,6 +1,6 @@
/*
* (C) Copyright 2003
- * David M�ller ELSOFT AG Switzerland. [email protected]
+ * David Müller ELSOFT AG Switzerland. [email protected]
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/arch/powerpc/cpu/mpc8260/cpu_init.c b/arch/powerpc/cpu/mpc8260/cpu_init.c
index 1d527734456..acd48a9f553 100644
--- a/arch/powerpc/cpu/mpc8260/cpu_init.c
+++ b/arch/powerpc/cpu/mpc8260/cpu_init.c
@@ -182,7 +182,7 @@ void cpu_init_f (volatile immap_t * immr)
#endif
/* now restrict to preliminary range */
- /* the PS came from the HRCW, don�t change it */
+ /* the PS came from the HRCW, don't change it */
memctl->memc_br0 = SET_VAL_MASK(memctl->memc_br0 , CONFIG_SYS_BR0_PRELIM, BRx_PS_MSK);
memctl->memc_or0 = CONFIG_SYS_OR0_PRELIM;
diff --git a/arch/sparc/cpu/leon3/usb_uhci.c b/arch/sparc/cpu/leon3/usb_uhci.c
index b1269d26002..358e52afc2d 100644
--- a/arch/sparc/cpu/leon3/usb_uhci.c
+++ b/arch/sparc/cpu/leon3/usb_uhci.c
@@ -20,7 +20,7 @@
*
* Adapted for U-Boot:
* (C) Copyright 2001 Denis Peter, MPL AG Switzerland
- * (C) Copyright 2008, Daniel Hellstr�m, [email protected]
+ * (C) Copyright 2008, Daniel Hellström, [email protected]
* Added AMBA Plug&Play detection of GRUSB, modified interrupt handler.
* Added cache flushes where needed.
*
diff --git a/arch/x86/cpu/Makefile b/arch/x86/cpu/Makefile
index ddde83c91de..7f1fc188cb7 100644
--- a/arch/x86/cpu/Makefile
+++ b/arch/x86/cpu/Makefile
@@ -3,7 +3,7 @@
# Wolfgang Denk, DENX Software Engineering, [email protected].
#
# (C) Copyright 2002
-# Daniel Engstr�m, Omicron Ceti AB, [email protected].
+# Daniel Engström, Omicron Ceti AB, [email protected].
#
# 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 d1b528a4379..c00f8676392 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, [email protected].
+# Daniel Engström, Omicron Ceti AB, [email protected].
#
# 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 0c5d7c3d53a..cac12c088c5 100644
--- a/arch/x86/cpu/cpu.c
+++ b/arch/x86/cpu/cpu.c
@@ -3,7 +3,7 @@
* Graeme Russ, <[email protected]>
*
* (C) Copyright 2002
- * Daniel Engstr�m, Omicron Ceti AB, <[email protected]>
+ * Daniel Engström, Omicron Ceti AB, <[email protected]>
*
* (C) Copyright 2002
* Sysgo Real-Time Solutions, GmbH <www.elinos.com>
diff --git a/arch/x86/cpu/interrupts.c b/arch/x86/cpu/interrupts.c
index 62bcadc486a..c6e72eaa630 100644
--- a/arch/x86/cpu/interrupts.c
+++ b/arch/x86/cpu/interrupts.c
@@ -3,7 +3,7 @@
* Graeme Russ, <[email protected]>
*
* (C) Copyright 2002
- * Daniel Engstr�m, Omicron Ceti AB, <[email protected]>
+ * Daniel Engström, Omicron Ceti AB, <[email protected]>
*
* 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 c690d2516e7..44aee5f6234 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, <[email protected]>
+ * Daniel Engström, Omicron Ceti AB, <[email protected]>
*
* 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 694b61ee423..f462264b8db 100644
--- a/arch/x86/cpu/sc520/Makefile
+++ b/arch/x86/cpu/sc520/Makefile
@@ -6,7 +6,7 @@
# Wolfgang Denk, DENX Software Engineering, [email protected].
#
# (C) Copyright 2002
-# Daniel Engstr�m, Omicron Ceti AB, [email protected].
+# Daniel Engström, Omicron Ceti AB, [email protected].
#
# 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 726a3253582..e37c4037dd0 100644
--- a/arch/x86/cpu/sc520/sc520.c
+++ b/arch/x86/cpu/sc520/sc520.c
@@ -3,7 +3,7 @@
* Graeme Russ, <[email protected]>
*
* (C) Copyright 2002
- * Daniel Engstr�m, Omicron Ceti AB, <[email protected]>
+ * Daniel Engström, Omicron Ceti AB, <[email protected]>
*
* 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 8cd7ffecdb6..32d4802ebad 100644
--- a/arch/x86/cpu/sc520/sc520_pci.c
+++ b/arch/x86/cpu/sc520/sc520_pci.c
@@ -3,7 +3,7 @@
* Graeme Russ, <[email protected]>
*
* (C) Copyright 2002
- * Daniel Engstr�m, Omicron Ceti AB, <[email protected]>
+ * Daniel Engström, Omicron Ceti AB, <[email protected]>
*
* 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 79ef976838c..18890c3a537 100644
--- a/arch/x86/cpu/sc520/sc520_reset.c
+++ b/arch/x86/cpu/sc520/sc520_reset.c
@@ -3,7 +3,7 @@
* Graeme Russ, <[email protected]>
*
* (C) Copyright 2002
- * Daniel Engstr�m, Omicron Ceti AB, <[email protected]>
+ * Daniel Engström, Omicron Ceti AB, <[email protected]>
*
* 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 ac58d259705..47aa80bfce7 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, <[email protected]>
+ * Daniel Engström, Omicron Ceti AB, <[email protected]>
*
* 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 1bcfe67c947..5cccda1f287 100644
--- a/arch/x86/cpu/sc520/sc520_timer.c
+++ b/arch/x86/cpu/sc520/sc520_timer.c
@@ -3,7 +3,7 @@
* Graeme Russ, <[email protected]>
*
* (C) Copyright 2002
- * Daniel Engstr�m, Omicron Ceti AB, <[email protected]>
+ * Daniel Engström, Omicron Ceti AB, <[email protected]>
*
* 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 6c84c43f06a..306fb496170 100644
--- a/arch/x86/cpu/start.S
+++ b/arch/x86/cpu/start.S
@@ -5,7 +5,7 @@
* Graeme Russ, <[email protected]>
*
* (C) Copyright 2002
- * Daniel Engstr�m, Omicron Ceti AB, <[email protected]>
+ * Daniel Engström, Omicron Ceti AB, <[email protected]>
*
* 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 f1b9d0a0c97..3d3017a0eb9 100644
--- a/arch/x86/cpu/start16.S
+++ b/arch/x86/cpu/start16.S
@@ -5,7 +5,7 @@
* Graeme Russ, <[email protected]>
*
* (C) Copyright 2002,2003
- * Daniel Engstr�m, Omicron Ceti AB, <[email protected]>
+ * Daniel Engström, Omicron Ceti AB, <[email protected]>
*
* 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 55974228b50..fe28030d849 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, [email protected].
+ * Daniel Engström, Omicron Ceti AB, [email protected].
*
* 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 aafdfb8060d..c9e9e7d7d87 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, [email protected].
+ * Daniel Engström, Omicron Ceti AB, [email protected].
*
* 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 774d7a31e79..c494ff00f4f 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, [email protected].
+ * Daniel Engström, Omicron Ceti AB, [email protected].
*
* 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 e35cbd887ad..cd3995e80cd 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, [email protected]
+ * Daniel Engström, Omicron Ceti AB, [email protected]
*
* 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 2e4376b9b03..12ba656ff05 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 <[email protected]>.
+ * Daniel Engström, Omicron Ceti AB <[email protected]>.
*
* 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 956c1c26360..5ac9bb81d41 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 <[email protected]>.
+ * Daniel Engström, Omicron Ceti AB <[email protected]>.
*
* 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 f33f8ed44a0..5320bfd9c17 100644
--- a/arch/x86/include/asm/interrupt.h
+++ b/arch/x86/include/asm/interrupt.h
@@ -3,7 +3,7 @@
* Graeme Russ, [email protected]
*
* (C) Copyright 2002
- * Daniel Engstr�m, Omicron Ceti AB, [email protected]
+ * Daniel Engström, Omicron Ceti AB, [email protected]
*
* 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 050a2bb8683..85f60d77f02 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, [email protected]
+ * Daniel Engström, Omicron Ceti AB, [email protected]
*
* 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 22a129813cd..1e5dccd342c 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, [email protected]
+ * Daniel Engström, Omicron Ceti AB, [email protected]
*
* 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 9177e4ec0d4..c62310e3cd4 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, [email protected]
+ * Daniel Engström, Omicron Ceti AB, [email protected]
*
* 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 4f0d2c7e7e3..accc8fa4c7a 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, [email protected].
+ * Daniel Engström, Omicron Ceti AB, [email protected].
*
* 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 b6266e456a5..a02637ff619 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, [email protected]
+ * Daniel Engström, Omicron Ceti AB, [email protected]
*
* 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 660a2443947..ce8deb5377f 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, <[email protected]>
+ * Daniel Engström, Omicron Ceti AB, <[email protected]>
*
* 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 3c8d61a6f45..4a9cdb591b7 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, <[email protected]>
+ * Daniel Engström, Omicron Ceti AB, <[email protected]>
*
* 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 9e412e5e4c4..53d2ea047af 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, [email protected]
+ * Daniel Engström, Omicron Ceti AB, [email protected]
*
* 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 6949b35069b..9bf7e5872f1 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, <[email protected]>
+ * Daniel Engström, Omicron Ceti AB, <[email protected]>
*
* 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 af375ddb1e2..b1b8680ec77 100644
--- a/arch/x86/lib/board.c
+++ b/arch/x86/lib/board.c
@@ -3,7 +3,7 @@
* Graeme Russ, <[email protected]>
*
* (C) Copyright 2002
- * Daniel Engstr�m, Omicron Ceti AB, <[email protected]>
+ * Daniel Engström, Omicron Ceti AB, <[email protected]>
*
* (C) Copyright 2002
* Wolfgang Denk, DENX Software Engineering, <[email protected]>
diff --git a/arch/x86/lib/interrupts.c b/arch/x86/lib/interrupts.c
index a2c598f9a4f..04a9c79f9f5 100644
--- a/arch/x86/lib/interrupts.c
+++ b/arch/x86/lib/interrupts.c
@@ -12,7 +12,7 @@
* Wolfgang Denk, DENX Software Engineering, <[email protected]>
*
* (C) Copyright 2002
- * Daniel Engstr�m, Omicron Ceti AB, <[email protected]>
+ * Daniel Engström, Omicron Ceti AB, <[email protected]>
*
* (C) Copyright 2001
* Josh Huber, Mission Critical Linux, Inc, <[email protected]>
@@ -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 <common.h>
diff --git a/arch/x86/lib/pcat_interrupts.c b/arch/x86/lib/pcat_interrupts.c
index 364c4358378..2caae208ebd 100644
--- a/arch/x86/lib/pcat_interrupts.c
+++ b/arch/x86/lib/pcat_interrupts.c
@@ -3,7 +3,7 @@
* Graeme Russ, <[email protected]>
*
* (C) Copyright 2002
- * Daniel Engstr�m, Omicron Ceti AB, <[email protected]>
+ * Daniel Engström, Omicron Ceti AB, <[email protected]>
*
* 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 1911c6c19d2..f2a54223afd 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, <[email protected]>
+ * Daniel Engström, Omicron Ceti AB, <[email protected]>
*
* 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 e791e88bd42..593a7db75f8 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, <[email protected]>
+ * Daniel Engström, Omicron Ceti AB, <[email protected]>
*
* 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 8ce5b33e3d2..da1d3566ad5 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, <[email protected]>
+ * Daniel Engström, Omicron Ceti AB, <[email protected]>
*
* 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 5be827c66b1..c1133934155 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, <[email protected]>
+ * Daniel Engström, Omicron Ceti AB, <[email protected]>
*
* 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 fce4eccab01..7ee709a8b45 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, [email protected]
+ * Daniel Engström, Omicron Ceti AB, [email protected]
*
* 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 a822d66af5e..8b1bde708ca 100644
--- a/arch/x86/lib/timer.c
+++ b/arch/x86/lib/timer.c
@@ -3,7 +3,7 @@
* Graeme Russ, <[email protected]>
*
* (C) Copyright 2002
- * Daniel Engstr�m, Omicron Ceti AB, <[email protected]>
+ * Daniel Engström, Omicron Ceti AB, <[email protected]>
*
* 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 b29075c490a..0efcf3f4530 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, <[email protected]>
+ * Daniel Engström, Omicron Ceti AB, <[email protected]>
*
* 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 6bc43357435..7574f771fdd 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, <[email protected]>
+ * Daniel Engström, Omicron Ceti AB, <[email protected]>
*
* 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 cc4b40e64c9..6682e0de580 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, <[email protected]>
+ * Daniel Engström, Omicron Ceti AB, <[email protected]>
*
* See file CREDITS for list of people who contributed to this
* project.