summaryrefslogtreecommitdiff
path: root/arch/microblaze/cpu
AgeCommit message (Expand)AuthorFilesLines
2015-03-24remove unnecessary version.h includesRob Herring1-1/+0
2015-02-09microblaze: spl: Add LISTS to linker scriptMichal Simek1-0/+6
2015-02-09microblaze: spl: Do not call mem_malloc_init and use early allocMichal Simek1-1/+5
2015-02-09microblaze: Add support for CONFIG_SYS_MALLOC_F_LENMichal Simek1-0/+8
2015-02-09microblaze: Do not use CONFIG_SYS_GENERIC_GLOBAL_DATAMichal Simek1-0/+6
2015-02-09microblaze: Speedup code copyMichal Simek1-5/+7
2015-02-09microblaze: Move architecture to use generic board initMichal Simek2-0/+112
2015-02-09microblaze: Fix gd_t address which is placed at the end of BRAMMichal Simek2-2/+1
2015-02-09microblaze: Remove unused asm labelMichal Simek1-1/+1
2015-02-09microblaze: Use standard interrupt_init() functionMichal Simek1-1/+1
2015-02-09microblaze: Remove unneeded data section adding from DTBMichal Simek1-3/+0
2015-02-09microblaze: Add debug message about enabling interruptsMichal Simek1-0/+1
2015-02-09microblaze: Fix coding styleMichal Simek1-8/+8
2015-02-09microblaze: Remove DEBUG_INT macro and use debug() insteadMichal Simek1-32/+25
2015-02-09microblaze: Fix coding style in exception.cMichal Simek1-16/+17
2015-02-09microblaze: Show return address from exceptionMichal Simek1-0/+2
2015-02-09microblaze: Fix stack usage in interrupt handlerMichal Simek1-61/+60
2015-01-21microblaze: Support stack protection featureMichal Simek1-0/+4
2015-01-21microblaze: Enable hardware exception by defaultMichal Simek1-1/+1
2014-02-04microblaze: Add SPL supportMichal Simek5-1/+132
2014-02-04microblaze: Report priviledged or stack protection exceptionMichal Simek1-0/+3
2013-11-17Makefile: rename all libraries to built-in.oMasahiro Yamada1-1/+1
2013-10-31microblaze: convert makefiles to Kbuild styleMasahiro Yamada1-25/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk9-153/+9
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2012-11-08microblaze: Fix compilation failure because of missing libdtsMichal Simek1-0/+2
2012-11-07microblaze: Flush caches before enabling themMichal Simek2-5/+6
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-8/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+5
2012-09-11microblaze: Clean microblaze initializationMichal Simek1-1/+1
2012-09-11microblaze: timer: Prepare for device-tree initializationMichal Simek1-33/+36
2012-09-11microblaze: intc: Coding style cleanupMichal Simek1-13/+13
2012-09-11microblaze: intc: Registering interrupt should return valueMichal Simek1-7/+9
2012-09-11microblaze: Add support for device tree driven board configurationMichal Simek1-0/+1
2012-07-10microblaze: intc: Clear interrupt codeMichal Simek3-42/+50
2012-07-10microblaze: Move __udelay implementationMichal Simek1-0/+19
2012-07-09microblaze: Move individual board linker scripts to common script in cpu tree.Michal Simek1-0/+71
2012-02-23microblaze: avoid interrupt race conditionsStephan Linz1-2/+2
2012-02-23microblaze: fix build failure due to undefined reference to `get_ticks'Stephan Linz1-0/+18
2011-10-03microblaze: Clean up reset asm codeMichal Simek1-20/+5
2011-10-03microblaze: Save and restore first unused vectorMichal Simek1-2/+4
2011-10-03microblaze: Setup MB vectors if feature is enable for u-bootMichal Simek1-12/+22
2011-10-03microblaze: Remove debug saving valueMichal Simek1-2/+0
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ1-6/+1
2011-07-26Timer: Remove set_timer completelyGraeme Russ1-5/+0
2011-02-15microblaze: Fix msr handling in interrupt_handlerMichal Simek1-18/+1
2011-01-10microblaze: Disabling interrupt should return 1 if was enabledMichal Simek1-1/+4
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-27Coding Style cleanupWolfgang Denk1-1/+1
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-0/+1