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>
This commit is contained in:
committed by
Wolfgang Denk
parent
eccfb49046
commit
fa82f871c8
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) Excito Elektronik i Sk<EFBFBD>ne AB, All rights reserved.
|
||||
* Copyright (C) Excito Elektronik i Skåne AB, All rights reserved.
|
||||
* Author: Tor Krill <tor@excito.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) Excito Elektronik i Sk<EFBFBD>ne AB, All rights reserved.
|
||||
* Copyright (C) Excito Elektronik i Skåne AB, All rights reserved.
|
||||
* Author: Tor Krill <tor@excito.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* (C) Copyright 2002
|
||||
* Daniel Engstr<EFBFBD>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.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* (C) Copyright 2000-2002
|
||||
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||||
* (C) Copyright 2002
|
||||
* Daniel Engstr<EFBFBD>m, Omicron Ceti AB
|
||||
* Daniel Engström, Omicron Ceti AB
|
||||
*
|
||||
* See file CREDITS for list of people who contributed to this
|
||||
* project.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* (C) Copyright 2003
|
||||
* David M<EFBFBD>ller ELSOFT AG Switzerland. d.mueller@elsoft.ch
|
||||
* David Müller ELSOFT AG Switzerland. d.mueller@elsoft.ch
|
||||
*
|
||||
* See file CREDITS for list of people who contributed to this
|
||||
* project.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* ported from ctfb.c (linux kernel):
|
||||
* Created in Jan - July 2000 by Thomas H<EFBFBD>henleitner <th@visuelle-maschinen.de>
|
||||
* Created in Jan - July 2000 by Thomas Höhenleitner <th@visuelle-maschinen.de>
|
||||
*
|
||||
* Ported to U-Boot:
|
||||
* (C) Copyright 2002 Denis Peter, MPL AG Switzerland
|
||||
@@ -626,25 +626,25 @@ FindBestPQFittingMN (unsigned int p, unsigned int q, unsigned int mnmin,
|
||||
|
||||
/* that is the hardware < 69000 we have to manage
|
||||
+---------+ +-------------------+ +----------------------+ +--+
|
||||
| REFCLK |__|NTSC Divisor Select|__|FVCO Reference Divisor|__|<EFBFBD>N|__
|
||||
| 14.3MHz | |(NTSCDS) (<EFBFBD>1, <EFBFBD>5) | |Select (RDS) (<EFBFBD>1, <EFBFBD>4) | | | |
|
||||
| REFCLK |__|NTSC Divisor Select|__|FVCO Reference Divisor|__|÷N|__
|
||||
| 14.3MHz | |(NTSCDS) (÷1, ÷5) | |Select (RDS) (÷1, ÷4) | | | |
|
||||
+---------+ +-------------------+ +----------------------+ +--+ |
|
||||
___________________________________________________________________|
|
||||
|
|
||||
| fvco fout
|
||||
| +--------+ +------------+ +-----+ +-------------------+ +----+
|
||||
+-| Phase |__|Charge Pump |__| VCO |_____|Post Divisor (PD) |___|CLK |--->
|
||||
+-| Detect | |& Filter VCO| | | | |<EFBFBD>1, 2, 4, 8, 16, 32| | |
|
||||
+-| Detect | |& Filter VCO| | | | |÷1, 2, 4, 8, 16, 32| | |
|
||||
| +--------+ +------------+ +-----+ | +-------------------+ +----+
|
||||
| |
|
||||
| +--+ +---------------+ |
|
||||
|____|<EFBFBD>M|___|VCO Loop Divide|__________|
|
||||
| | |(VLD)(<EFBFBD>4, <EFBFBD>16) |
|
||||
|____|÷M|___|VCO Loop Divide|__________|
|
||||
| | |(VLD)(÷4, ÷16) |
|
||||
+--+ +---------------+
|
||||
****************************************************************************
|
||||
that is the hardware >= 69000 we have to manage
|
||||
+---------+ +--+
|
||||
| REFCLK |__|<EFBFBD>N|__
|
||||
| REFCLK |__|÷N|__
|
||||
| 14.3MHz | | | |
|
||||
+---------+ +--+ |
|
||||
__________________|
|
||||
@@ -652,12 +652,12 @@ FindBestPQFittingMN (unsigned int p, unsigned int q, unsigned int mnmin,
|
||||
| fvco fout
|
||||
| +--------+ +------------+ +-----+ +-------------------+ +----+
|
||||
+-| Phase |__|Charge Pump |__| VCO |_____|Post Divisor (PD) |___|CLK |--->
|
||||
+-| Detect | |& Filter VCO| | | | |<EFBFBD>1, 2, 4, 8, 16, 32| | |
|
||||
+-| Detect | |& Filter VCO| | | | |÷1, 2, 4, 8, 16, 32| | |
|
||||
| +--------+ +------------+ +-----+ | +-------------------+ +----+
|
||||
| |
|
||||
| +--+ +---------------+ |
|
||||
|____|<EFBFBD>M|___|VCO Loop Divide|__________|
|
||||
| | |(VLD)(<EFBFBD>1, <EFBFBD>4) |
|
||||
|____|÷M|___|VCO Loop Divide|__________|
|
||||
| | |(VLD)(÷1, ÷4) |
|
||||
+--+ +---------------+
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* (C) Copyright 2002
|
||||
* St<EFBFBD>ubli Faverges - <www.staubli.com>
|
||||
* Stäubli Faverges - <www.staubli.com>
|
||||
* Pierre AUBERT p.aubert@staubli.com
|
||||
*
|
||||
* See file CREDITS for list of people who contributed to this
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* (C) Copyright 2002
|
||||
* St<EFBFBD>ubli Faverges - <www.staubli.com>
|
||||
* Stäubli Faverges - <www.staubli.com>
|
||||
* Pierre AUBERT p.aubert@staubli.com
|
||||
*
|
||||
* (C) Copyright 2005
|
||||
|
||||
Reference in New Issue
Block a user