public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Enabling POST for canyonlands board
Date: Fri, 30 Jan 2009 11:29:00 +0100	[thread overview]
Message-ID: <200901301129.00489.sr@denx.de> (raw)
In-Reply-To: <174230991E95D743B0C91DF471EF44E8434393E964@MTW02MSG02.mindtree.com>

Hi Afzal,

On Friday 30 January 2009, Afzal Nadirshah wrote:
>      Thanks for the reply. I looked into the file that you mentioned and
> also the README as well as the POST directory. I could not go into the
> details very minutely. From this I have understood that
> 1. Support for POST for canyonlands board is present.

Yes. General POST support for PPC4xx is available. Could be that the CPU 
specific POST test (like UART, EMAC etc) have to be adapter for 460EX though.

> 2. To enable POST for canyonlands board, I only have to define the required
> macros.

Yes. And IIRC add a small board specific function (post_hotkeys_pressed()). 
You can clone this function from kilauea again.

> 3. I do not have to add / modify code to test the peripherals on 
> the canyonlands board.

What peripherals are you referring to? Kilauea has the following POST tests 
defined/enabled by default:

/* POST support */
#define CONFIG_POST             (CONFIG_SYS_POST_CACHE          | \
                                 CONFIG_SYS_POST_CPU            | \
                                 CONFIG_SYS_POST_ETHER          | \
                                 CONFIG_SYS_POST_I2C            | \
                                 CONFIG_SYS_POST_MEMORY | \
                                 CONFIG_SYS_POST_UART)

Again, it's very likely that the UART and/or EMAC tests have to be adapter for 
460EX. I don't think POST has been tested on 460EX before.

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

  reply	other threads:[~2009-01-30 10:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-30  3:43 [U-Boot] Enabling POST for canyonlands board Afzal Nadirshah
2009-01-30 10:29 ` Stefan Roese [this message]
2009-01-30 14:21   ` Wolfgang Denk
2009-01-30 14:17 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2009-01-29 14:24 Afzal Nadirshah
2009-01-29 15:47 ` Stefan Roese

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=200901301129.00489.sr@denx.de \
    --to=sr@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox