All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] POST in u-boot for P2020 process
Date: Thu, 23 Jan 2014 11:38:22 +0100	[thread overview]
Message-ID: <20140123103822.0A3C93801AF@gemini.denx.de> (raw)
In-Reply-To: <1390469712091-172115.post@n7.nabble.com>

Dear pshambhu,

In message <1390469712091-172115.post@n7.nabble.com> you wrote:
> 
> I am interested in performing POST (Power On Self Test ) operation in
> u-boot. As soon as the system starts booting , it should perform some basic
> functionality Testing,
> 
> - Cache test
> - Memory Test
> - RAM test
> - I2C test
> - SPI Test
> - Ethernet Test
> - UART test
> - Watch Dog Timer Test
> 
> 
> Please let me know the changes required in U-boot Code to perform POST
> operation while System bootup.

You have to implement the required tests for your hardware (unless
these already exist) and then enable them in your board config file;
please see doc/README.POST for details.

BTW: running these tests always for each and every boot is probably a
very bad idea, as some of these testes are pretty expensive in terms
of time needed.  Also, some may have specific requirements to the
hardware configuration (like there must [or nust not] be network
cable attached, etc.).

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Be careful what you wish for. You never know who will be listening.
                                      - Terry Pratchett, _Soul Music_

  reply	other threads:[~2014-01-23 10:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-23  9:35 [U-Boot] POST in u-boot for P2020 process pshambhu
2014-01-23 10:38 ` Wolfgang Denk [this message]
2014-01-27  6:20   ` pshambhu
2014-01-27  6:54     ` Wolfgang Denk
2014-01-27  7:01       ` pshambhu
2014-01-27 10:24         ` pshambhu
2014-01-27 14:27           ` Wolfgang Denk
2014-01-27 14:18         ` Wolfgang Denk
2014-01-27 10:25       ` pshambhu
2014-01-27  6:23   ` pshambhu

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=20140123103822.0A3C93801AF@gemini.denx.de \
    --to=wd@denx.de \
    --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.