summaryrefslogtreecommitdiff
path: root/arch/microblaze
AgeCommit message (Expand)Author
2016-03-14Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass
2016-02-24microblaze: Add missing chosen nodeMichal Simek
2016-02-06Use correct spelling of "U-Boot"Bin Meng
2016-01-27microblaze: Remove empty file - cpu.cMichal Simek
2016-01-27microblaze: Wire-up debug_uart in asmMichal Simek
2016-01-27serial: uartlite: Move driver to DMMichal Simek
2016-01-13Fix board init code to respect the C runtime environmentAlbert ARIBAUD
2015-12-18microblaze: Enable DM by defaultMichal Simek
2015-12-18microblaze: Enable OF_CONTROL by defaultMichal Simek
2015-11-19microblaze: Fix C99/gnu99 compatiblity for inline functionsNathan Rossi
2015-11-19microblaze: Fix style issues in header filesNathan Rossi
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini
2015-11-05microblaze: Use the generic bitops headersFabio Estevam
2015-10-24microblaze: Add a TODO to call board_init_f_mem()Simon Glass
2015-05-12arch: Make board selection choices optionalJoe Hershberger
2015-03-28generic-board: select SYS_GENERIC_BOARD for some architecturesMasahiro Yamada
2015-03-28generic-board: move __HAVE_ARCH_GENERIC_BOARD to KconfigMasahiro Yamada
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-12-08Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck
2014-10-27kconfig: add CONFIG_SUPPORT_SPLMasahiro Yamada
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada
2014-09-09microblaze: Fix printf size_t format related warnings (again...)Vasili Galka
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada
2014-06-20Makefile: Support include files for .dts filesSimon Glass
2014-06-19fdt_support: delete force argument of fdt_initrd()Masahiro Yamada
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada
2014-03-12kbuild: delete redundant LDSCRIPT definitionMasahiro Yamada
2014-03-04kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada
2014-02-19dts: generate multiple device tree blobsMasahiro Yamada
2014-02-19dts: move device tree sources to arch/$(ARCH)/dts/Masahiro Yamada
2014-02-19dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada
2014-02-19microblaze: remove an empty file arch/microblaze/lib/time.cMasahiro Yamada