summaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-1/+2
2013-11-25sparc: Correct arch/sparc/cpu/leon3/start.S from SPDX conversionTom Rini1-29/+37
2013-11-09include: delete include/linux/config.hMasahiro Yamada2-2/+0
2013-11-08sparc: include config.h to start.SMasahiro Yamada1-0/+2
2013-10-31sparc: convert makefiles to Kbuild styleMasahiro Yamada3-75/+6
2013-10-31sparc: fix a link errorMasahiro Yamada1-0/+2
2013-10-21usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk55-944/+206
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-03-16sparc: Fix build warnings in serial.cSimon Glass2-20/+0
2013-03-16sparc: Fix out-of-tree buildingSimon Glass2-14/+0
2013-03-16Introduce generic link section.h symbol filesSimon Glass1-0/+27
2013-02-20malloc: make malloc_bin_reloc staticGabor Juhos1-1/+0
2013-02-04sparc: Use generic global_dataSimon Glass1-45/+1
2013-02-04sparc: Drop kbd_status and reset_status from global_dataSimon Glass1-4/+0
2013-02-02Add architecture-specific global dataSimon Glass1-0/+5
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger1-2/+1
2012-12-12Add strcasecmp() and strncasecmp()Simon Glass1-1/+1
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut1-2/+2
2012-10-20sparc: Change bi_baudrate and global data baudrate to intSimon Glass2-2/+2
2012-10-17serial: Use default_serial_puts() in driversMarek Vasut2-16/+2
2012-10-15usb: lowlevel interface change to support multiple controllersLucas Stach2-3/+3
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut2-64/+0
2012-10-15serial: sparc: Implement CONFIG_SERIAL_MULTI into leon3 serial driverMarek Vasut1-14/+69
2012-10-15serial: sparc: Implement CONFIG_SERIAL_MULTI into leon2 serial driverMarek Vasut1-14/+69
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 Vasut3-7/+6
2012-08-09global_data: unify global flag definesMike Frysinger1-13/+1
2012-05-16net: move bootfile init into eth_initializeMike Frysinger1-5/+0
2012-05-16net: punt bd->bi_ip_addrMike Frysinger2-3/+0
2012-03-19usb: replace wait_ms() with mdelay()Mike Frysinger1-4/+4
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-23sparc: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+10
2011-10-06net: drop !NET_MULTI codeMike Frysinger1-2/+0
2011-10-06image: push default arch values to arch headersMike Frysinger1-0/+4
2011-10-06POST: add post_log_res field for post results in global dataValentin Longchamp1-0/+1
2011-10-06console: Implement pre-console bufferGraeme Russ1-0/+3
2011-08-05Convert ISO-8859 files to UTF-8Albert ARIBAUD1-1/+1
2011-07-28cleanup: Fix typos and misspellings in various files.Mike Williams1-1/+1
2011-07-28unify version_stringAndreas Bießmann2-8/+2
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ1-6/+1
2011-07-26Timer: Remove set_timer completelyGraeme Russ2-7/+0
2011-04-13Make STANDALONE_LOAD_ADDR configurable per boardWolfgang Denk1-1/+1