summaryrefslogtreecommitdiff
path: root/arch/microblaze/cpu
AgeCommit message (Expand)Author
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2017-07-27microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-...Andy Yan
2017-05-08spl: make image arg or fdt blob address reconfigurableVikas Manocha
2017-02-10microblaze: Fix endif macro commandMichal Simek
2016-10-06spl: Add a parameter to jump_to_image_linux()Simon Glass
2016-04-04microblaze: Remove !OF_CONTROL code for timer and interruptMichal Simek
2016-04-04microblaze: Read information about timer/interrupts from DTMichal Simek
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