All of lore.kernel.org
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.aribaud@free.fr>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V4 3/3] Add support for the LaCie ED Mini V2 board
Date: Mon, 11 Jan 2010 13:12:09 +0100	[thread overview]
Message-ID: <4B4B1599.1010101@free.fr> (raw)
In-Reply-To: <73173D32E9439E4ABB5151606C3E19E20308162526@SC-VEXCH1.marvell.com>

Prafulla Wadaskar a ?crit :

> I still do not understand who will fectch u-boot binary to TEXT_BASE? (reported earlier)
> Is this flash XIP? Does u-boot binary below 16k? What is the size of flash?
> Pls refer my comments for v3

I thought I'd explained that already, haven't I? At power-up a ROM code 
at FFFF0000 (64KB of ROM taking precedence over CS0, as seen from JTAG) 
does a few checks then jumps to FFF90000, which is the NOR Flash. The 
U-boot image is mapped and flashed so that the entry point is at 
FFF90000. The entry point then does further inits (some under condition 
that SKIP_CONFIG_LOWLEVEL_INIT is not defined), initializes RAM, 
relocates code to TEXT_BASE (if CONFIG_SKIP_RELOCATE_UBOOT is not 
defined) and then jumps to it.

Amicalement,
-- 
Albert.

  reply	other threads:[~2010-01-11 12:12 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-10 16:03 [U-Boot] [PATCH V4 1/3] Initial support for Marvell Orion5x SoC Albert Aribaud
2010-01-10 16:03 ` [U-Boot] [PATCH V4 2/3] Add Orion5x support to 16550 device driver Albert Aribaud
2010-01-10 16:03   ` [U-Boot] [PATCH V4 3/3] Add support for the LaCie ED Mini V2 board Albert Aribaud
2010-01-11 11:56     ` Prafulla Wadaskar
2010-01-11 12:12       ` Albert ARIBAUD [this message]
2010-01-11 14:10         ` Prafulla Wadaskar
2010-01-11 17:26           ` Albert ARIBAUD
2010-01-13 12:37       ` Albert ARIBAUD
2010-01-13 14:04         ` Prafulla Wadaskar
2010-01-13 17:17           ` Albert ARIBAUD
2010-01-12  0:08     ` Tom
2010-01-10 16:42 ` [U-Boot] [PATCH V4 1/3] Initial support for Marvell Orion5x SoC Albert ARIBAUD
2010-01-11 11:22 ` Prafulla Wadaskar
2010-01-13  7:21   ` Albert ARIBAUD
2010-01-11 11:29 ` Prafulla Wadaskar
2010-01-13  7:49   ` Albert ARIBAUD

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=4B4B1599.1010101@free.fr \
    --to=albert.aribaud@free.fr \
    --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.