summaryrefslogtreecommitdiff
path: root/arch/microblaze/cpu
Commit message (Expand)AuthorAgeLines
* microblaze: Fix endif macro commandMichal Simek2017-02-10-1/+1
* spl: Add a parameter to jump_to_image_linux()Simon Glass2016-10-06-2/+2
* microblaze: Remove !OF_CONTROL code for timer and interruptMichal Simek2016-04-04-22/+1
* microblaze: Read information about timer/interrupts from DTMichal Simek2016-04-04-1/+63
* microblaze: Remove empty file - cpu.cMichal Simek2016-01-27-10/+1
* microblaze: Wire-up debug_uart in asmMichal Simek2016-01-27-0/+4
* Fix board init code to respect the C runtime environmentAlbert ARIBAUD2016-01-13-2/+2
* microblaze: Add a TODO to call board_init_f_mem()Simon Glass2015-10-24-0/+2
* remove unnecessary version.h includesRob Herring2015-03-24-1/+0
* microblaze: spl: Add LISTS to linker scriptMichal Simek2015-02-09-0/+6
* microblaze: spl: Do not call mem_malloc_init and use early allocMichal Simek2015-02-09-1/+5
* microblaze: Add support for CONFIG_SYS_MALLOC_F_LENMichal Simek2015-02-09-0/+8
* microblaze: Do not use CONFIG_SYS_GENERIC_GLOBAL_DATAMichal Simek2015-02-09-0/+6
* microblaze: Speedup code copyMichal Simek2015-02-09-5/+7
* microblaze: Move architecture to use generic board initMichal Simek2015-02-09-0/+112
* microblaze: Fix gd_t address which is placed at the end of BRAMMichal Simek2015-02-09-2/+1
* microblaze: Remove unused asm labelMichal Simek2015-02-09-1/+1
* microblaze: Use standard interrupt_init() functionMichal Simek2015-02-09-1/+1
* microblaze: Remove unneeded data section adding from DTBMichal Simek2015-02-09-3/+0
* microblaze: Add debug message about enabling interruptsMichal Simek2015-02-09-0/+1
* microblaze: Fix coding styleMichal Simek2015-02-09-8/+8
* microblaze: Remove DEBUG_INT macro and use debug() insteadMichal Simek2015-02-09-32/+25
* microblaze: Fix coding style in exception.cMichal Simek2015-02-09-16/+17
* microblaze: Show return address from exceptionMichal Simek2015-02-09-0/+2
* microblaze: Fix stack usage in interrupt handlerMichal Simek2015-02-09-61/+60
* microblaze: Support stack protection featureMichal Simek2015-01-21-0/+4
* microblaze: Enable hardware exception by defaultMichal Simek2015-01-21-1/+1
* microblaze: Add SPL supportMichal Simek2014-02-04-1/+132
* microblaze: Report priviledged or stack protection exceptionMichal Simek2014-02-04-0/+3
* Makefile: rename all libraries to built-in.oMasahiro Yamada2013-11-17-1/+1
* microblaze: convert makefiles to Kbuild styleMasahiro Yamada2013-10-31-25/+3
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-153/+9
* Refactor linker-generated arraysAlbert ARIBAUD2013-03-12-1/+1
* microblaze: Fix compilation failure because of missing libdtsMichal Simek2012-11-08-0/+2
* microblaze: Flush caches before enabling themMichal Simek2012-11-07-5/+6
* common: Discard the __u_boot_cmd sectionMarek Vasut2012-10-22-8/+0
* common: Add .u_boot_list into all linker filesMarek Vasut2012-10-22-0/+5
* microblaze: Clean microblaze initializationMichal Simek2012-09-11-1/+1
* microblaze: timer: Prepare for device-tree initializationMichal Simek2012-09-11-33/+36
* microblaze: intc: Coding style cleanupMichal Simek2012-09-11-13/+13
* microblaze: intc: Registering interrupt should return valueMichal Simek2012-09-11-7/+9
* microblaze: Add support for device tree driven board configurationMichal Simek2012-09-11-0/+1
* microblaze: intc: Clear interrupt codeMichal Simek2012-07-10-42/+50
* microblaze: Move __udelay implementationMichal Simek2012-07-10-0/+19
* microblaze: Move individual board linker scripts to common script in cpu tree.Michal Simek2012-07-09-0/+71
* microblaze: avoid interrupt race conditionsStephan Linz2012-02-23-2/+2
* microblaze: fix build failure due to undefined reference to `get_ticks'Stephan Linz2012-02-23-0/+18
* microblaze: Clean up reset asm codeMichal Simek2011-10-03-20/+5
* microblaze: Save and restore first unused vectorMichal Simek2011-10-03-2/+4
* microblaze: Setup MB vectors if feature is enable for u-bootMichal Simek2011-10-03-12/+22