- Oct 26, 2006
-
- Oct 25, 2006
-
-
Haavard Skinnemoen authored
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>
-
Kumar Gala authored
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>
-
- Oct 24, 2006
-
-
Wolfgang Denk authored
Merge with /home/sr/git/u-boot/4xx-idcr
-
Wolfgang Denk authored
(use "make CHANGELOG" to update it from time to time)
-
Stefan Roese authored
Patch by Stefan Roese, 24 Oct 2006
-
Wolfgang Denk authored
-
Wolfgang Denk authored
(Conflicts between Jon Loeliger's and Matthew McClintock's tree were resolved by in favour of Jon's version.)
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Wolfgang Denk authored
Patch by Haavard Skinnemoen, 12 Sep 2006
-
Wolfgang Denk authored
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>
-
Wolfgang Denk authored
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.
-
Wolfgang Denk authored
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>
-
Wolfgang Denk authored
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>
-
Wolfgang Denk authored
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.
-
Wolfgang Denk authored
Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
-
- Oct 23, 2006
-
-
Marian Balakowicz authored
-
- Oct 20, 2006
-
-
Jon Loeliger authored
-
Jon Loeliger authored
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>
-
Wolfgang Denk authored
-
Jon Loeliger authored
-
Jon Loeliger authored
Signed-off-by:
Jon Loeliger <jdl@freescale.com>
-
Jon Loeliger authored
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>
-
Wolfgang Denk authored
-
Wolfgang Denk authored
(must have never been tested before!)
-
Wolfgang Denk authored
-
Stefan Roese authored
-
Stefan Roese authored
Based on idea and implementation from Jeff Mann Patch by Stefan Roese, 20 Oct 2006
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
- Oct 19, 2006
-
-
Jon Loeliger authored
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>
-
Jon Loeliger authored
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>
-
Jon Loeliger authored
Signed-off-by:
Matthew McClintock <msm@freescale.com>
- Oct 18, 2006
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-