| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
Patch by Haavard Skinnemoen, 12 Sep 2006
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| |
| | |
(and then only if PSC6_3 is read as "1" when booting).
Patch by Martin Krause, 21 Jun 2006
|
| |
| |
| |
| | |
Based on patch by Mike Frysinger, 20 Jun 2006
|
| |
| |
| |
| | |
Patch by Aaron Sells, 20 Jun 2006
|
| | |
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| | |
- Map in a additional chip selects CS4 and CS5.
- Modify the port configration, configure six UARTs and no PCI,
ATA and USB.
- Add custom flash driver to handle specific byte swapping
|
| |
| |
| |
| | |
Patch by Stefan Roese, 30 Sep 2006
|
| |
| |
| |
| | |
Patch by Stefan Roese, 23 Sep 2006
|
|/
|
|
| |
Patch by Stefan Roese, 13 Sep 2006
|
|
|
|
|
| |
(according to S1 switch setting).
Patch by Marian Balakowicz, 12 Sep 2006
|
|
|
|
| |
Patch by Stefan Roese, 12 Sep 2006
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Patch by Tirumala R Marri, 26 Aug 2006
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Improved the memory DIMM detection for the Yucca 440SPe board for
the case where a memory DIMM is falsely detected as present.
This issue is seen on some AMCC Yucca 440SPe validation boards if
only one 512MB memory DIMM is installed, i.e. DIMM slot 0 is
populated and DIMM slot 1 is empty. In this case, U-Boot does
not correctly detect that there is only one DIMM memory module
installed and will falsely detect two DIMM memory modules are
present and therefore U-Boot will not calculate the correct amount
of total memory and u-boot will not booting up.
Patch by Adam Graham, 24 Aug 2006
|
|/ |
|
|
|
|
|
|
| |
- support for configurations with SDRAM or DDR memory,
- support for highboot and lowboot
- adjusting environment definitions
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
Patch by Stefan Roese, 07 Aug 2006
|
|\ \ |
|
| | | |
|
|\ \ \
| |/ / |
|
| | | |
|
| |/
|/|
| |
| | |
Patch by Martin Krause, 07 Aug 2006
|
| |
| |
| |
| |
| |
| |
| | |
AMCC suggested to set the PMU bit to 0 for best performace on
the PPC440 DDR controller.
Please see doc/README.440-DDR-performance for details.
Patch by Stefan Roese, 28 Jul 2006
|
| |
| |
| |
| |
| | |
Please see doc/README.bamboo for details.
Patch by Stefan Roese, 27 Jul 2006
|
| |
| |
| |
| | |
and support for configurable options high_boot and/or SDRAM.
|
| |
| |
| |
| | |
Patch by Josef Wagner, 25 Nov 2005
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Patch by Ladislav Michl, 03 Nov 2005
|
| |
| |
| |
| | |
Patch by JinHua Luo, 01 Sep 2005
|
| |
| |
| |
| | |
Patch by Sangmoon Kim, 18 Aug 2005
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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
|