Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-03 | mpc83xx: Removed unused file resetvec.S for mpc83xx cpu | Tanya Jiang | |
Removed unused file resetvec.S for mpc83xx cpu Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com> | |||
2006-10-09 | Move "ar" flags to config.mk to allow for silent "make -s" | Wolfgang Denk | |
Based on patch by Mike Frysinger, 20 Jun 2006 | |||
2006-10-09 | Coding style cleanup | Wolfgang Denk | |
2006-09-01 | Add support for a saving build objects in a separate directory. | Marian Balakowicz | |
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. | |||
2006-04-20 | Merged MPC8349ADS and MPC8349EMDS ports into MPC8349EMDS port: | Kumar Gala | |
- 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> | |||
2006-04-16 | Some code cleanup | Wolfgang Denk | |
2006-03-31 | GCC-4.x fixes: clean up global data pointer initialization for all boards. | Wolfgang Denk | |
2006-03-16 | Support for DDR with 32-data path. Addotional notes on injecting | Rafal Jaworowski | |
multiple-bit errors. | |||
2006-03-14 | Add support for ECC DDR initialization on MPC83xx. | Marian Balakowicz | |
2006-03-14 | Add DMA support for MPC83xx. | Marian Balakowicz | |
2006-03-14 | Add sync in do_reset() routine for MPC83xx after RPR register | Marian Balakowicz | |
was written to. It is need on some targets when BAT translation is enabled. | |||
2006-03-14 | Add Dcbz(), Dcbi() and Dcbf() routines for MPC83xx. | Marian Balakowicz | |
2006-03-14 | Correct shift offsets in icache_status and dcache_status for MPC83xx. | Marian Balakowicz | |
2006-03-12 | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc83xx | Wolfgang Denk | |
2006-02-10 | Enable address translation on MPC83xx | Kumar Gala | |
Patch by Kumar Gala, 10 Feb 2006 | |||
2006-01-25 | Decopuled setting of OR/BR and LBLAWBAR/LBLAWAR on MPC83xx | Kumar Gala | |
Patch by Kumar Gala, 25 Jan 2006 | |||
2006-01-11 | Add helper function for generic flat device tree fixups for mpc83xx | Kumar Gala | |
Patch by Kumar Gala 11 Jan 2006 | |||
2006-01-11 | Only disable the MPC83xx watchdog if its enabled out of reset. | Kumar Gala | |
If its disabled out of reset SW can later enable it if so desired Patch by Kumar Gala, 11 Jan 2006 | |||
2006-01-11 | Allow config of GPIO direction & data registers at boot on 83xx | Kumar Gala | |
Patch by Kumar Gala, 11 Jan 2006 | |||
2006-01-11 | Enable time handling on 83xx | Kumar Gala | |
Patch by Kumar Gala, 11 Jan 2006 | |||
2006-01-11 | Make System IO Config Registers board configurable on MPC83xx | Kumar Gala | |
Patch by Kumar Gala, 11 Jan 2006 | |||
2005-12-04 | Code cleanup, especially MIPS for GCC 4.x | Wolfgang Denk | |
2005-10-17 | Add PCI support for the TQM834x board. | Rafal Jaworowski | |
2005-10-15 | Merge with /home/m8/git/u-boot | Wolfgang Denk | |
2005-10-13 | Cleanup for GCC-4.x | Wolfgang Denk | |
2005-10-11 | Added support for TQM834x boards. | Marian Balakowicz | |
2005-08-05 | Fix compiler warnings | Wolfgang Denk | |
2005-08-01 | Fix style issues primarily in 85xx and 83xx boards. | Jon Loeliger | |
- C++ comments - Trailing white space - Indentation not by TAB - Excessive amount of empty lines - Trailing empty lines | |||
2005-07-28 | * Patch by Eran Liberty | Eran Liberty | |
Add support for the Freescale MPC8349ADS board. |