summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* [general] Added docs and htmldocs target to master makefileCarsten Schlote2008-02-201-0/+12
| | | | | | | | | Added two targets to the toplevel Makefile : docs and htmdocs. Further output formats might be added later (PDF, TeX, ...) and wrapped by the docs target. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de>
* back to -gitWolfram Sang2008-02-201-1/+1
| | | | Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
* Version bump up rc4v2.0.0-rc4Wolfram Sang2008-02-201-1/+1
| | | | Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
* version to rc4-gitMarc Kleine-Budde2007-11-301-2/+2
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* version bump to -rc3v2.0.0-rc3Marc Kleine-Budde2007-11-291-1/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [makesystem] reworked default environment handlingMarc Kleine-Budde2007-11-191-0/+16
| | | | | | | | | | | This patch improves the default environment handling, now the makesystem bails out if the default environment path is empty or points to an invalid directory (with activated default environment). It also fixes this error: find: invalid predicate `' Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* back to trunkJuergen Beisert2007-11-161-1/+1
| | | | Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
* version bump to -rc2v2.0.0-rc2Marc Kleine-Budde2007-11-121-1/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* removed security/selinux from findMarc Kleine-Budde2007-11-121-2/+0
| | | | | | | | | | | | fixes: [mkl@octopus:~/pengutronix/pii-bf/u-boot-v2]$ make TAGS MAKE TAGS find: security/selinux: No such file or directory find: security/selinux: No such file or directory find: security/selinux: No such file or directory Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* Toplevel Makefile: add uboot_default_env to clean filesSascha Hauer2007-10-241-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Toplevel Makefile: fix link for include/config.h for external buildssascha2007-10-171-0/+4
|
* Linking: Remove linker scripts from (arm based-) boards and addsascha2007-10-171-3/+3
| | | | | | | | a generic linker script to arch/arm/lib/u-boot.lds.S. If a board wants to overwrite a linker script it can do so using CONFIG_BOARD_LINKER_SCRIPT. There is no generic linker script for ppc and blackfin yet, so still use the board specific one.
* add additional linking stage for modulesSascha Hauer2007-10-041-1/+119
|
* add .tmp_kallsyms* to CLEAN_FILESSascha Hauer2007-10-011-1/+2
|
* add kallsyms from linux kernelSascha Hauer2007-09-281-5/+92
|
* Subject: default ARCH and CROSS_COMPILERobert Schwebel (Laptop)2007-09-251-0/+3
| | | | | | Set a sane default if ARCH and CROSS_COMPILE are not set. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* remove readlink handling for cross_arch and cross_compileSascha Hauer2007-09-211-4/+0
|
* - some more cleanup in MakefilesSascha Hauer2007-09-131-30/+10
| | | | - move netx image generation to arch/arm/Makefile
* Clean up toplevel Makefile a bit:Sascha Hauer2007-09-131-187/+7
| | | | | | - remove everything about modules - remove incorrect targets in make help - remove KALLSYMS
* generate netx images in toplevel Makefile. This does not look very goodSascha Hauer2007-09-051-0/+9
| | | | but I do not have another idea now.
* -trunk -> -gitSascha Hauer2007-07-161-1/+1
|
* svn_rev_653Sascha Hauer2007-07-051-1/+1
| | | | restructure tree, add reginfo command
* svn_rev_643Sascha Hauer2007-07-051-1/+1
| | | | structure cleanup
* svn_rev_640Sascha Hauer2007-07-051-1/+1
| | | | lib_generic -> lib
* svn_rev_551Sascha Hauer2007-07-051-79/+79
| | | | linux->uboot
* svn_rev_428Sascha Hauer2007-07-051-1/+1
| | | | add -D __U_BOOT__
* svn_rev_241Sascha Hauer2007-07-051-1/+1
| | | | add fs/
* svn_rev_075Sascha Hauer2007-07-051-24/+19
|
* svn_rev_025Sascha Hauer2007-07-051-20/+6
| | | | remove get_tbclk from architectures other than powerpc
* svn_rev_021Sascha Hauer2007-07-051-284/+20
| | | | first compile success
* svn_rev_009Sascha Hauer2007-07-051-9/+9
| | | | add autogenerated links
* svn_rev_008Sascha Hauer2007-07-051-982/+1401
| | | | add missing Kconfig
* svn_rev_002Sascha Hauer2007-07-051-1286/+1
| | | | | Consider all boards containing it's own flash.c as unmaintained and remove them.
* Prepare for release 1.2.0Wolfgang Denk2007-01-071-2/+2
|
* Merge with /home/hs/TQ/u-boot-devWolfgang Denk2006-12-241-0/+3
|\
| * Added support for the TQM8272 board from TQHeiko Schocher2006-12-211-0/+3
| | | | | | | | Signed-off-by: Heiko Schocher <hs@denx.de>
* | Preliminary support for the iDMR board (ColdFire).Bartlomiej Sieka2006-12-201-0/+3
| |
* | Code cleanup.Wolfgang Denk2006-11-301-15/+15
| |
* | Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.gitWolfgang Denk2006-11-301-6/+30
|\ \
| * \ Merge http://www.denx.de/git/u-bootKim Phillips2006-11-281-0/+3
| |\ \
| * | | mpc83xx: add QE ethernet supportDave Liu2006-11-031-0/+3
| | | | | | | | | | | | | | | | this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
| * | | mpc83xx: Add MPC8360EMDS basic board supportDave Liu2006-11-031-3/+24
| | | | | | | | | | | | | | | | | | | | Add support for the Freescale MPC8360EMDS board. Includes DDR, DUART, Local Bus, PCI.
| * | | mpc83xx: Add support for the MPC8349E-mITXTimur Tabi2006-11-031-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PREREQUISITE PATCHES: * This patch can only be applied after the following patches have been applied: 1) DNX#2006090742000024 "Add support for multiple I2C buses" 2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x" 3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c" 4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems" 5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems" CHANGELOG: * Add support for the Freescale MPC8349E-mITX reference design platform. The second TSEC (Vitesse 7385 switch) is not supported at this time. Signed-off-by: Timur Tabi <timur@freescale.com>
| * | | mpc83xx: Removed unused file resetvec.S for mpc83xx cpuTanya Jiang2006-11-031-3/+0
| | |/ | |/| | | | | | | | | | | | | Removed unused file resetvec.S for mpc83xx cpu Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
* | | [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boardsStefan Roese2006-11-291-0/+10
| |/ |/| | | | | | | | | | | | | | | This patch adds support for the Prodrive P3M750 (PPC750 & MV64460) and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are quite similar and share the same board directory "prodrive/p3mx" and the same config file "p3mx.h". Signed-off-by: Stefan Roese <sr@denx.de>
* | Merge with /home/stefan/git/u-boot/denxStefan Roese2006-11-101-15/+55
|\|
| * Merge with /home/tur/proj/uboot_linux_v38b/u-bootWolfgang Denk2006-11-021-1/+1
| |\
| | * Changed MarelV38B board make target to lowercase. Config file cleanup.Bartlomiej Sieka2006-11-011-1/+1
| | |
| * | Release U-Boot 1.1.6Wolfgang Denk2006-11-021-1/+1
| |/
| * Fix TSEC driver: avoid crashes if PHY is not attachedBen Warren2006-10-261-1/+2
| | | | | | | | | | | | | | to a TSEC (e.g. a switch is connected via RMII) or if the PHY is defective/incorrectly configured. Signed-off-by: Ben Warren <bwarren@qstreams.com>