summaryrefslogtreecommitdiffstats
path: root/cpu/microblaze
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] Add support for design without interrupt controllerMichal Simek2007-09-241-0/+7
| | | | Polling timer
* [FIX] resolve problem with cpu without barrel shifterMichal Simek2007-09-241-4/+2
|
* [FIX] repair email addressMichal Simek2007-09-241-1/+1
|
* synchronizition with mainlineMichal Simek2007-09-243-10/+5
|
* Merge git://www.denx.de/git/u-bootMichal Simek2007-08-072-3/+3
|\
| * cpu/m*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-092-3/+3
| | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * Fix a few file permission problems.Wolfgang Denk2007-07-043-0/+0
| | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
| * cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-042-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | [PATCH] Support time without timerMichal Simek2007-07-141-0/+7
| |
* | [PATCH] Remove problem with disabled BARREL SHIFTERMichal Simek2007-07-131-4/+2
| |
* | [fix] email reparationMichal Simek2007-06-171-1/+1
| |
* | [FIX] fix microblaze file permitissionMichal Simek2007-06-173-0/+0
|/
* add: reading special purpose registersMichal Simek2007-05-081-2/+2
|
* add: Microblaze V5 exception handlingMichal Simek2007-05-081-2/+8
|
* Merge git://www.denx.de/git/u-bootMichal Simek2007-05-081-1/+1
|\ | | | | | | | | | | | | Conflicts: include/asm-microblaze/microblaze_intc.h include/linux/stat.h
| * Minor coding style cleanup.Wolfgang Denk2007-04-041-1/+1
| |
* | new: USE_MSR_INTR supportMichal Simek2007-05-073-6/+21
| |
* | fix: interrupt handlerMichal Simek2007-05-072-10/+1
| | | | | | | | remove asm code
* | fix: remove asm codeMichal Simek2007-05-076-223/+17
| |
* | fix: clean interruptMichal Simek2007-05-072-3/+13
| |
* | fix: interrupt handler for multiple sourcesMichal Simek2007-05-072-10/+13
| |
* | 16bit read/write little endianMichal Simek2007-04-211-0/+33
|/
* Support for XUPV2P boardMichal Simek2007-03-262-4/+33
| | | | | Reset support BSP autoconfig support
* [Microblaze][PATCH] part 2Michal Simek2007-03-113-8/+239
| | | | | | | | | | | | | timer support interrupt controller support flash support ethernet support cache support board information support env support booting image support adding support for Xilinx ML401
* [Microblaze][PATCH]Michal Simek2007-03-118-0/+570
| | | | | | | | | | | | | timer support interrupt controller support flash support ethernet support cache support board information support env support booting image support adding support for Xilinx ML401
* Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-091-1/+1
| | | | Based on patch by Mike Frysinger, 20 Jun 2006
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-011-7/+11
| | | | | | | | | | | | | | | | | | | | | 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.
* * Patch by Yasushi Shoji, 07 Apr 2004:wdenk2004-04-184-0/+136
- add support for microblaze processors - add support for AtmarkTechno "suzaku" board
OpenPOWER on IntegriCloud