public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 4/6] reboard: arm: Add processor function library
Date: Sun, 11 Dec 2011 15:16:44 +0100	[thread overview]
Message-ID: <4EE4BB4C.9030208@aribaud.net> (raw)
In-Reply-To: <1323544576-25940-5-git-send-email-sjg@chromium.org>

Hi Simon,

Le 10/12/2011 20:16, Simon Glass a ?crit :
> Add a library to hold ARM assembler code which is generic across all
> ARM CPUs. At first it just holds some basic relocation code. The
> plan is to move more start.S code here.

I still don't see the point in this new file, as this code is common 
across all ARM boards and start.S already has much of such common code. 
I'd rather see start.S keeping the common code and moving up the 
hierarchy, and and the {ISA, core, SoC, board}  specific code be moved 
out of start.S and down into their 'natural' specific location.

Amicalement,
-- 
Albert.

  reply	other threads:[~2011-12-11 14:16 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-10 19:16 [U-Boot] [PATCH v2 0/6] reboard: Introduce generic relocation feature Simon Glass
2011-12-10 19:16 ` [U-Boot] [PATCH v2 1/6] reboard: Create reloc.h and include it where needed Simon Glass
2011-12-11 14:52   ` Albert ARIBAUD
2011-12-11 21:33     ` Simon Glass
2011-12-11 21:45       ` Albert ARIBAUD
2011-12-11 21:45       ` Graeme Russ
2011-12-11 22:29         ` Albert ARIBAUD
2011-12-11 22:31           ` Albert ARIBAUD
2011-12-12  5:02           ` Simon Glass
2011-12-10 19:16 ` [U-Boot] [PATCH v2 2/6] reboard: define CONFIG_SYS_SKIP_RELOC for all archs Simon Glass
2011-12-11 14:57   ` Albert ARIBAUD
2011-12-12  5:06     ` Simon Glass
2011-12-10 19:16 ` [U-Boot] [PATCH v2 3/6] reboard: Add generic relocation feature Simon Glass
2011-12-10 19:16 ` [U-Boot] [PATCH v2 4/6] reboard: arm: Add processor function library Simon Glass
2011-12-11 14:16   ` Albert ARIBAUD [this message]
2011-12-12  5:24     ` Simon Glass
2011-12-22  6:23       ` Simon Glass
2011-12-10 19:16 ` [U-Boot] [PATCH v2 5/6] reboard: arm: Move over to generic relocation Simon Glass
2011-12-10 19:16 ` [U-Boot] [PATCH v2 6/6] reboard: arm: Remove unused code in start.S Simon Glass
2011-12-11 14:59   ` Albert ARIBAUD
2011-12-12  5:09     ` Simon Glass
2011-12-11 14:47 ` [U-Boot] [PATCH v2 0/6] reboard: Introduce generic relocation feature Albert ARIBAUD
2011-12-11 21:30   ` Simon Glass
2011-12-11 22:27     ` Albert ARIBAUD
2011-12-12  5:20       ` Simon Glass
2011-12-12  5:58         ` Graeme Russ
2011-12-16  1:09           ` Simon Glass

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=4EE4BB4C.9030208@aribaud.net \
    --to=albert.u.boot@aribaud.net \
    --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