summaryrefslogtreecommitdiff
path: root/cpu/microblaze
Commit message (Collapse)AuthorAgeLines
* add: reading special purpose registersMichal Simek2007-05-08-2/+2
|
* add: Microblaze V5 exception handlingMichal Simek2007-05-08-2/+8
|
* Merge git://www.denx.de/git/u-bootMichal Simek2007-05-08-1/+1
|\ | | | | | | | | | | | | Conflicts: include/asm-microblaze/microblaze_intc.h include/linux/stat.h
| * Minor coding style cleanup.Wolfgang Denk2007-04-04-1/+1
| |
* | new: USE_MSR_INTR supportMichal Simek2007-05-07-6/+21
| |
* | fix: interrupt handlerMichal Simek2007-05-07-10/+1
| | | | | | | | remove asm code
* | fix: remove asm codeMichal Simek2007-05-07-223/+17
| |
* | fix: clean interruptMichal Simek2007-05-07-3/+13
| |
* | fix: interrupt handler for multiple sourcesMichal Simek2007-05-07-10/+13
| |
* | 16bit read/write little endianMichal Simek2007-04-21-0/+33
|/
* Support for XUPV2P boardMichal Simek2007-03-26-4/+33
| | | | | Reset support BSP autoconfig support
* [Microblaze][PATCH] part 2Michal Simek2007-03-11-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-11-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-09-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-01-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-18-0/+136
- add support for microblaze processors - add support for AtmarkTechno "suzaku" board