Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for a saving build objects in a separate directory. | Marian Balakowicz | 2006-09-01 | 1 | -6/+10 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Merged MPC8349ADS and MPC8349EMDS ports into MPC8349EMDS port: | Kumar Gala | 2006-04-20 | 2 | -41/+387 |
| | | | | | | | | | - Removed MPC8349ADS port - Added PCI support to MPC8349ADS - reworked memory map to allow mapping of all regions with BATs Patch by Kumar Gala 20 Apr 2006 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> | ||||
* | Some code cleanup | Wolfgang Denk | 2006-04-16 | 1 | -11/+11 |
| | |||||
* | Support for DDR with 32-data path. Addotional notes on injecting | Rafal Jaworowski | 2006-03-16 | 1 | -26/+22 |
| | | | | multiple-bit errors. | ||||
* | Add command for handling DDR ECC registers on MPC8349EE MDS board. | Marian Balakowicz | 2006-03-16 | 1 | -0/+327 |
| | |||||
* | Add initial support for MPC8349E MDS board. | Marian Balakowicz | 2006-03-14 | 4 | -0/+476 |