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 <albert.u.boot@aribaud.net>
diff --git a/board/Marvell/common/memory.c b/board/Marvell/common/memory.c
index 45353af..7fd6355 100644
--- a/board/Marvell/common/memory.c
+++ b/board/Marvell/common/memory.c
@@ -35,7 +35,7 @@
/*******************************************************************************
* memoryGetBankBaseAddress - Returns the base address of a memory bank.
* DESCRIPTION:
-* This function returns the base address of one of the SDRAMs memory
+* This function returns the base address of one of the SDRAM's memory
* banks. There are 4 memory banks and each one represents one DIMM side.
* INPUT:
* MEMORY_BANK bank - Selects one of the four banks as defined in Memory.h.
@@ -366,8 +366,8 @@
* This function sets new base and size for one the memory banks
* (CS0 - CS3). It is the programmer`s responsibility to make sure that
* there are no conflicts with other memory spaces. When two memory spaces
-* overlap, the MVs behavior is not defined .If a bank needs to be closed,
-* set the bankLength parameter size to 0x0.
+* overlap, the MV's behavior is not defined .If a bank needs to be closed,
+* set the 'bankLength' parameter size to 0x0.
*
* INPUT:
* bank - One of the memory banks (CS0-CS3) as defined in gtMemory.h.
@@ -375,7 +375,7 @@
* bankLength - The memory bank size. This function will decrement the
* 'bankLength' parameter by one and then check if the size is
* valid. A valid size must be programed from LSB to MSB as
-* sequence of 1s followed by sequence of 0s.
+* sequence of '1's followed by sequence of '0's.
* To close a memory window simply set the size to 0.
* NOTE!!!
* The size must be in 64Kbyte granularity.
@@ -487,7 +487,7 @@
* This function sets new base and size for one the device windows
* (DEV_CS0 - DEV_CS3). It is the programmer`s responsibility to make sure
* that there are no conflicts with other memory spaces. When two memory
-* spaces overlap, the MVs behavior is not defined .If a device window
+* spaces overlap, the MV's behavior is not defined .If a device window
* needs to be closed, set the 'deviceLength' parameter size to 0x0.
*
* INPUT:
@@ -497,8 +497,8 @@
* deviceLength - The device window size. This function will decrement
* the 'deviceLength' parameter by one and then
* check if the size is valid. A valid size must be
-* programed from LSB to MSB as sequence of 1s
-* followed by sequence of 0s.
+* programed from LSB to MSB as sequence of '1's
+* followed by sequence of '0's.
* To close a memory window simply set the size to 0.
*
* NOTE!!!
@@ -604,7 +604,7 @@
* This function sets new base and size for one the PCI windows
* (PCI memory0/1/2..). It is the programmer`s responsibility to make sure
* that there are no conflicts with other memory spaces. When two memory
-* spaces overlap, the MVs behavior is not defined .If a PCI window
+* spaces overlap, the MV's behavior is not defined. If a PCI window
* needs to be closed, set the 'pciWindowSize' parameter size to 0x0.
*
* INPUT:
@@ -613,7 +613,7 @@
* pciWindowSize - The PCI window size. This function will decrement the
* 'pciWindowSize' parameter by one and then check if the
* size is valid. A valid size must be programed from LSB
-* to MSB as sequence of 1s followed by sequence of 0s.
+* to MSB as sequence of '1's followed by sequence of '0's.
* To close a memory window simply set the size to 0.
*
* NOTE!!!
@@ -718,14 +718,14 @@
* registers memory space.
*
* DESCRIPTION:
-* This function set new base address for the internal registers memory
+* This function set new base address for the internal registers memory
* space (the size is fixed and cannot be modified). The function does not
* handle overlapping with other memory spaces, it is the programer's
* responsibility to ensure that overlapping does not occur.
-* When two memory spaces overlap, the MVs behavior is not defined.
+* When two memory spaces overlap, the MV's behavior is not defined.
*
* INPUT:
-* internalRegBase - new base address for the internal registers memory
+* internalRegBase - new base address for the internal registers memory
* space.
*
* OUTPUT:
@@ -762,7 +762,7 @@
* address.
*
* DESCRIPTION:
-* This function returns the base address of the internal registers
+* This function returns the base address of the internal registers
* memory space .
*
* INPUT:
@@ -772,7 +772,7 @@
* None.
*
* RETURN:
-* 32 bit base address of the internal registers memory space.
+* 32 bit base address of the internal registers memory space.
*
*******************************************************************************/
unsigned int memoryGetInternalRegistersSpace (void)
@@ -874,7 +874,7 @@
* regionSize - The region's size. This function will decrement the
* 'regionSize' parameter by one and then check if the size
* is valid. A valid size must be programed from LSB to MSB
-* as sequence of 1s followed by sequence of 0s.
+* as sequence of '1's followed by sequence of '0's.
* To close a memory window simply set the size to 0.
*
* NOTE!!!