summaryrefslogtreecommitdiff
path: root/arch/sparc/lib
AgeCommit message (Expand)AuthorFilesLines
2017-04-05SPARC: RemoveTom Rini4-260/+0
2015-12-03sparc: Remove non-generic board init files: board.c, time.cFrancois Retief4-495/+1
2015-12-03sparc: Removed USB stop from linux bootm, arch-independent bootm stop USBDaniel Hellstrom1-8/+0
2015-12-03sparc: Update cpu_init.c to use generic timer infrastructureFrancois Retief1-5/+0
2015-12-03sparc: Initial ground work for generic board initializationFrancois Retief1-2/+6
2015-12-03sparc: Added function that checks if IRQ is on or offDaniel Hellstrom1-0/+7
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger1-1/+1
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada1-1/+0
2013-10-31sparc: convert makefiles to Kbuild styleMasahiro Yamada1-25/+2
2013-10-31sparc: fix a link errorMasahiro Yamada1-0/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk6-102/+6
2013-07-17Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach1-1/+2
2013-07-02avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann1-0/+6
2013-05-14sparc: Use image_setup_linux() instead of local codeSimon Glass1-10/+7
2013-05-02lib: consolidate hang()Andreas Bießmann1-9/+0
2013-02-20malloc: make malloc_bin_reloc staticGabor Juhos1-1/+0
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger1-2/+1
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut1-2/+2
2012-10-15usb: lowlevel interface change to support multiple controllersLucas Stach1-1/+1
2012-09-26malloc: remove extern declarations of malloc_bin_reloc() in board.c filesDaniel Schwierzeck1-1/+0
2012-09-18dm: sparc: Fixup the compile warnings in sparc codeMarek Vasut1-1/+0
2012-05-16net: move bootfile init into eth_initializeMike Frysinger1-5/+0
2012-05-16net: punt bd->bi_ip_addrMike Frysinger1-2/+0
2012-03-19bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass1-1/+1
2012-03-19bootstage: Convert progress numbers 20-41 to enumsSimon Glass1-1/+1
2012-03-18bootstage: Use show_boot_error() for -ve progress numbersSimon Glass1-1/+1
2011-12-06sparc: fix unused variable warningsMike Frysinger2-5/+0
2011-10-24sparc: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-10/+3
2011-10-06net: drop !NET_MULTI codeMike Frysinger1-2/+0
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ1-6/+1
2011-07-26Timer: Remove set_timer completelyGraeme Russ2-7/+0
2011-01-19Replace "FLASH" strings with "Flash" or "flash"Peter Tyser1-1/+1
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-2/+2
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-1/+1
2010-09-23Remove unused CONFIG_SERIAL_SOFTWARE_FIFO featureStefan Roese1-4/+0
2010-09-19relocation: fixup cmdtableHeiko Schocher1-24/+4
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk1-1/+1
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk2-2/+2
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser6-0/+939