All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] move README.imx31 to doc/ and merge with	README.mx31
Date: Mon, 29 Sep 2008 22:38:54 +0900	[thread overview]
Message-ID: <48E0DA6E.4030307@ruby.dti.ne.jp> (raw)
In-Reply-To: <1221749883-31531-1-git-send-email-plagnioj@jcrosoft.com>

Ping. Please consider making this into the upcoming release.

Jean-Christophe PLAGNIOL-VILLARD wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> 
> diff --git a/README.imx31 b/README.imx31
> deleted file mode 100644
> index f545f01..0000000
> --- a/README.imx31
> +++ /dev/null
> @@ -1,13 +0,0 @@
> -i.MX31 specific Configuration Options:
> ---------------------------------------
> -
> -- Timer precision:
> -		CONFIG_MX31_TIMER_HIGH_PRECISION
> -
> -		Enable higher precision timer. The low-precision timer
> -		(default) provides approximately 4% error, whereas the
> -		high-precision timer is about 0.4% accurate. The extra
> -		accuracy is achieved at the cost of higher computational
> -		overhead, which, in places where time is measured, should
> -		not be critical, so, it should be safe to enable this
> -		option.
> diff --git a/doc/README.imx31 b/doc/README.imx31
> new file mode 100644
> index 0000000..91ef766
> --- /dev/null
> +++ b/doc/README.imx31
> @@ -0,0 +1,29 @@
> +U-Boot for Freescale i.MX31
> +
> +This file contains information for the port of U-Boot to the Freescale
> +i.MX31 SoC.
> +
> +1. CONFIGURATION OPTIONS/SETTINGS
> +---------------------------------
> +
> +1.1 Configuration of MC13783 SPI bus
> +------------------------------------
> +	The power management companion chip MC13783 is connected to the
> +	i.MX31 via an SPI bus. Use the following configuration options
> +	to setup the bus and chip select used for a particular board.
> +
> +	CONFIG_MC13783_SPI_BUS	-- defines the SPI bus the MC13783 is connected to.
> +			   Note that 0 is CSPI1, 1 is CSPI2 and 2 is CSPI3.
> +	CONFIG_MC13783_SPI_CS	-- define the chip select the MC13783 s connected to.
> +
> +1.2 Timer precision
> +-------------------
> +	CONFIG_MX31_TIMER_HIGH_PRECISION
> +
> +	Enable higher precision timer. The low-precision timer
> +	(default) provides approximately 4% error, whereas the
> +	high-precision timer is about 0.4% accurate. The extra
> +	accuracy is achieved at the cost of higher computational
> +	overhead, which, in places where time is measured, should
> +	not be critical, so, it should be safe to enable this
> +	option.
> diff --git a/doc/README.mx31 b/doc/README.mx31
> deleted file mode 100644
> index 291c2f3..0000000
> --- a/doc/README.mx31
> +++ /dev/null
> @@ -1,17 +0,0 @@
> -U-Boot for Freescale i.MX31
> -
> -This file contains information for the port of U-Boot to the Freescale
> -i.MX31 SoC.
> -
> -1. CONFIGURATION OPTIONS/SETTINGS
> ----------------------------------
> -
> -1.1 Configuration of MC13783 SPI bus
> -------------------------------------
> -The power management companion chip MC13783 is connected to the
> -i.MX31 via an SPI bus. Use the following configuration options
> -to setup the bus and chip select used for a particular board.
> -
> -CONFIG_MC13783_SPI_BUS	-- defines the SPI bus the MC13783 is connected to.
> -			   Note that 0 is CSPI1, 1 is CSPI2 and 2 is CSPI3.
> -CONFIG_MC13783_SPI_CS	-- define the chip select the MC13783 s connected to.

      parent reply	other threads:[~2008-09-29 13:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-18 14:58 [U-Boot] [PATCH] move README.imx31 to doc/ and merge with README.mx31 Jean-Christophe PLAGNIOL-VILLARD
2008-09-18 14:58 ` [U-Boot] [PATCH] update uImgae FIT multi documentation Jean-Christophe PLAGNIOL-VILLARD
2008-09-29 13:38 ` Shinya Kuribayashi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48E0DA6E.4030307@ruby.dti.ne.jp \
    --to=skuribay@ruby.dti.ne.jp \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.