- Sep 13, 2006
-
-
Stefan Roese authored
Patch by Stefan Roese, 13 Sep 2006
-
- Sep 07, 2006
-
-
Stefan Roese authored
Patch by Stefan Roese, 07 Sep 2006
-
Marian Balakowicz authored
-
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 04, 2006
-
-
Wolfgang Denk authored
-
- 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.
-
Detlev Zundel authored
Also added Linux like BUG() macros.
-
- Aug 30, 2006
-
-
Wolfgang Denk authored
-
- Aug 29, 2006
-
-
Stefan Roese authored
Patch by Tirumala R Marri, 26 Aug 2006
-
- Aug 27, 2006
-
-
Wolfgang Denk authored
-
- Aug 14, 2006
-
-
Wolfgang Denk authored
Patch by David Updegraff, 02 Dec 2005
-
- Aug 11, 2006
-
-
Rafal Jaworowski authored
-
- Aug 10, 2006
-
-
Rafal Jaworowski authored
-
- Jul 28, 2006
-
-
Stefan Roese authored
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
-
- Jul 21, 2006
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
Patch by JinHua Luo, 01 Sep 2005
-
Wolfgang Denk authored
Patch by Thomas Lange, 10 Aug 2005
-
- Jul 19, 2006
-
-
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
All MII configuration is done via FEC1 registers. But MII_SPEED was configured according to FEC used. So if only FEC2 was used, this caused the real MII_SPEED register in FEC1 to stay uninitalised, what lead to "mii_send STUCK!" messages. Fix: always configure MII_SPEED on FEC1 only.
-
Markus Klotzbuecher authored
Patch by Markus Klotzbuecher, 12 Jul 2006
-
- Jul 06, 2006
-
-
Marian Balakowicz authored
Set Timer Clock Select to use CPU clock as a timer input source.
-
- Jul 03, 2006
-
-
Marian Balakowicz authored
Enabled it for Yucca board.
-
Marian Balakowicz authored
-
- 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 Martin Krause, 8 Jun 2006 This patch supports two serial consoles on boards with a MPC5xxx CPU. The console can be switched at runtime by setting stdin, stdout and stderr to the desired serial interface (serial0 or serial1). The PSCs to be used as console port are definded by CONFIG_PSC_CONSOLE and CONFIG_PSC_CONSOLE2. See README.serial_multi for details.
-
Wolfgang Denk authored
If the bus is blocked because of a previously interrupted transfer, up to eleven clocks are generated on the I2CSCL line to complete the transfer and to free the bus. With this fix pin I2CSCL (PG6) is really configured as GPIO so the clock pulses are really generated. Patch by Martin Krause, 04 Apr 2006
-
- Jun 14, 2006
-
-
Stefan Roese authored
Patch by Stefan Roese, 14 Jun 2006
-
- Jun 13, 2006
-
-
Stefan Roese authored
Patch by Stefan Roese, 13 Jun 2006
-
- Jun 10, 2006
-
-
Wolfgang Denk authored
-
- Jun 08, 2006
-
-
Scott McNutt authored
-When booting from an epcs controller, the epcs bootrom may leave the slave select in an asserted state causing soft reset hang. This patch ensures slave select is negated at reset. Patch by Scott McNutt, 08 Jun 2006
-
Scott McNutt authored
-Fix asm/io.h macros -Eliminate use of CACHE_BYPASS in cpu code -Eliminate assembler warnings -Fix mini-app stubs and force no small data 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
We use the "automatic" mode that was used for the MPC8266ADS and MPC8272 boards. Eventually this should be used on all boards?] Patch by Wolfgang Grandegger, 17 Jan 2006
-
Wolfgang Denk authored
-
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 18, 2006
-
-
Stefan Roese authored
Patch by Stefan Roese, 18 May 2006
-
- May 10, 2006
-
-
Wolfgang Denk authored
-