| b3e5cd17 | 26-Sep-2012 |
Michal Simek <monstr@monstr.eu> |
microblaze: Fix compilation failure because of missing libdts
Microblaze platform can use CONFIG_OF_EMBED option but also it is necessary to support boards which don't want to use this option. U-Boo
microblaze: Fix compilation failure because of missing libdts
Microblaze platform can use CONFIG_OF_EMBED option but also it is necessary to support boards which don't want to use this option. U-Boot doesn't compile dts/libdts.o for #undef CONFIG_OF_EMBED case that's why it should be guarded by ifdef.
Signed-off-by: Michal Simek <monstr@monstr.eu>
show more ...
|
| 26e6da85 | 29-Jun-2012 |
Michal Simek <monstr@monstr.eu> |
microblaze: intc: Coding style cleanup
Just coding style cleanup. Remove unneeded externs.
Signed-off-by: Michal Simek <monstr@monstr.eu> Acked-by: Simon Glass <sjg@chromium.org> Acked-by: Stephan
microblaze: intc: Coding style cleanup
Just coding style cleanup. Remove unneeded externs.
Signed-off-by: Michal Simek <monstr@monstr.eu> Acked-by: Simon Glass <sjg@chromium.org> Acked-by: Stephan Linz <linz@li-pro.net>
show more ...
|
| 0f883267 | 22-Feb-2012 |
Stephan Linz <linz@li-pro.net> |
microblaze: avoid interrupt race conditions
The interrupt acknowledge action have to run after the registered interrupt handler. So we have a chance to bear out the corresponding interrupt request i
microblaze: avoid interrupt race conditions
The interrupt acknowledge action have to run after the registered interrupt handler. So we have a chance to bear out the corresponding interrupt request in the corresponding controller hardware.
With this reordering, we optain a proper interrupt handling for level triggered interrupt sources -- for example the new axi_timer v1.02.a introduced in ISE 13.2.
Signed-off-by: Stephan Linz <linz@li-pro.net> Acked-by: Michal Simek <monstr@monstr.eu>
show more ...
|
| 5562bcc2 | 30-Aug-2011 |
Michal Simek <monstr@monstr.eu> |
microblaze: Clean up reset asm code
- Remove code copying - Reset address is setup from first stage bootloader - Support reset vector setup on little endian
Signed-off-by: Michal Simek <monstr@mons
microblaze: Clean up reset asm code
- Remove code copying - Reset address is setup from first stage bootloader - Support reset vector setup on little endian
Signed-off-by: Michal Simek <monstr@monstr.eu>
show more ...
|