summaryrefslogtreecommitdiffstats
path: root/cpu/microblaze/interrupts.c
Commit message (Collapse)AuthorAgeFilesLines
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-11/+11
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Fix merge problemsStefan Roese2008-08-061-1/+1
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* cpu/m*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-091-2/+2
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Fix a few file permission problems.Wolfgang Denk2007-07-041-0/+0
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-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>
* new: USE_MSR_INTR supportMichal Simek2007-05-071-2/+2
|
* fix: interrupt handlerMichal Simek2007-05-071-2/+0
| | | | remove asm code
* fix: clean interruptMichal Simek2007-05-071-2/+11
|
* fix: interrupt handler for multiple sourcesMichal Simek2007-05-071-7/+12
|
* Support for XUPV2P boardMichal Simek2007-03-261-3/+3
| | | | | Reset support BSP autoconfig support
* [Microblaze][PATCH] part 2Michal Simek2007-03-111-3/+179
| | | | | | | | | | | | | timer support interrupt controller support flash support ethernet support cache support board information support env support booting image support adding support for Xilinx ML401
* * Patch by Yasushi Shoji, 07 Apr 2004:wdenk2004-04-181-0/+32
- add support for microblaze processors - add support for AtmarkTechno "suzaku" board
OpenPOWER on IntegriCloud