summaryrefslogtreecommitdiff
path: root/cpu/microblaze
AgeCommit message (Collapse)Author
2009-01-23microblaze: Use cache functions (especially cache status)Michal Simek
in systems which are configured without flash
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008-08-06Fix merge problemsStefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2007-09-24[PATCH] Add support for design without interrupt controllerMichal Simek
Polling timer
2007-09-24[FIX] resolve problem with cpu without barrel shifterMichal Simek
2007-09-24[FIX] repair email addressMichal Simek
2007-09-24synchronizition with mainlineMichal Simek
2007-08-07Merge git://www.denx.de/git/u-bootMichal Simek
2007-07-14[PATCH] Support time without timerMichal Simek
2007-07-13[PATCH] Remove problem with disabled BARREL SHIFTERMichal Simek
2007-07-09cpu/m*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-04Fix a few file permission problems.Wolfgang Denk
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-07-04cpu/ 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 reparationMichal Simek
2007-06-17[FIX] fix microblaze file permitissionMichal Simek
2007-05-08add: reading special purpose registersMichal Simek
2007-05-08add: Microblaze V5 exception handlingMichal Simek
2007-05-08Merge git://www.denx.de/git/u-bootMichal Simek
Conflicts: include/asm-microblaze/microblaze_intc.h include/linux/stat.h
2007-05-07new: USE_MSR_INTR supportMichal Simek
2007-05-07fix: interrupt handlerMichal Simek
remove asm code
2007-05-07fix: remove asm codeMichal Simek
2007-05-07fix: clean interruptMichal Simek
2007-05-07fix: interrupt handler for multiple sourcesMichal Simek
2007-04-2116bit read/write little endianMichal Simek
2007-04-04Minor coding style cleanup.Wolfgang Denk
2007-03-26Support for XUPV2P boardMichal Simek
Reset support BSP autoconfig support
2007-03-11[Microblaze][PATCH] part 2Michal 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
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
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk
Based on patch by Mike Frysinger, 20 Jun 2006
2006-09-01Add 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.
2004-04-18* Patch by Yasushi Shoji, 07 Apr 2004:wdenk
- add support for microblaze processors - add support for AtmarkTechno "suzaku" board