summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
...
| | * | Code cleanupWolfgang Denk2006-10-24-166/+166
| | | |
| | * | Merge with http://www.jdl.com/software/u-boot-86xx.gitWolfgang Denk2006-10-24-76/+9
| | |\ \
| | | * \ Merge branch 'i2c'Jon Loeliger2006-10-20-76/+9
| | | |\ \
| | | | * | Use generic I2C register block on 85xx and 86xx.Jon Loeliger2006-10-20-76/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| | * | | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-10-24-61/+6298
| | |\ \ \ \
| | | * \ \ \ Merge with /home/wd/git/u-boot/mailing-list/Haavard_SkinnemoenWolfgang Denk2006-10-24-21/+6236
| | | |\ \ \ \
| | | | * | | | Move atstk1000 files into vendor specific directory.Wolfgang Denk2006-10-24-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Haavard Skinnemoen, 12 Sep 2006
| | | | * | | | Add ATSTK1000 and ATSTK1002 board supportWolfgang Denk2006-10-24-1/+606
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| | | | * | | | Add common serial driver for Atmel AT32 and AT91 chipsWolfgang Denk2006-10-24-1/+403
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | | | * | | | Add AT32AP CPU and AT32AP7000 SoC supportWolfgang Denk2006-10-24-0/+2733
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| | | | * | | | Add AVR32 architecture supportWolfgang Denk2006-10-24-2/+2463
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| | | | * | | | Use -g instead of -gstabs in AFLAGS_DEBUGWolfgang Denk2006-10-24-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | | | * | | | Fix/workaround broken dependency handling with make 3.81Wolfgang Denk2006-10-24-16/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
| | | * | | | | Fix sequoia separate object direcory building problems.Marian Balakowicz2006-10-23-40/+62
| | | |/ / / /
| | * | | | | Merge with http://www.jdl.com/software/u-boot-86xx.gitWolfgang Denk2006-10-20-1278/+11045
| | |\ \ \ \ \ | | | |/ / / / | | |/| / / / | | | |/ / /
| | | * | | Merge branch 'i2c'Jon Loeliger2006-10-20-297/+83
| | | |\ \ \ | | | | |/ /
| | | | * | Converted all 85xx boards to use a common FSL I2C driver.Jon Loeliger2006-10-20-297/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| | | * | | Fix compilation warnings on a few 85xx boards.Jon Loeliger2006-10-20-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | | * | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-10-19-13/+1125
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | * | | Rewrite a series of goto statements as a sequences ofJon Loeliger2006-10-19-31/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conditional expressions instead. Use consistent return code 0/-1 for good/bad indicators. Include one fewer file if the driver isn't used at all. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | | * | | Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.cJon Loeliger2006-10-19-72/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in an effort to begin to unify the umpteen FSL I2C drivers that are all otherwise very similar. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | | * | | * Fix a bunch of compiler warnings for gcc 4.0Jon Loeliger2006-10-19-25/+16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
| | | * | | Fixed leading whitespace issues.Jon Loeliger2006-10-13-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed spurious LAWAR thing. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | | * | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-10-12-9/+15
| | | |\ \ \
| | | * | | | Remove unneeded include files and local variable.Jon Loeliger2006-10-12-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | | * | | | Fix possible uninitialized variable compiler warning.Grant Likely2006-10-12-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in do_bootm_linux() may be uninitialized. There is no possibility in the current code that len will get used uninitialized, but this fix follows the existing convention of setting both len and data to zero at the same time. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
| | | * | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-10-11-27/+1183
| | | |\ \ \ \
| | | * | | | | Move "ar" flags to config.mk to allow for silent "make -s"Jon Loeliger2006-10-11-1/+1
| | | | | | | |
| | | * | | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-10-10-491/+2298
| | | |\ \ \ \ \
| | | * | | | | | Coding style changes to remove local varible blocksJon Loeliger2006-10-10-144/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and reformat a bit nicer.
| | | * | | | | | Fix whitespace issues.Jon Loeliger2006-10-10-242/+233
| | | | | | | | |
| | | * | | | | | Fix whitespace issues.Jon Loeliger2006-10-10-2/+0
| | | | | | | | |
| | | * | | | | | Fix whitespace issues.Jon Loeliger2006-10-10-2/+2
| | | | | | | | |
| | | * | | | | | Ran lindent and cleaned up whitespace issues.Jon Loeliger2006-10-10-441/+455
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Format for 80-columns too.
| | | * | | | | | Fix whitespace and 80-col issues.Jon Loeliger2006-10-10-7/+12
| | | | | | | | |
| | | * | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-09-29-0/+2
| | | |\ \ \ \ \ \
| | | | * | | | | | Fix missing tCycle/modfreq calculation.John Traill2006-09-29-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Traill <john.traill@freescale.com>
| | | * | | | | | | Merge branch 'mpc85xx'Jon Loeliger2006-09-19-29/+168
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: drivers/tsec.c
| | | | * | | | | | | Updated config headers to add default FDT-based bootingAndy Fleming2006-09-19-14/+27
| | | | | | | | | | |
| | | | * | | | | | | Add support for eTSEC 3 & 4 on 8548 CDSAndy Fleming2006-09-19-11/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS. This will only work on rev 1.3 boards (but doesn't break older boards) * Cleaned up some comments to reflect the expanded role of tsec in other systems
| | | | * | | | | | | Added code to support 2.6.18 PCI changes in u-bootAndy Fleming2006-09-19-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added code to swizzle the IRQ map for the PCI
| | | * | | | | | | | Modified makefile for new build mechanism.Jon Loeliger2006-09-19-15/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | | * | | | | | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-09-19-7505/+10966
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: board/stxxtc/Makefile
| | | * \ \ \ \ \ \ \ \ Merge branch 'mpc86xx'Jon Loeliger2006-09-14-6/+8
| | | |\ \ \ \ \ \ \ \ \ | | | | | |_|/ / / / / / | | | | |/| | | | | | |
| | | | * | | | | | | | Handle 86xx SVR values according to the new Reference Manual.Jon Loeliger2006-09-14-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both 8641 and 8641D have SVR == 0x8090, and are distinguished by the byte in bits 16-23 instead. Thanks to Jason Jin for noticing. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | | * | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-29-5/+0
| | | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / /
| | | | * | | | | | | | Remove trailing empty lines.Jon Loeliger2006-08-29-5/+0
| | | | | | | | | | | |
| | | * | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-29-3/+3
| | | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / /
| | | | * | | | | | | | Remove bogus msync and use volatile asm.Jon Loeliger2006-08-29-3/+3
| | | | | | | | | | | |
| | | * | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-29-0/+2
| | | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / /