aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2008-04-08SPARC: Added support for SPARC LEON3 SOC processor.Daniel Hellstrom1-0/+3
Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
2008-04-08SPARC: Added generic support for SPARC architecture.Daniel Hellstrom1-1/+8
Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
2008-04-08Merge branch 'master' of git://www.denx.de/git/u-boot-at91Wolfgang Denk1-1/+4
2008-04-08Merge branch 'master' of git://www.denx.de/git/u-boot-coldfireWolfgang Denk1-3/+3
2008-04-08Merge branch 'master' of git://www.denx.de/git/u-boot-blackfinWolfgang Denk1-2/+3
2008-04-08Merge branch 'master' of git://www.denx.de/git/u-boot-armWolfgang Denk1-2/+14
2008-04-08Merge branch 'master' of git://www.denx.de/git/u-boot-shWolfgang Denk1-0/+20
2008-04-01Add support for AT91SAM9260EKStelian Pop1-0/+3
Support for booting from internal DataFlash, external DataFlash card or NAND flash is available. Signed-off-by: Stelian Pop <stelian@popies.net>
2008-04-01Move at91cap9 specific files to at91sam9 directoryStelian Pop1-1/+1
AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a common infrastructure can be used. Let this infrastructure be named after the AT91SAM9 family, and move the existing AT91CAP9 files to the new place. Signed-off-by: Stelian Pop <stelian@popies.net>
2008-03-31ColdFire: Remove R5200 boardTsiChung Liew1-3/+0
This board never went into production Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com> Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> Acked-by: John Rigby <jrigby@freescale.com>
2008-03-31ColdFire: Added M5275EVB support.Matthew Fettke1-0/+3
Signed-off-by: Matthew Fettke <mfettke@videon-central.com> Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> Acked-by: John Rigby <jrigby@freescale.com>
2008-03-30Blackfin: unify cpu and boot modesMike Frysinger1-2/+3
All of the duplicated code for Blackfin processors and boot modes have been unified. After all, the core is the same for all processors, just the peripheral set differs (which gets handled in the drivers). Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-03-30Support for the MX31ADS evaluation board from FreescaleGuennadi Liakhovetski1-0/+3
This patch adds support for the MX31ADS evaluation board from Freescale, initialization code is copied from RedBoot sources, also provided by Freescale. Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2008-03-30Phytec Phycore-i.MX31 supportSascha Hauer1-0/+3
This patch adds support for the Phytec Phycore-i.MX31 board Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2008-03-30mx31 litekit supportSascha Hauer1-0/+3
This patch adds support for the mx31 litekit board Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2008-03-30Separate omap24xx specific code from arm1136Sascha Hauer1-2/+2
Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2008-03-30Adds support for the Prodrive PMDRA board, based on a DM6441Pieter Voorthuijsen1-0/+3
Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
2008-03-28sh: Add support Renesas Solutions R2D plus boardNobuhiro Iwamatsu1-0/+5
R2D plus is SH reference board used with SH7751R. This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface, one PCI bus, VGA, and two Ethernet controller. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2008-03-28sh: Added support for SH7720 based board MPR2.Mark Jonas1-0/+5
Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2008-03-28sh: Add support Renesas Solutions R7780MPYusuke Goda1-0/+5
Renesas Solutions R7780MP is a reference board on SH7780. This board has serial, 10/100 base Ethernet deivice, CF slot and VGA devices. This board can set extension board. Extension board has 10/100/1000 base Ethernet device, PCI slot, S-ATA, iDVR slot. Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2008-03-28sh: Add support Renesas Solutions Migo-R boardgoda.yusuke1-0/+5
Migo-R is a board based on SH7722 and has may devices. In this patch, supported SCIF, NOR flash and Ethernet. Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2008-03-27ppc4xx: Add AMCC Glacier 406GT eval board supportStefan Roese1-2/+7
This patch adds support for the AMCC Glacier 460GT eval board. The main difference to the Canyonlands board are listed here: - 4 ethernet ports instead of 2 - no SATA port - no USB port Currently EMAC2+3 are not working. This will be fixed in a later release. Signed-off-by: Stefan Roese <sr@denx.de>
2008-03-26Merge branch 'new-image' of git://www.denx.de/git/u-boot-testingBartlomiej Sieka1-1/+3
Conflicts: common/cmd_bootm.c cpu/mpc8xx/cpu.c Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
2008-03-26Merge branch 'master' of git://www.denx.de/git/u-boot-mipsWolfgang Denk1-5/+5
2008-03-26Add Flex-OneNAND booting supportKyungmin Park1-2/+4
Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array using a NOR Flash interface. This on-chip integration enables system designers to reduce external system logic and use high-density NAND Flash in applications that would otherwise have to use more NOR components. Flex-OneNAND enables users to configure to partition it into SLC and MLC areas in more flexible way. While MLC area of Flex-OneNAND can be used to store data that require low reliability and high density, SLC area of Flex-OneNAND to store data that need high reliability and high performance. Flex-OneNAND can let users take advantage of storing these two different types of data into one chip, which is making Flex-OneNAND more cost- and space-effective. Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2008-03-25FSL: Move board/mpc8266ads under board/freescaleJon Loeliger1-1/+1
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2008-03-25FSL: Move board/mpc7448hpc2 under board/freescaleJon Loeliger1-1/+1
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2008-03-25FSL: Move board/mpc8260ads under board/freescaleJon Loeliger1-3/+3
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2008-03-25[MIPS] Move gth2_config from ARM section to MIPSShinya Kuribayashi1-5/+5
Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2008-03-15ppc4xx: Add Canyonlands NAND booting supportStefan Roese1-0/+8
460EX doesn't support a fixed bootstrap option to boot from 512 byte page NAND devices. The only bootstrap option for NAND booting is option F for 2k page devices. So to boot from a 512 bype page device, the I2C bootstrap EEPROM needs to be programmed accordingly. This patch adds basic NAND booting support for the AMCC Canyonlands aval board and also adds support to the "bootstrap" command, to enable NAND booting I2C setting. Tested with 512 byte page NAND device (32MByte) on Canyonlands. Signed-off-by: Stefan Roese <sr@denx.de>
2008-03-15ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)Stefan Roese1-0/+3
This patch adds support for the AMCC Canyonlands 460EX evaluation board. Signed-off-by: Stefan Roese <sr@denx.de>
2008-03-15ppc4xx: Add 405GPr based MCU25 board. Global filesNiklaus Giger1-0/+4
Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
2008-03-14Add MD5 support to the new uImage formatBartlomiej Sieka1-1/+1
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
2008-03-12Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz1-151/+97
2008-03-09Makefile: make build silently again.Wolfgang Denk1-9/+10
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-03-09ADS5121: fix out of tree buildWolfgang Denk1-80/+16
and simplify Makefile a bit. Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-03-08Release v1.3.2Wolfgang Denk1-1/+1
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-03-04Makefile: fix problem with out-of-tree builds introduced by 5013c09fWolfgang Denk1-33/+38
Commit 5013c09f (Makefile: cleanup "clean" target) introduced a problem for out-of-tree builds which caused "make clean" to fail. Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-03-03Makefile: Fix missing unconfig and mkconfig useJean-Christophe PLAGNIOL-VILLARD1-10/+10
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008-03-02Prepare v1.3.2-rc2 release candidatev1.3.2-rc3Wolfgang Denk1-1/+1
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-03-02Makefile: cleanup "clean" targetWolfgang Denk1-26/+20
Make sure CDPATH settings cannot interfere. Update CHANGELOG. Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-03-02add cscope build targetLi Yang1-2/+7
Add cscope build target to generate cscope database for code browsing. Signed-off-by: Li Yang <leoli@freescale.com>
2008-03-02MPC5121e ADS PCI support take 3John Rigby1-2/+9
Adds PCI support for MPC5121 Tested with drivers/net/rtl8139.c Support is conditional since PCI on old silicon does not work. ads5121_PCI_config turns on PCI In this version, condition compilation of PCI code has been moved from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as suggested by Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: John Rigby <jrigby@freescale.com>
2008-02-29[new uImage] Add libfdt support to mkimageBartlomiej Sieka1-0/+3
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
2008-02-29Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz1-3/+7
2008-02-24Coding style cleanup. Prepare v1.3.2-rc2 release candidatev1.3.2-rc2Wolfgang Denk1-1/+1
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-02-22Merge branch 'master' of git://www.denx.de/git/u-boot-coldfireWolfgang Denk1-1/+1
2008-02-22error check autoconf.mk generationMike Frysinger1-0/+1
If any of the steps for generating autoconf.mk fail currently, they go unnoticed. To fix, we can simply add 'set -e' to the long list of commands. This is simpler and more robust than placing '|| exit $$?' after every line. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-02-22Fix bug in dependency checkingStefano Babic1-1/+1
By adding VERSION_FILE to the PHONY targets the script /tools/setlocalversion is always called and version_autogenerated.h is replaced only if the script find a modified source file. Signed-off-by: Stefano Babic <sbabic@denx.de>
2008-02-22Makefile: add target for $(LDSCRIPT)Mike Frysinger1-0/+3
If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds), then change into the board directory and try and create it. This allows you to generate the linker script on the fly based upon board defines (like the Blackfin boards do). There should be no regressions due to this change as the normal case is to already have a u-boot.lds file. If that's the case, then there's nothing to generate, and so make will always exit. The fix here is that if the linker script does not exist, the implicit rules take over and attempt to guess how to generate the file. Signed-off-by: Mike Frysinger <vapier@gentoo.org>