summaryrefslogtreecommitdiff
path: root/arch/microblaze/cpu
AgeCommit message (Expand)Author
2016-01-27microblaze: Remove empty file - cpu.cMichal Simek
2016-01-27microblaze: Wire-up debug_uart in asmMichal Simek
2016-01-13Fix board init code to respect the C runtime environmentAlbert ARIBAUD
2015-10-24microblaze: Add a TODO to call board_init_f_mem()Simon Glass
2015-03-24remove unnecessary version.h includesRob Herring
2015-02-09microblaze: spl: Add LISTS to linker scriptMichal Simek
2015-02-09microblaze: spl: Do not call mem_malloc_init and use early allocMichal Simek
2015-02-09microblaze: Add support for CONFIG_SYS_MALLOC_F_LENMichal Simek
2015-02-09microblaze: Do not use CONFIG_SYS_GENERIC_GLOBAL_DATAMichal Simek
2015-02-09microblaze: Speedup code copyMichal Simek
2015-02-09microblaze: Move architecture to use generic board initMichal Simek
2015-02-09microblaze: Fix gd_t address which is placed at the end of BRAMMichal Simek
2015-02-09microblaze: Remove unused asm labelMichal Simek
2015-02-09microblaze: Use standard interrupt_init() functionMichal Simek
2015-02-09microblaze: Remove unneeded data section adding from DTBMichal Simek
2015-02-09microblaze: Add debug message about enabling interruptsMichal Simek
2015-02-09microblaze: Fix coding styleMichal Simek
2015-02-09microblaze: Remove DEBUG_INT macro and use debug() insteadMichal Simek
2015-02-09microblaze: Fix coding style in exception.cMichal Simek
2015-02-09microblaze: Show return address from exceptionMichal Simek
2015-02-09microblaze: Fix stack usage in interrupt handlerMichal Simek
2015-01-21microblaze: Support stack protection featureMichal Simek
2015-01-21microblaze: Enable hardware exception by defaultMichal Simek
2014-02-04microblaze: Add SPL supportMichal Simek
2014-02-04microblaze: Report priviledged or stack protection exceptionMichal Simek
2013-11-17Makefile: rename all libraries to built-in.oMasahiro Yamada
2013-10-31microblaze: convert makefiles to Kbuild styleMasahiro Yamada
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD
2012-11-08microblaze: Fix compilation failure because of missing libdtsMichal Simek
2012-11-07microblaze: Flush caches before enabling themMichal Simek
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut
2012-09-11microblaze: Clean microblaze initializationMichal Simek
2012-09-11microblaze: timer: Prepare for device-tree initializationMichal Simek
2012-09-11microblaze: intc: Coding style cleanupMichal Simek
2012-09-11microblaze: intc: Registering interrupt should return valueMichal Simek
2012-09-11microblaze: Add support for device tree driven board configurationMichal Simek
2012-07-10microblaze: intc: Clear interrupt codeMichal Simek
2012-07-10microblaze: Move __udelay implementationMichal Simek
2012-07-09microblaze: Move individual board linker scripts to common script in cpu tree.Michal Simek
2012-02-23microblaze: avoid interrupt race conditionsStephan Linz
2012-02-23microblaze: fix build failure due to undefined reference to `get_ticks'Stephan Linz
2011-10-03microblaze: Clean up reset asm codeMichal Simek
2011-10-03microblaze: Save and restore first unused vectorMichal Simek
2011-10-03microblaze: Setup MB vectors if feature is enable for u-bootMichal Simek
2011-10-03microblaze: Remove debug saving valueMichal Simek
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ
2011-07-26Timer: Remove set_timer completelyGraeme Russ
2011-02-15microblaze: Fix msr handling in interrupt_handlerMichal Simek