Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-23 | microblaze: Use cache functions (especially cache status) | Michal Simek | |
in systems which are configured without flash | |||
2007-09-24 | [FIX] repair email address | Michal Simek | |
2007-09-24 | synchronizition with mainline | Michal Simek | |
2007-08-07 | Merge git://www.denx.de/git/u-boot | Michal Simek | |
2007-07-09 | cpu/m*: Remove obsolete references to CONFIG_COMMANDS | Jon Loeliger | |
Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2007-07-04 | Fix a few file permission problems. | Wolfgang Denk | |
Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
2007-07-04 | cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | |
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> | |||
2007-06-17 | [fix] email reparation | Michal Simek | |
2007-06-17 | [FIX] fix microblaze file permitission | Michal Simek | |
2007-05-07 | new: USE_MSR_INTR support | Michal Simek | |
2007-05-07 | fix: remove asm code | Michal Simek | |
2007-03-11 | [Microblaze][PATCH] | Michal Simek | |
timer support interrupt controller support flash support ethernet support cache support board information support env support booting image support adding support for Xilinx ML401 |