aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze/lib
AgeCommit message (Expand)AuthorFilesLines
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 Yamada1-1/+0
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 Simek1-1/+10
2014-02-04microblaze: Show u-boot bannerMichal Simek1-0/+7
2013-10-31microblaze: convert makefiles to Kbuild styleMasahiro Yamada1-24/+3
2013-10-16microblaze: Fix watchdog initializationMichal Simek1-3/+3
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-08-08microblaze: Call spi_init functionMichal Simek1-0/+5
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk4-68/+4
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-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 Simek1-0/+3
2013-02-04microblaze: Add muldi3.c which contains routines for _muldi3David Holsgrove2-0/+92
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger1-3/+1
2012-11-07microblaze: Flush caches before enabling themMichal Simek1-5/+0
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 Simek1-14/+3
2012-09-11microblaze: timer: Prepare for device-tree initializationMichal Simek1-5/+0
2012-09-11microblaze: board: Remove compilation warningMichal Simek1-1/+2
2012-09-11microblaze: Add support for device tree driven board configurationMichal Simek1-0/+24
2012-07-10microblaze: intc: Clear interrupt codeMichal Simek1-5/+1
2012-07-10microblaze: Call serial multi initializationMichal Simek1-0/+5
2012-07-10microblaze: Move __udelay implementationMichal Simek2-43/+0
2012-07-10microblaze: Remove extern from board.cMichal Simek1-4/+0
2012-05-15net: move bootfile init into eth_initializeMike Frysinger1-4/+0
2012-05-15net: punt bd->bi_ip_addrMike Frysinger1-3/+0
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass1-1/+1
2012-03-18bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass1-1/+1
2011-10-23microblaze: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-3/+2
2011-10-10microblaze: Copy bootfile from variablesMichal Simek1-0/+4
2011-10-10microblaze: Initialize jumptable and consoleMichal Simek1-0/+6
2011-10-10microblaze: Support flashes on lower addressesMichal Simek1-0/+5
2011-10-10microblaze: Call common console_init_f initialization functionMichal Simek1-0/+1
2011-07-28unify version_stringAndreas Bießmann1-3/+0
2011-01-19Replace "FLASH" strings with "Flash" or "flash"Peter Tyser1-1/+1
2011-01-10microblaze: Fix bd_info pointerMichal Simek1-3/+5
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-1/+1
2010-10-18FDT: only call boot_get_fdt from generic codeJohn Rigby1-9/+5
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-1/+1
2010-10-12microblaze: Add support for NET_MULTI apiMichal Simek1-2/+10
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1