- 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.
-
- May 10, 2006
-
- May 09, 2006
-
-
Marian Balakowicz authored
based on patch by Jate Sujjavanich.
-
- Apr 25, 2006
-
-
Markus Klotzbuecher authored
DRAM
-
- Mar 31, 2006
-
-
Wolfgang Denk authored
-
- Jan 26, 2006
-
-
Zachary P. Landau authored
-
- Apr 05, 2005
-
-
Wolfgang Denk authored
Add support for VoiceBlue board. * Patch by Ladislav Michl, 05 Apr 2005: Fix netboot_common() prototypes. * Cleanup.
-
- Apr 03, 2005
-
-
Wolfgang Denk authored
add udelay support for the mcf5282 cpu * Patch by Tolunay Orkun, 16 November 2004: fix incorrect onboard Xilinx CPLD base address
-
- Dec 16, 2004
-
-
Stefan Roese authored
-
Stefan Roese authored
-
- Jul 01, 2004
-
-
Wolfgang Denk authored
- fix problems with examples/stubs.c for GCC >= 3.4 - fix problems with gd initialization * Enable FAT filesystem support for HMI10 board
-
- Jun 09, 2004
-
-
Wolfgang Denk authored
Add missing functions get_ticks() and get_tbclk() in lib_m68k/time.c * Patch by Paul Ruhland, 24 May 2004: fix SDRAM initialization for LPD7A400 board.
-
- Mar 14, 2004
-
- Feb 27, 2004
-
-
Wolfgang Denk authored
add IDE support for MPC5200 * Patch by Masami Komiya, 26 Feb 2004: add autoload via NFS * Patch by Stephen Williams Use of CONFIG_SERIAL_SOFTWARE_FIFO in board.c consistent with uses elsewhere in the source.
-
- Feb 12, 2004
-
-
Wolfgang Denk authored
* Patch by Josef Baumgartner, 10 Feb 2004: Fixes for Coldfire port * Patch by Brad Kemp, 11 Feb 2004: Fix CFI flash driver problems
-
- Jan 02, 2004
-
-
Wolfgang Denk authored
* Minor code cleanup (coding style) * Patch by Reinhard Meyer, 30 Dec 2003: - cpu/mpc5xxx/fec.c: added CONFIG_PHY_ADDR, added CONFIG_PHY_TYPE, - added CONFIG_PHY_ADDR to include/configs/IceCube.h, - turned debug print of PHY registers into a function (called in two places) - added support for EMK MPC5200 based modules * Fix MPC8xx PLPRCR_MFD_SHIFT typo * Add support for TQM866M modules * Fixes for TQM855M with 4 MB flash (Am29DL163 = _no_ mirror bit flash) * Fix a few compiler warnings
-
- Dec 08, 2003
-
-
Wolfgang Denk authored
add support for Coldfire CPU add support for Motorola M5272C3 and M5282EVB boards
-