summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* scripts: Delete non-barebox content from scripts/.Robert P. J. Day2009-12-211-10/+0
| | | | | | | | | | | Remove scripts/ content having nothing to do with barebox: - pnmtologo - conmakehash - unifdef - genksyms Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-1514-47/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | This has been done with the following script: find -path ./.git -prune -o -type f -print0 | xargs -0 -r sed -i \ -e 's/u2boot/barebox/g' \ -e 's/U2Boot/barebox/g' \ -e 's/U-boot V2/barebox/g' \ -e 's/u-boot v2/barebox/g' \ -e 's/U-Boot V2/barebox/g' \ -e 's/U-Boot-v2/barebox/g' \ -e 's/U_BOOT/BAREBOX/g' \ -e 's/UBOOT/BAREBOX/g' \ -e 's/uboot/barebox/g' \ -e 's/u-boot/barebox/g' \ -e 's/u_boot/barebox/g' \ -e 's/U-Boot/barebox/g' \ -e 's/U-boot/barebox/g' \ -e 's/U-BOOT/barebox/g' find -path ./.git -prune -o \( -name "*u-boot*" -o -name "*uboot*" -o -name "*u_boot*" \) -print0 | \ xargs -0 -r rename 's/u[-_]?boot/barebox/' It needs some manual fixup following in the next patch Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Build system: Use setlocalversion from kernelSascha Hauer2008-09-021-0/+65
| | | | | | Autogenerate a local version from git. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add compiler header files from kernelSascha Hauer2008-08-131-1/+1
| | | | | | | Add include/linux/compiler*.h from Linux Kernel and remove old include/compiler.h Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* fix generated config filesNishanth Menon2008-05-071-3/+3
| | | | | | | | Make defconfig generates .config with "Linux kernel" instead of "U-Boot". This patch fixes the same. Signed-off-by: Nishanth Menon <x0nishan@ti.com>
* separating environment commands, part 2Juergen Beisert2007-11-121-1/+2
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* Add scripts/mkmakefile from Linux. This is necessary if you want toRobert Schwebel2007-11-091-0/+36
| | | | | | build out-of-tree. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* Change help texts to refer to u-boot instead of linux.Robert Schwebel2007-11-091-4/+4
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* update some .gitignore filesSascha Hauer2007-10-241-0/+3
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* update to new kconfig version #2 (forgot to delete files)Sascha Hauer2007-10-244-450/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* update to new kconfig versionSascha Hauer2007-10-2427-1226/+1403
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* do not include Kbuild in Makefile.clean. We neither have it nor need it.sascha2007-10-171-1/+1
|
* __u_boot__symtab -> __usymtabSascha Hauer2007-10-071-21/+34
|
* remove some (currently) unneeded functionsSascha Hauer2007-10-041-8/+10
|
* add modpostSascha Hauer2007-10-049-1/+3154
|
* update .gitignore filesSascha Hauer2007-09-281-0/+2
|
* add kallsyms.c from linux kernelSascha Hauer2007-09-281-0/+534
|
* Reimplement environment. Now we only have one crc for the whole image.Sascha Hauer2007-09-271-0/+4
|
* add directory handling for environmentSascha Hauer2007-09-251-0/+69
|
* add mkimage to .gitignoreSascha Hauer2007-09-211-1/+2
|
* move mkimage.c to scripts, make it compileSascha Hauer2007-09-212-0/+753
|
* add gen_netx_image to MakefileSascha Hauer2007-09-051-0/+1
|
* add netx image generation scriptSascha Hauer2007-09-051-0/+238
|
* add .gitignore filesSascha Hauer2007-07-123-0/+23
|
* implement -p option to pad output to a given sizeSascha Hauer2007-07-051-3/+23
|
* svn_rev_706Sascha Hauer2007-07-051-0/+22
| | | | add file headers
* svn_rev_643Sascha Hauer2007-07-051-1/+1
| | | | structure cleanup
* svn_rev_543Sascha Hauer2007-07-058-12/+12
| | | | linux->uboot
* svn_rev_542Sascha Hauer2007-07-051-1/+1
| | | | linux->uboot
* svn_rev_541Sascha Hauer2007-07-051-3/+3
| | | | linux->uboot
* svn_rev_540Sascha Hauer2007-07-051-1/+1
| | | | linux->uboot
* svn_rev_539Sascha Hauer2007-07-051-15/+15
| | | | linux->uboot
* svn_rev_429Sascha Hauer2007-07-051-0/+36
|
* svn_rev_423Sascha Hauer2007-07-051-1/+11
|
* svn_rev_422Sascha Hauer2007-07-052-1/+72
|
* svn_rev_019Sascha Hauer2007-07-051-0/+44
| | | | missing for kbuild
* svn_rev_008Sascha Hauer2007-07-059-0/+1836
| | | | add missing Kconfig
* svn_rev_007Sascha Hauer2007-07-0539-0/+19333
add Kconfig