summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-11-02Release U-Boot 1.1.6v1.1.6U-Boot-1_1_6Wolfgang Denk
2006-10-29Merge with /home/sr/git/u-boot/nand-ladisWolfgang Denk
2006-10-29Automatically adjust ARFLAGS so "make -s" is really silent.Wolfgang Denk
2006-10-28[PATCH] omap925.c: Remove unused functionsStefan Roese
Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Stefan Roese <sr@denx.de>
2006-10-28[PATCH] Add some missing machtypes for netstar & voiceblue boardsStefan Roese
Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of numbers in code. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Stefan Roese <sr@denx.de>
2006-10-28[PATCH] NAND: Partition name support added to NAND subsystemStefan Roese
chpart, nboot and NAND subsystem related commands now accept also partition name to specify offset. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Stefan Roese <sr@denx.de>
2006-10-28Update CHANGELOG.Wolfgang Denk
2006-10-28Enable commandline editing and hush shell on all TQM boards.Wolfgang Denk
2006-10-28README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETEWolfgang Denk
2006-10-28Check for illegal character '=' in environment variable names.Wolfgang Denk
Make sure the string passed as variable name does not contain a '=' character. This not only prevents the common error or typing "setenv foo=bar" instead of "setenv foo bar", but (more importantly) also closes a backdoor which allowed to delete write-protected environment variables, for example by using "setenv ethaddr=".
2006-10-28Minor code cleanup.Wolfgang Denk
2006-10-27Don't pass any debug options directly to the assemblerHaavard Skinnemoen
When passing the -g option to gcc, gcc automatically selects a suitable --g<format> option to pass on to the assembler. Thus, there's no point in forcing a specific debug option on the assembler using the -Wa mechanism. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2006-10-27MPC86xx: Cleaned up unused and conditionally used local variables.Jon Loeliger
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-10-27Fix "ar" flags in some Makefiles to allow for silent "make -s"Wolfgang Denk
2006-10-26Fix TSEC driver (now for real): avoid crashes if PHY is not attachedBen Warren
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>
2006-10-26Fix TSEC driver: avoid crashes if PHY is not attachedBen Warren
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>
2006-10-26Code cleanup.Wolfgang Denk
2006-10-26Merge with git://git.kernel.org/pub/scm/boot/u-boot/galak/u-boot.git#device_treeWolfgang Denk
2006-10-25Finish up support for the ATSTK1000/ATSTK1002 boardsHaavard Skinnemoen
Add atstk1002_config target to Makefile and move the AVR32 section down below Blackfin so that it doesn't end up in the middle of MIPS. Drop the autogenerated linker script thing for now. Will have to revisit how to handle chips with different flash and RAM layout later. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2006-10-24Added support for Multi-Image files that contain a device treeKumar Gala
If a Multi-Image file contains a third image we try to use it as a device tree. The device tree image is assumed to be uncompressed in the image file. We automatically allocate space for the device tree in memory and provide an 8k pad to allow more than a reasonable amount of growth. Additionally, a device tree that was contained in flash will now automatically get copied to system memory as part of boot. Previously an error was reported if one tried to boot a device tree that was in flash. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2006-10-25Fix Makefile for "CHANGELOG" targetWolfgang Denk
Merge with /home/sr/git/u-boot/4xx-idcr
2006-10-24Switch to automatically generated CHANGELOG file.Wolfgang Denk
(use "make CHANGELOG" to update it from time to time)
2006-10-24Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.cStefan Roese
Patch by Stefan Roese, 24 Oct 2006
2006-10-24Merge with /home/wd/git/u-boot/masterWolfgang Denk
2006-10-24Merge with /home/wd/git/u-boot/masterWolfgang Denk
(Conflicts between Jon Loeliger's and Matthew McClintock's tree were resolved by in favour of Jon's version.)
2006-10-24Code cleanupWolfgang Denk
2006-10-24Merge with http://www.jdl.com/software/u-boot-86xx.gitWolfgang Denk
2006-10-24Merge with /home/wd/git/u-boot/masterWolfgang Denk
2006-10-24Merge with /home/wd/git/u-boot/mailing-list/Haavard_SkinnemoenWolfgang Denk
2006-10-24Move atstk1000 files into vendor specific directory.Wolfgang Denk
Patch by Haavard Skinnemoen, 12 Sep 2006
2006-10-24Add ATSTK1000 and ATSTK1002 board supportWolfgang Denk
Patch by Haavard Skinnemoen, 06 Sep 2006 This patch adds support for the ATSTK1000 with the ATSTK1002 CPU daughterboard. ATSTK1000 is a full-featured development board for AT32AP CPUs. It has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker, and connectors for USART, PS/2, VGA, USB, MMC/SD cards and CompactFlash cards. For more information, please see this page: http://www.atmel.com/dyn/products/tools.asp?family_id=682 The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the AT32AP7000 chip. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2006-10-24Add common serial driver for Atmel AT32 and AT91 chipsWolfgang Denk
Patch by Haavard Skinnemoen, 06 Sep 2006 This is a first attempt at creating a common serial driver for Atmel chips. For now, it supports the AT32AP7000 AVR32 chip, but it should be possible to support AT91RM9200 and other ARM-based chips with some minor modifications. There's nothing fundamentally AVR32-specific in this driver, but it does use some features which are currently only defined for the AT32AP CPU port: * pm_get_clock_freq: Obtain the clock frequency of a given domain * gd->console_uart: A "struct device" containing information about register mappings, gpio resources and clocks associated with the UART device. For more information about these features, please see the "AT32AP CPU" patch.
2006-10-24Add AT32AP CPU and AT32AP7000 SoC supportWolfgang Denk
Patch by Haavard Skinnemoen, 06 Sep 2006 This patch adds support for the AT32AP CPU family and the AT32AP7000 chip, which is the first chip implementing the AVR32 architecture. The AT32AP CPU core is a high-performance implementation featuring a 7-stage pipeline, separate instruction- and data caches, and a MMU. For more information, please see the "AVR32 AP Technical Reference": http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf In addition to this, the AT32AP7000 chip comes with a large set of integrated peripherals, many of which are shared with the AT91 series of ARM-based microcontrollers from Atmel. Full data sheet is available here: http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2006-10-24Add AVR32 architecture supportWolfgang Denk
Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200 This patch adds common infrastructure code for the Atmel AVR32 architecture. See doc/README.AVR32 for details. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2006-10-24Use -g instead of -gstabs in AFLAGS_DEBUGWolfgang Denk
Patch by Haavard Skinnemoen, 30 Aug 2006 In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no matter what the target's preferred debugging format is. This patch simply replaces -gstabs with -g, so that the default debugging format for the architecture is used.
2006-10-24Fix/workaround broken dependency handling with make 3.81Wolfgang Denk
Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
2006-10-23Fix sequoia separate object direcory building problems.Marian Balakowicz
2006-10-20Merge branch 'i2c'Jon Loeliger
2006-10-20Use generic I2C register block on 85xx and 86xx.Jon Loeliger
Replace private IMMAP I2C structures with generic reg block and allow 86xx to have multiple I2C device busses. Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-10-20Merge with http://www.jdl.com/software/u-boot-86xx.gitWolfgang Denk
2006-10-20Merge with /home/wd/git/u-boot/masterWolfgang Denk
2006-10-20Merge branch 'i2c'Jon Loeliger
2006-10-20Fix compilation warnings on a few 85xx boards.Jon Loeliger
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-10-20Converted all 85xx boards to use a common FSL I2C driver.Jon Loeliger
Introduced COFIG_FSL_I2C to select the common FSL I2C driver. And removed hard i2c path from a few u-boot.lds scipts too. Minor whitespace cleanups along the way. Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-10-20Cleanup compile warnings. Prepare for release 1.1.5v1.1.5U-Boot-1_1_5Wolfgang Denk
2006-10-20Fix compile problem in include/configs/ep82xxm.hWolfgang Denk
(must have never been tested before!)
2006-10-20MCC200: Fix uninitialized variable problem in LCD driverWolfgang Denk
2006-10-20Update CHANGELOGStefan Roese
2006-10-20Add board/cpu specific NAND chip select function to 440 NDFCStefan Roese
Based on idea and implementation from Jeff Mann Patch by Stefan Roese, 20 Oct 2006
2006-10-20Coding style cleanupWolfgang Denk