aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze
AgeCommit message (Expand)AuthorFilesLines
2014-06-20Makefile: Support include files for .dts filesSimon Glass1-0/+1
2014-06-19fdt_support: delete force argument of fdt_initrd()Masahiro Yamada1-1/+1
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2-2/+0
2014-03-12kbuild: delete redundant LDSCRIPT definitionMasahiro Yamada1-2/+0
2014-03-04kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada1-1/+3
2014-02-19dts: generate multiple device tree blobsMasahiro Yamada2-0/+12
2014-02-19dts: move device tree sources to arch/$(ARCH)/dts/Masahiro Yamada1-0/+7
2014-02-19dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada1-1/+1
2014-02-19microblaze: remove an empty file arch/microblaze/lib/time.cMasahiro Yamada1-0/+0
2014-02-04microblaze: Add SPL supportMichal Simek8-2/+159
2014-02-04microblaze: Report priviledged or stack protection exceptionMichal Simek1-0/+3
2014-02-04microblaze: Show u-boot bannerMichal Simek1-0/+7
2013-11-17Makefile: rename all libraries to built-in.oMasahiro Yamada1-1/+1
2013-11-08include: delete include/linux/config.hMasahiro Yamada1-1/+0
2013-10-31microblaze: convert makefiles to Kbuild styleMasahiro Yamada2-49/+6
2013-10-16microblaze: Fix watchdog initializationMichal Simek2-4/+3
2013-10-14Coding Style cleanup: remove trailing empty linesWolfgang Denk3-3/+0
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk3-3/+3
2013-08-08microblaze: Call spi_init functionMichal Simek1-0/+5
2013-08-02config: don't define CONFIG_ARCH_DEVICE_TREEStephen Warren1-2/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk23-388/+23
2013-07-16Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach1-1/+1
2013-07-02avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann1-0/+6
2013-06-26Clarify bootm OS argumentsSimon Glass1-2/+2
2013-05-09gpio: Add support for microblaze xilinx GPIOMichal Simek1-33/+7
2013-05-09microblaze: bootm: Add support for loading initrdMichal Simek1-0/+8
2013-05-09microblaze: bootm: Fix coding style issuesMichal Simek1-9/+11
2013-05-01lib: consolidate hang()Andreas Bießmann1-7/+0
2013-05-01microblaze: fix style in board.cAndreas Bießmann1-32/+31
2013-04-30watchdog: Add support for Xilinx Microblaze watchdogMichal Simek2-0/+7
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-03-15Introduce generic link section.h symbol filesSimon Glass1-0/+27
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2013-02-04Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2-0/+92
2013-02-04microblaze: Use generic global_dataSimon Glass1-26/+1
2013-02-04microblaze: Add muldi3.c which contains routines for _muldi3David Holsgrove2-0/+92
2013-02-01Add architecture-specific global dataSimon Glass1-0/+6
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger1-3/+1
2012-11-08microblaze: Fix compilation failure because of missing libdtsMichal Simek1-0/+2
2012-11-07microblaze: Remove asm/bitops.h from asm/posix_types.hMichal Simek1-3/+0
2012-11-07microblaze: Flush caches before enabling themMichal Simek3-10/+6
2012-11-07microblaze: Fix byteorder for microblazeMichal Simek1-23/+0
2012-11-07microblaze: Fix compilation warning in ext2_find_next_zero_bitMichal Simek1-1/+2
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-10-19microblaze: Change bi_baudrate and global data baudrate to intSimon Glass2-2/+2
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut1-2/+0
2012-09-11microblaze: board: Use bi_flashstart instead of CONFIG_SYS_FLASH_BASEMichal Simek1-4/+6
2012-09-11microblaze: Clean microblaze initializationMichal Simek3-15/+7
2012-09-11microblaze: timer: Prepare for device-tree initializationMichal Simek3-38/+39