-
Microblaze has static address for traps table. But sometimes we links our program to zero address and it is not necessary set this table again
-
In microblaze architecture we can't now what kind of interrupt has been occured.
we use irq_ctrl function. this code is platform dependent.
-
ipl_save must set max ipl level.
-
```
Microblaze has kernel/context2.c file and lib/setjump2.S
What does it mean
```
Original issue reported on code.google.com by `Anton.Bo...@gmail.com` on 11 Oct 2010 at 9:12
-
```
Simultaneous use of a common resource (socket's receive queue) brings to light
some problem with microblaze ipl.
```
Original issue reported on code.google.com by `sikmir` on 30 Jun 2010 at 1:07…
-
review microblaze boot & entry code. Many #if 0's, numeric labels, etc. (xilinx compiler gives broken code)
Cc: @abusalimov
-
Develop boot module for ARM7 architecture.
Cc: @sikmir, @AntonKozlov
-
Clear this part of microblaze code
-
```
This function is only used by microblaze interrupts, however it is declared in
hal api header. I'm going to throw it away.
```
Original issue reported on code.google.com by `Eldar.Abusalimov` on…
-
##### What steps will reproduce the problem?
1. update to 1bc031c
2. use microblaze/petalogix template
3. enable embox.test.stdlib.qsort_test module
And I'm see the next:
```
Embox kernel start
runl…