From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 1/6] [new uImage] Rename architecture specific bootm code files
Date: Mon, 28 Jan 2008 23:38:13 +0100 [thread overview]
Message-ID: <20080128223813.GC8079@game.jcrosoft.org> (raw)
In-Reply-To: <20080123144350.25280.15397.stgit@zion.izotz.org>
On 15:44 Wed 23 Jan , Marian Balakowicz wrote:
> Implementation of the do_bootm_linux() and other bootm helper routines is
> architecture specific code. As such it resides in lib_<arch> directories
> in files named <arch>_linux.c
>
> This patch renames those files to a more clear and accurate
> lib_<arch>/bootm.c form.
>
> Signed-off-by: Marian Balakowicz <m8@semihalf.com>
> ---
> lib_arm/Makefile | 2 +-
> lib_arm/{armlinux.c => bootm.c} | 0
> lib_avr32/Makefile | 2 +-
> lib_avr32/{avr32_linux.c => bootm.c} | 0
> lib_blackfin/Makefile | 2 +-
> lib_blackfin/{bf533_linux.c => bootm.c} | 0
> lib_i386/Makefile | 2 +-
> lib_i386/{i386_linux.c => bootm.c} | 0
> lib_m68k/Makefile | 2 +-
> lib_m68k/{m68k_linux.c => bootm.c} | 0
> lib_microblaze/Makefile | 2 +-
> lib_microblaze/{microblaze_linux.c => bootm.c} | 0
> lib_mips/Makefile | 2 +-
> lib_mips/{mips_linux.c => bootm.c} | 0
> lib_nios/Makefile | 2 +-
> lib_nios/{nios_linux.c => bootm.c} | 0
> lib_nios2/Makefile | 2 +-
> lib_nios2/{nios_linux.c => bootm.c} | 0
> lib_ppc/Makefile | 2 +-
> lib_ppc/{ppc_linux.c => bootm.c} | 0
> lib_sh/Makefile | 2 +-
> lib_sh/{sh_linux.c => bootm.c} | 0
> 22 files changed, 11 insertions(+), 11 deletions(-)
>
> diff --git a/lib_arm/Makefile b/lib_arm/Makefile
> index 037c475..aa9bee7 100644
> --- a/lib_arm/Makefile
> +++ b/lib_arm/Makefile
> @@ -27,7 +27,7 @@ LIB = $(obj)lib$(ARCH).a
>
> SOBJS = _ashldi3.o _ashrdi3.o _divsi3.o _modsi3.o _udivsi3.o _umodsi3.o
>
> -COBJS = armlinux.o board.o \
> +COBJS = bootm.o board.o \
On All COBJS please keep it sort.
Best Regards,
J.
next prev parent reply other threads:[~2008-01-28 22:38 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-23 14:43 [U-Boot-Users] [PATCH 0/6] [new uImage] patchset2 - cleanup cont Marian Balakowicz
2008-01-23 14:44 ` [U-Boot-Users] [PATCH 1/6] [new uImage] Rename architecture specific bootm code files Marian Balakowicz
2008-01-28 22:38 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2008-01-23 14:44 ` [U-Boot-Users] [PATCH 2/6] [new uImage] Use image API in SH do_bootm_linux() routine Marian Balakowicz
2008-01-23 14:44 ` [U-Boot-Users] [PATCH 3/6] [new uImage] Remove OF_FLAT_TREE support from PPC bootm code Marian Balakowicz
2008-01-23 14:44 ` [U-Boot-Users] [PATCH 4/6] [new uImage] Remove standalone applications handling from boootm Marian Balakowicz
[not found] ` <c166aa9f0801230916s79a4d690mea3fb23776cc8c22@mail.gmail.com>
[not found] ` <4798570C.5000408@semihalf.com>
2008-01-24 23:47 ` Andrew Dyer
2008-01-23 15:00 ` [U-Boot-Users] [PATCH 5/6] [new uImage] Factor out common routines for getting os/arch/type/comp names Marian Balakowicz
2008-01-23 15:00 ` [U-Boot-Users] [PATCH 6/6] [new uImage] Move FDT error printing to common fdt_error() routine Marian Balakowicz
2008-01-23 15:40 ` Jerry Van Baren
2008-01-25 4:51 ` [U-Boot-Users] [PATCH 0/6] [new uImage] patchset2 - cleanup cont Kumar Gala
2008-01-31 15:04 ` Marian Balakowicz
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=20080128223813.GC8079@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--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.