Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | microblaze: Move cpu/microblaze/* to arch/microblaze/cpu/* | Peter Tyser | 2010-04-13 | -62/+0 |
| | | | | Signed-off-by: Peter Tyser <ptyser@xes-inc.com> | |||
* | microblaze: Use cache functions (especially cache status) | Michal Simek | 2009-01-23 | -3/+0 |
| | | | | in systems which are configured without flash | |||
* | [FIX] repair email address | Michal Simek | 2007-09-24 | -1/+1 |
| | ||||
* | synchronizition with mainline | Michal Simek | 2007-09-24 | -1/+1 |
| | ||||
* | Merge git://www.denx.de/git/u-boot | Michal Simek | 2007-08-07 | -1/+1 |
|\ | ||||
| * | cpu/m*: Remove obsolete references to CONFIG_COMMANDS | Jon Loeliger | 2007-07-09 | -1/+1 |
| | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
| * | Fix a few file permission problems. | Wolfgang Denk | 2007-07-04 | -0/+0 |
| | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
| * | cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
* | | [fix] email reparation | Michal Simek | 2007-06-17 | -1/+1 |
| | | ||||
* | | [FIX] fix microblaze file permitission | Michal Simek | 2007-06-17 | -0/+0 |
|/ | ||||
* | new: USE_MSR_INTR support | Michal Simek | 2007-05-07 | -4/+5 |
| | ||||
* | fix: remove asm code | Michal Simek | 2007-05-07 | -0/+16 |
| | ||||
* | [Microblaze][PATCH] | Michal Simek | 2007-03-11 | -0/+48 |
timer support interrupt controller support flash support ethernet support cache support board information support env support booting image support adding support for Xilinx ML401 |