| Commit message (Expand) | Author | Age | Lines |
* | microblaze: spl: Add LISTS to linker script | Michal Simek | 2015-02-09 | -0/+6 |
* | microblaze: spl: Do not call mem_malloc_init and use early alloc | Michal Simek | 2015-02-09 | -1/+5 |
* | microblaze: Add support for CONFIG_SYS_MALLOC_F_LEN | Michal Simek | 2015-02-09 | -0/+8 |
* | microblaze: Do not use CONFIG_SYS_GENERIC_GLOBAL_DATA | Michal Simek | 2015-02-09 | -1/+6 |
* | microblaze: Speedup code copy | Michal Simek | 2015-02-09 | -5/+7 |
* | microblaze: Move architecture to use generic board init | Michal Simek | 2015-02-09 | -212/+126 |
* | microblaze: Fix gd_t address which is placed at the end of BRAM | Michal Simek | 2015-02-09 | -2/+1 |
* | microblaze: Remove unused asm label | Michal Simek | 2015-02-09 | -1/+1 |
* | microblaze: Use standard interrupt_init() function | Michal Simek | 2015-02-09 | -4/+2 |
* | microblaze: Remove unneeded data section adding from DTB | Michal Simek | 2015-02-09 | -3/+0 |
* | microblaze: Add debug message about enabling interrupts | Michal Simek | 2015-02-09 | -0/+1 |
* | microblaze: Fix coding style | Michal Simek | 2015-02-09 | -8/+8 |
* | microblaze: Remove DEBUG_INT macro and use debug() instead | Michal Simek | 2015-02-09 | -32/+25 |
* | microblaze: Fix coding style in exception.c | Michal Simek | 2015-02-09 | -16/+17 |
* | microblaze: Show return address from exception | Michal Simek | 2015-02-09 | -0/+6 |
* | microblaze: Fix stack usage in interrupt handler | Michal Simek | 2015-02-09 | -61/+60 |
* | microblaze: Support stack protection feature | Michal Simek | 2015-01-21 | -0/+4 |
* | microblaze: Enable hardware exception by default | Michal Simek | 2015-01-21 | -1/+1 |
* | Kbuild: introduce Makefile in arch/$ARCH/ | Daniel Schwierzeck | 2014-12-08 | -0/+8 |
* | kconfig: add CONFIG_SUPPORT_SPL | Masahiro Yamada | 2014-10-27 | -0/+1 |
* | kconfig: remove redundant "string" type in arch and board Kconfigs | Masahiro Yamada | 2014-09-13 | -1/+0 |
* | microblaze: Fix printf size_t format related warnings (again...) | Vasili Galka | 2014-09-09 | -0/+4 |
* | kconfig: add board Kconfig and defconfig files | Masahiro Yamada | 2014-07-30 | -0/+18 |
* | Makefile: Support include files for .dts files | Simon Glass | 2014-06-20 | -0/+1 |
* | fdt_support: delete force argument of fdt_initrd() | Masahiro Yamada | 2014-06-19 | -1/+1 |
* | bd_info: remove bi_barudrate member from struct bd_info | Masahiro Yamada | 2014-05-12 | -2/+0 |
* | kbuild: delete redundant LDSCRIPT definition | Masahiro Yamada | 2014-03-12 | -2/+0 |
* | kbuild: fix CROSS_COMPILE settings in config.mk | Masahiro Yamada | 2014-03-04 | -1/+3 |
* | dts: generate multiple device tree blobs | Masahiro Yamada | 2014-02-19 | -0/+12 |
* | dts: move device tree sources to arch/$(ARCH)/dts/ | Masahiro Yamada | 2014-02-19 | -0/+7 |
* | dts: re-write dts/Makefile more simply with Kbuild | Masahiro Yamada | 2014-02-19 | -1/+1 |
* | microblaze: remove an empty file arch/microblaze/lib/time.c | Masahiro Yamada | 2014-02-19 | -0/+0 |
* | microblaze: Add SPL support | Michal Simek | 2014-02-04 | -2/+159 |
* | microblaze: Report priviledged or stack protection exception | Michal Simek | 2014-02-04 | -0/+3 |
* | microblaze: Show u-boot banner | Michal Simek | 2014-02-04 | -0/+7 |
* | Makefile: rename all libraries to built-in.o | Masahiro Yamada | 2013-11-17 | -1/+1 |
* | include: delete include/linux/config.h | Masahiro Yamada | 2013-11-08 | -1/+0 |
* | microblaze: convert makefiles to Kbuild style | Masahiro Yamada | 2013-10-31 | -49/+6 |
* | microblaze: Fix watchdog initialization | Michal Simek | 2013-10-16 | -4/+3 |
* | Coding Style cleanup: remove trailing empty lines | Wolfgang Denk | 2013-10-14 | -3/+0 |
* | Coding Style cleanup: remove trailing white space | Wolfgang Denk | 2013-10-14 | -3/+3 |
* | microblaze: Call spi_init function | Michal Simek | 2013-08-08 | -0/+5 |
* | config: don't define CONFIG_ARCH_DEVICE_TREE | Stephen Warren | 2013-08-02 | -2/+0 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -388/+23 |
* | Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM | Dirk Eibach | 2013-07-16 | -1/+1 |
* | avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux | Andreas Bießmann | 2013-07-02 | -0/+6 |
* | Clarify bootm OS arguments | Simon Glass | 2013-06-26 | -2/+2 |
* | gpio: Add support for microblaze xilinx GPIO | Michal Simek | 2013-05-09 | -33/+7 |
* | microblaze: bootm: Add support for loading initrd | Michal Simek | 2013-05-09 | -0/+8 |
* | microblaze: bootm: Fix coding style issues | Michal Simek | 2013-05-09 | -9/+11 |