[U-Boot-Users] [RFC] Create include/u-boot directory

Hi,
I proposing to create an include directory name u-boot like it's done in linux (include/linux) where we put all relate u-boot headers except configs and asms dirs. It will allow us to be sure to be independent form the host system as example
The include will look like this
#ls -alh include total 72K drwxr-xr-x 16 j j 4,0K avr 12 14:17 . drwxr-xr-x 32 j j 4,0K avr 12 14:08 .. drwxr-xr-x 20 j j 4,0K avr 12 14:01 asm-arm drwxr-xr-x 3 j j 4,0K mar 31 12:02 asm-avr32 drwxr-xr-x 8 j j 4,0K avr 12 05:58 asm-blackfin drwxr-xr-x 3 j j 4,0K mar 31 12:02 asm-i386 drwxr-xr-x 3 j j 4,0K avr 12 05:58 asm-m68k drwxr-xr-x 3 j j 4,0K mar 31 12:02 asm-microblaze drwxr-xr-x 2 j j 4,0K avr 12 14:01 asm-mips drwxr-xr-x 2 j j 4,0K mar 31 12:02 asm-nios drwxr-xr-x 2 j j 4,0K mar 31 12:02 asm-nios2 drwxr-xr-x 2 j j 4,0K avr 12 06:27 asm-ppc drwxr-xr-x 2 j j 4,0K avr 12 05:58 asm-sh drwxr-xr-x 2 j j 8,0K avr 12 05:59 configs -rw-r--r-- 1 j j 110 mar 31 12:02 .gitignore drwxr-xr-x 4 j j 4,0K avr 12 05:58 linux drwxr-xr-x 7 j j 4,0K avr 12 14:17 u-boot
Best Regards, J.

I think that a separate include directory for u-boot is a good idea.
ciao
luigi
On sab, 2008-04-12 at 14:25 +0200, Jean-Christophe PLAGNIOL-VILLARD wrote:
Hi,
I proposing to create an include directory name u-boot like it's done in linux (include/linux) where we put all relate u-boot headers except configs and asms dirs. It will allow us to be sure to be independent form the host system as example
The include will look like this
#ls -alh include total 72K drwxr-xr-x 16 j j 4,0K avr 12 14:17 . drwxr-xr-x 32 j j 4,0K avr 12 14:08 .. drwxr-xr-x 20 j j 4,0K avr 12 14:01 asm-arm drwxr-xr-x 3 j j 4,0K mar 31 12:02 asm-avr32 drwxr-xr-x 8 j j 4,0K avr 12 05:58 asm-blackfin drwxr-xr-x 3 j j 4,0K mar 31 12:02 asm-i386 drwxr-xr-x 3 j j 4,0K avr 12 05:58 asm-m68k drwxr-xr-x 3 j j 4,0K mar 31 12:02 asm-microblaze drwxr-xr-x 2 j j 4,0K avr 12 14:01 asm-mips drwxr-xr-x 2 j j 4,0K mar 31 12:02 asm-nios drwxr-xr-x 2 j j 4,0K mar 31 12:02 asm-nios2 drwxr-xr-x 2 j j 4,0K avr 12 06:27 asm-ppc drwxr-xr-x 2 j j 4,0K avr 12 05:58 asm-sh drwxr-xr-x 2 j j 8,0K avr 12 05:59 configs -rw-r--r-- 1 j j 110 mar 31 12:02 .gitignore drwxr-xr-x 4 j j 4,0K avr 12 05:58 linux drwxr-xr-x 7 j j 4,0K avr 12 14:17 u-boot
Best Regards, J.
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javao... _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users
Industrie Dial Face S.p.A. Luigi Mantellini R&D - Software Industrie Dial Face S.p.A. Via Canzo, 4 20068 Peschiera Borromeo (MI), Italy Tel.: +39 02 5167 2813 Fax: +39 02 5167 2459 E-mail: luigi.mantellini@idf-hit.com GPG fingerprint: 3DD1 7B71 FBDF 6376 1B4A B003 175F E979 907E 1650

In message 20080412122528.GA17663@game.jcrosoft.org you wrote:
I proposing to create an include directory name u-boot like it's
This already happened. See latest commits.
done in linux (include/linux) where we put all relate u-boot headers except configs and asms dirs.
Please don't reorganize everything just for the fun of it - just where it makes sense.
Remember that ther eis only potential for confusion for very few, very specific host applications mkimage, fw_*env).
Best regards,
Wolfgang Denk
participants (3)
-
Jean-Christophe PLAGNIOL-VILLARD
-
Luigi 'Comio' Mantellini
-
Wolfgang Denk