summaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)Author
2014-05-08leon: use CONFIG_SYS_HZ to config timer prescalerDaniel Hellstrom
2014-03-21sparc: consolidate CONFIG_{LEON, LEON2, LEON3} definitionMasahiro Yamada
2014-03-10usb: create common header virtual root hub descriptorsStephen Warren
2014-03-07kbuild: improve Kbuild speedMasahiro Yamada
2014-03-07config.mk: specify the exact path to standalone linker scriptMasahiro Yamada
2014-03-04kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada
2013-11-25sparc: Correct arch/sparc/cpu/leon3/start.S from SPDX conversionTom Rini
2013-11-08include: delete include/linux/config.hMasahiro Yamada
2013-11-08sparc: include config.h to start.SMasahiro Yamada
2013-10-31sparc: convert makefiles to Kbuild styleMasahiro Yamada
2013-10-31sparc: fix a link errorMasahiro Yamada
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-16Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach
2013-07-02avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann
2013-05-14sparc: Use image_setup_linux() instead of local codeSimon Glass
2013-05-01lib: consolidate hang()Andreas Bießmann
2013-03-15sparc: Fix build warnings in serial.cSimon Glass
2013-03-15sparc: Fix out-of-tree buildingSimon Glass
2013-03-15Introduce generic link section.h symbol filesSimon Glass
2013-02-19malloc: make malloc_bin_reloc staticGabor Juhos
2013-02-04sparc: Use generic global_dataSimon Glass
2013-02-04sparc: Drop kbd_status and reset_status from global_dataSimon Glass
2013-02-01Add architecture-specific global dataSimon Glass
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger
2012-12-11Add strcasecmp() and strncasecmp()Simon Glass
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut
2012-10-19sparc: Change bi_baudrate and global data baudrate to intSimon Glass
2012-10-17serial: Use default_serial_puts() in driversMarek Vasut
2012-10-15usb: lowlevel interface change to support multiple controllersLucas Stach
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut
2012-10-15serial: sparc: Implement CONFIG_SERIAL_MULTI into leon3 serial driverMarek Vasut
2012-10-15serial: sparc: Implement CONFIG_SERIAL_MULTI into leon2 serial driverMarek Vasut
2012-09-26malloc: remove extern declarations of malloc_bin_reloc() in board.c filesDaniel Schwierzeck
2012-09-18dm: sparc: Fixup the compile warnings in sparc codeMarek Vasut
2012-08-09global_data: unify global flag definesMike Frysinger
2012-05-15net: move bootfile init into eth_initializeMike Frysinger
2012-05-15net: punt bd->bi_ip_addrMike Frysinger
2012-03-19usb: replace wait_ms() with mdelay()Mike Frysinger
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass
2012-03-18bootstage: Convert progress numbers 20-41 to enumsSimon Glass
2012-03-18bootstage: Use show_boot_error() for -ve progress numbersSimon Glass
2011-12-05sparc: fix unused variable warningsMike Frysinger
2011-10-23sparc: Use getenv_ulong() in place of getenv(), strtoulSimon Glass
2011-10-23sparc: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf
2011-10-05net: drop !NET_MULTI codeMike Frysinger
2011-10-05image: push default arch values to arch headersMike Frysinger
2011-10-05POST: add post_log_res field for post results in global dataValentin Longchamp
2011-10-05console: Implement pre-console bufferGraeme Russ