From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 00/20] Reorganize directory structure
Date: Tue, 13 Apr 2010 10:59:08 +0200 [thread overview]
Message-ID: <20100413085908.2C516E599D4@gemini.denx.de> (raw)
In-Reply-To: <1271129301-12074-1-git-send-email-ptyser@xes-inc.com>
Dear Peter Tyser,
In message <1271129301-12074-1-git-send-email-ptyser@xes-inc.com> you wrote:
> This series reorganizes U-Boot's directory structure so that it looks
> like:
> /arch/$ARCH/
> /lib/<sources currently in lib_$ARCH/>
> /include/asm/<headers currently in incluce/asm-$ARCH/>
> /cpu/<appropriate cpu directories in cpu/ or just files in cpu/$CPU if 1 CPU type>
> /config.mk (old lib_$ARCH/config.mk)
>
> /lib/
> /<source files currently in lib_generic>
> /libfdt/
> /lzma/
> /lzo/
>
> Patches 8 through 19 can be squashed if desired, I split them up to keep
> the series somewhat manageable. Some of the patches still exceed the
> mailinglist's arbitrary size limit. I can post the series on a website
> if needed.
>
> I compile tested on PPC, mips, and blackfin and no new errors were
> introduced.
>
> The previous discussion about this series can be seen at
> http://lists.denx.de/pipermail/u-boot/2009-December/065391.html
I ran MAKEALL for PowerPC and ARM. Looks good to me.
All patches applied to "master" now.
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
The only person who always got his work done by Friday
was Robinson Crusoe.
prev parent reply other threads:[~2010-04-13 8:59 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-13 3:28 [U-Boot] [PATCH v4 00/20] Reorganize directory structure Peter Tyser
2010-04-13 3:28 ` [U-Boot] [PATCH v4 01/20] Create CPUDIR variable Peter Tyser
2010-04-13 3:28 ` [U-Boot] [PATCH v4 02/20] Change directory-specific CFLAGS to use full path Peter Tyser
2010-04-13 3:28 ` [U-Boot] [PATCH v4 03/20] Move lib_$ARCH directories to arch/$ARCH/lib Peter Tyser
2010-04-13 3:28 ` [U-Boot] [PATCH v4 04/20] Rename lib_generic/ to lib/ Peter Tyser
2010-04-13 3:28 ` [U-Boot] [PATCH v4 05/20] Move libfdt/ into lib/ Peter Tyser
2010-04-13 3:28 ` [U-Boot] [PATCH v4 06/20] Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>" Peter Tyser
2010-04-13 3:28 ` [U-Boot] [PATCH v4 07/20] Move architecture-specific includes to arch/$ARCH/include/asm Peter Tyser
2010-04-13 3:28 ` [U-Boot] [PATCH v4 08/20] ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU Peter Tyser
2010-04-13 9:02 ` Detlev Zundel
2010-04-13 9:11 ` Stefan Roese
2010-04-13 9:27 ` Wolfgang Denk
2010-04-13 14:41 ` Peter Tyser
2010-04-13 3:28 ` [U-Boot] [PATCH v4 09/20] sh: Move cpu/$CPU to arch/sh/cpu/$CPU Peter Tyser
2010-04-13 3:28 ` [U-Boot] [PATCH v4 10/20] arm: Move cpu/$CPU to arch/arm/cpu/$CPU Peter Tyser
2010-04-13 3:28 ` [U-Boot] [PATCH v4 11/20] m68k: Move cpu/$CPU to arch/m68k/cpu/$CPU Peter Tyser
2010-04-13 3:28 ` [U-Boot] [PATCH v4 12/20] blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/* Peter Tyser
2010-04-13 3:28 ` [U-Boot] [PATCH v4 13/20] mips: Move cpu/mips/* to arch/mips/cpu/* Peter Tyser
2010-04-13 3:28 ` [U-Boot] [PATCH v4 14/20] avr32: Move cpu/at32ap/* to arch/avr32/cpu/* Peter Tyser
2010-04-13 3:28 ` [U-Boot] [PATCH v4 15/20] microblaze: Move cpu/microblaze/* to arch/microblaze/cpu/* Peter Tyser
2010-04-13 3:28 ` [U-Boot] [PATCH v4 16/20] i386: Move cpu/i386/* to arch/i386/cpu/* Peter Tyser
2010-04-13 3:28 ` [U-Boot] [PATCH v4 17/20] sparc: Move cpu/leon[23] to arch/sparc/cpu/leon[23] Peter Tyser
2010-04-13 3:28 ` [U-Boot] [PATCH v4 18/20] nios: Move cpu/nios/* to arch/nios/cpu/* Peter Tyser
2010-04-13 3:28 ` [U-Boot] [PATCH v4 19/20] nios2: Move cpu/nios2/* to arch/nios2/cpu/* Peter Tyser
2010-04-13 3:28 ` [U-Boot] [PATCH v4 20/20] Update README to reflect new directory structure Peter Tyser
2010-04-13 8:59 ` Wolfgang Denk [this message]
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=20100413085908.2C516E599D4@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox