| Commit message (Expand) | Author | Age | Lines |
* | Add QE brg freq and correct qe bus freq fdt update code | Kim Phillips | 2008-01-09 | -1/+3 |
* | 85xx: add ability to upload QE firmware | Timur Tabi | 2008-01-09 | -0/+1 |
* | 85xx: Remove cache config from configs.h | Kumar Gala | 2008-01-09 | -2/+7 |
* | Reworked FSL Book-E TLB macros to be more readable | Kumar Gala | 2008-01-09 | -13/+10 |
* | Handle Asynchronous DDR clock on 85xx | Kumar Gala | 2007-12-11 | -4/+43 |
* | Stop using immap_t on 85xx | Kumar Gala | 2007-12-11 | -32/+18 |
* | Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdt | Kumar Gala | 2007-12-11 | -123/+0 |
* | Stop using immap_t for cpm offset on 85xx | Kumar Gala | 2007-12-11 | -66/+63 |
* | Stop using immap_t for guts offset on 85xx | Kumar Gala | 2007-12-11 | -6/+5 |
* | Add libfdt based ft_cpu_setup for mpc85xx | Kumar Gala | 2007-12-11 | -1/+67 |
* | Cleanup coding style; update CHANGELOG | Wolfgang Denk | 2007-11-03 | -2/+2 |
* | Setting MSR[DE] in do_reset | urwithsughosh@gmail.com | 2007-10-19 | -1/+6 |
* | MSR overwrite fix | urwithsughosh@gmail.com | 2007-10-19 | -8/+3 |
* | Remove magic numbers from cache related operations for mpc85xx | Kumar Gala | 2007-10-19 | -4/+4 |
* | 85xx io out functions need sync after write. | Ed Swarthout | 2007-09-26 | -0/+5 |
* | Enable L2 cache for MPC8568MDS board | Haiying Wang | 2007-08-29 | -1/+1 |
* | 85xxCDS: Add make targets for legacy systems. | Randy Vinson | 2007-08-14 | -1/+1 |
* | Add support for UEC to 8568 | Andy Fleming | 2007-08-14 | -2/+142 |
* | Empirically set cpo and clk_adjust for mpc85xx DDR2 support | Haiying Wang | 2007-08-14 | -5/+7 |
* | Use an absolute address when jumping out of 4k boot page | Kumar Gala | 2007-08-14 | -29/+24 |
* | MPC85xx BA bits not set for 3-bit bank address DIMM | Andy Fleming | 2007-08-14 | -1/+6 |
* | Fix minor 85xx warnings | Andy Fleming | 2007-08-14 | -1/+3 |
* | 85xx start.S cleanup and exception support | Andy Fleming | 2007-08-14 | -298/+319 |
* | 85xx allow debugger to configure ddr. | Ed Swarthout | 2007-08-14 | -3/+45 |
* | mpc85xx L2 cache reporting and SRAM relocation option. | Ed Swarthout | 2007-08-14 | -18/+47 |
* | cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols. | Jon Loeliger | 2007-07-10 | -1/+1 |
* | cpu/m*: Remove obsolete references to CONFIG_COMMANDS | Jon Loeliger | 2007-07-09 | -12/+12 |
* | Fix #if typo in CONFIG_CMD_* changes. | Jon Loeliger | 2007-07-05 | -1/+1 |
* | cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | -11/+11 |
* | Merge with /home/wd/git/u-boot/custodian/u-boot-testing | Wolfgang Denk | 2007-07-03 | -1/+1 |
|\ |
|
| * | Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx | Kim Phillips | 2007-05-17 | -1/+1 |
* | | [ppc] Fix build breakage for all non-4xx PowerPC variants. | Rafal Jaworowski | 2007-06-22 | -2/+2 |
|/ |
|
* | Coding stylke cleanup; update CHANGELOG. | Wolfgang Denk | 2007-05-05 | -9/+9 |
* | Cleaned up some 85xx PCI bugs | Andy Fleming | 2007-05-02 | -4/+4 |
* | Add support for the 8568 MDS board | Andy Fleming | 2007-05-02 | -2/+7 |
* | Reworked 85xx speed detection code | Andy Fleming | 2007-04-23 | -36/+8 |
* | Support 1G size on 8548 | Andy Fleming | 2007-04-23 | -2/+9 |
* | Only set ddrioovcr for 8548 rev1. | Andy Fleming | 2007-04-23 | -6/+7 |
* | Tweak DDR ECC error counter | Andy Fleming | 2007-04-23 | -2/+5 |
* | 85xx: write MAC address to mac-address and local-mac-address | Timur Tabi | 2007-04-23 | -0/+20 |
* | Some 85xx cpu cleanups | Andy Fleming | 2007-04-23 | -3/+8 |
* | Add cpu support for the 8544 | Andy Fleming | 2007-04-23 | -2/+8 |
* | u-boot: Fix e500 v2 core reset bug | Zang Roy-r61911 | 2007-04-23 | -6/+15 |
* | u-boot: v2: Remove the fixed TLB and LAW entrynubmer | Zang Roy-r61911 | 2007-04-23 | -12/+4 |
* | Code cleanup | Wolfgang Denk | 2006-10-24 | -1/+1 |
* | Converted all 85xx boards to use a common FSL I2C driver. | Jon Loeliger | 2006-10-20 | -266/+1 |
* | * Fix a bunch of compiler warnings for gcc 4.0 | Jon Loeliger | 2006-10-19 | -0/+5 |
* | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | 2006-10-10 | -1/+1 |
|\ |
|
| * | Move "ar" flags to config.mk to allow for silent "make -s" | Wolfgang Denk | 2006-10-09 | -1/+1 |
* | | Coding style changes to remove local varible blocks | Jon Loeliger | 2006-10-10 | -70/+64 |