summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* omap4_panda: Ignore omap4 SPL called MLOJoe Hershberger2011-09-301-0/+1
| | | | | | Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Cc: Joe Hershberger <joe.hershberger@gmail.com> Cc: Sandeep Paulraj <s-paulraj@ti.com>
* ignore soc asm-offsets.sMike Frysinger2011-09-211-0/+1
| | | | | | | | Recent commit a4814a69d3bca6ee05f4bfc4 cleaned up generation of asm-offsets.s for SoC dirs, but missed adding it to the ignore list which makes it show up in `git status`. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* mkimage: add UBL header support for booting davinci cpusHeiko Schocher2011-07-281-0/+1
| | | | | | | | creating an u-boot.ubl file, which contains the UBL Header needed for booting from NAND with the RBL from TI. For more information read doc/README.ublimage. Signed-off-by: Heiko Schocher <hs@denx.de>
* .gitignore: update list of u-boot.* files and add *.binecc2011-05-221-3/+5
| | | | | | | This patch adds additional u-boot.* files mentioned in Makefile, and adds *.bin since these are deleted as part of "make clean". Signed-off-by: Eric Cooper <ecc@cmu.edu>
* .gitignore: ignore generated u-boot.imxStefano Babic2011-01-171-0/+1
| | | | Signed-off-by: Stefano Babic <sbabic@denx.de>
* include/asm-offsets.h: automatically generate assembler constantsWolfgang Denk2010-10-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | A recurrent issue is that certain C level constructs like sizeof() or offsetof() cannot be used in assembler files, which is inconvenient when such constructs are used in the definition of macro names etc. To avoid duplication of such definitions (and thus another cause of problems), we adapt the Linux way to automatically generate the respective definitions from the respective C header files. In Linux, this is implemented in include/linux/kbuild.h, Kbuild, and arch/*/kernel/asm-offsets.c; we adapt the code from the Linux v2.6.36 kernel tree. We also copy the concept of the include/generated/ directory which can be used to hold other automatically generated files as well. We start with an architecture-independent lib/asm-offsets.c which generates include/generated/generic-asm-offsets.h (included by include/asm-offsets.h, which is what will be referred to in the actual source code). Later this may be extended by architecture-specific arch/*/lib/asm-offsets.c files that will generate a include/generated/asm-offsets.h. Signed-off-by: Wolfgang Denk <wd@denx.de> Acked-by: Kumar Gala <galak@kernel.crashing.org>
* .gitignore: ignore generated u-boot.ldsMike Frysinger2009-08-231-0/+1
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Add "tags" to .gitignore file.Po-Yu Chuang2009-07-211-0/+1
| | | | | Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com> Signed-off-by: Wolfgang Denk <wd@denx.de>
* ignore .gdb_history filesMike Frysinger2008-12-051-0/+3
| | | | | | When using gdb, history files will often get generated. So ignore them. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* gitignore: add tags files and Vim swap fileMarkus Heidelberg2008-09-091-0/+5
| | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* Fix merge problemsStefan Roese2008-08-061-0/+7
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* gitignore: udpate stgit generated and .patch fileJean-Christophe PLAGNIOL-VILLARD2008-04-181-0/+2
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Merge branch 'master' of git://www.denx.de/git/u-boot-blackfinWolfgang Denk2008-02-151-0/+4
|\ | | | | | | | | | | | | | | | | Conflicts: Makefile doc/README.standalone Signed-off-by: Wolfgang Denk <wd@denx.de>
| * generate u-boot.ldr for Blackfin targetsMike Frysinger2008-02-041-0/+4
| | | | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* | Add *~ to .gitignoreNiklaus Giger2008-02-141-0/+1
|/ | | | | | One should never add a backup file ending in with ~ to the git repository. Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
* Add missing file in gitignore and commentsJean-Christophe PLAGNIOL-VILLARD2008-01-091-2/+30
| | | | | | based on Linux source tree's .gitignore files Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Add .gitignore filesGrant Likely2007-11-151-0/+13
Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Kim Phillips <kim.phillips@freescale.com>
OpenPOWER on IntegriCloud