- Oct 26, 2006
-
-
Wolfgang Denk authored
-
- 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>
-
- Oct 24, 2006
-
-
Wolfgang Denk authored
(use "make CHANGELOG" to update it from time to time)
-
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>
-
- Oct 23, 2006
-
-
Marian Balakowicz authored
-
- Oct 20, 2006
-
-
Wolfgang Denk authored
-
- Oct 13, 2006
-
-
Bartlomiej Sieka authored
-
- Oct 08, 2006
-
-
Wolfgang Denk authored
Patch by Aaron Sells, 20 Jun 2006
-
- Sep 13, 2006
-
-
Stefan Roese authored
Patch by Stefan Roese, 13 Sep 2006
-
Wolfgang Denk authored
-
- Sep 12, 2006
-
-
Stefan Roese authored
Patch by Stefan Roese, 12 Sep 2006
-
- Sep 07, 2006
-
-
Marian Balakowicz authored
Add support for automatic creation of BUILD_DIR directory.
-
Stefan Roese authored
- Add support for PPC440EPx & PPC440GRx - Add support for PPC440EP(x)/GR(x) NAND controller in cpu/ppc4xx directory - Add NAND boot functionality for Sequoia board, please see doc/README.nand-boot-ppc440 for details - This Sequoia NAND image doesn't support environment in NAND for now. This will be added in a short while. Patch by Stefan Roese, 07 Sep 2006
-
- Sep 01, 2006
-
-
Marian Balakowicz authored
Modifications are based on the linux kernel approach and support two use cases: 1) Add O= to the make command line 'make O=/tmp/build all' 2) Set environement variable BUILD_DIR to point to the desired location 'export BUILD_DIR=/tmp/build' 'make' The second approach can also be used with a MAKEALL script 'export BUILD_DIR=/tmp/build' './MAKEALL' Command line 'O=' setting overrides BUILD_DIR environent variable. When none of the above methods is used the local build is performed and the object files are placed in the source directory.
-
- Aug 24, 2006
-
-
Wolfgang Denk authored
- auto-adjust console device for Linux. - fix typos.
-
- Aug 23, 2006
-
-
Wolfgang Denk authored
- support for configurations with SDRAM or DDR memory, - support for highboot and lowboot - adjusting environment definitions
-
- Aug 18, 2006
-
-
Wolfgang Denk authored
-
Marian Balakowicz authored
-
- Aug 16, 2006
-
-
Wolfgang Denk authored
-
- Jul 23, 2006
-
-
Wolfgang Denk authored
and support for configurable options high_boot and/or SDRAM.
-
- Jul 21, 2006
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
Patch by JinHua Luo, 01 Sep 2005
-
Wolfgang Denk authored
Patch by Sangmoon Kim, 18 Aug 2005
-
Wolfgang Denk authored
- make highboot configurations use environment at high end, too, to avoid flash fragmentation - always use redundand environment - don't enable video code for modules without graphics controller - provide useful (though different) mtdparts settings - get rid of CONFIG_CS_AUTOCONF which was always set anyway * Extend mkconfig tool to print more useful target name
-
- Jul 19, 2006
-
-
Wolfgang Denk authored
Hint: the CPLD on the TQM5200 must be programmed with a software version supporting the high boot option! The new TQM5200S is already supporting this option. On the TQM5200 this option will be supported in configurations with MPC5200 rev B processors. To actually "high boot", set jumper X30 on the STK52xx. Patch by Martin Krause, 12 Jul 2006
-
Wolfgang Denk authored
- Support for TQM5200S (short version without graphic controller) - Support for modules with 'N' type S29GL128N Spansion flashes (requires changes to flash layout) - Support for MPC5200B cpu (mostly support for second SDRAM bank)
-
Wolfgang Denk authored
The TB5200 ("Tinybox") is a small baseboard for the TQM5200 module integrated in a little aluminium case. Patch by Martin Krause, 8 Jun 2006 Some code cleanup
-
- Jul 12, 2006
-
-
Markus Klotzbuecher authored
Patch by Martin Krause, 20 Mar 2006 Signed-off-by:
Martin Krause <martin.krause@tqs.de>
-
Markus Klotzbuecher authored
Patch by Markus Klotzbuecher, 12 Jul 2006
-
- Jun 30, 2006
-
-
Marian Balakowicz authored
-
Marian Balakowicz authored
-
- Jun 19, 2006
-
-
Heiko Schocher authored
Patch from Richard Danter, 12 Aug 2005
-
- Jun 16, 2006
-
-
Wolfgang Denk authored
Patch by Thomas Lange, Aug 11 2005
-
Wolfgang Denk authored
Make the automatic CS configuration the default. The dedicated configurations CONFIG_TQM5200_AA, CONFIG_TQM5200_AB and CONFIG_TQM5200_AC are removed. "TQM5200_config" is now the default for STK52XX.200 base boards. On a STK52XX.100 base board "TQM5200_STK100_config" must be used. Patch by Martin Krause, 07 Nov 2005
-
- Jun 08, 2006
-
-
Scott McNutt authored
Patch by Scott McNutt, 08 Jun 2006
-
- Jun 02, 2006
-
-
Stefan Roese authored
Patch by Stefan Roese, 02 Jun 2006
-
- May 30, 2006
-
-
Wolfgang Denk authored
- Add IXP4xx NPE ethernet MAC support - Add support for Intel IXDPG425 board - Add support for Prodrive PDNB3 board - Add IRQ support Patch by Stefan Roese, 23 May 2006 [This patch does not include cpu/ixp/npe/IxNpeMicrocode.c which still sufferes from licensing issues. Blame Intel.]
-
- May 12, 2006
-
-
Wolfgang Denk authored
(needed because of differences in the PCMCIA hardware).
-
- May 09, 2006
-
-
Marian Balakowicz authored
-