aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2014-12-08Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck1-0/+8
2014-11-04sparc: merge CONFIG_SYS_CPU and CONFIG_SYS_VENDOR definesMasahiro Yamada1-3/+10
2014-11-04sparc: merge arch/sparc/cpu/*/config.mk to arch/sparc/config.mkMasahiro Yamada3-16/+2
2014-11-04sparc: move CONFIG_{LEON, LEON2, LEON3} to KconfigMasahiro Yamada3-4/+16
2014-11-04sparc: Use nicer prompt for board select menuMasahiro Yamada1-6/+10
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-1/+0
2014-07-30kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada1-1/+1
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+34
2014-07-22sparc: merge LEON2 and LEON3 linker scriptsMasahiro Yamada1-4/+2
2014-07-22sparc: merge LEON3 linker scriptsMasahiro Yamada1-0/+144
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2-2/+0
2014-05-08leon: implement missing get_tbclk()Daniel Hellstrom2-0/+10
2014-05-08leon: use CONFIG_SYS_HZ to config timer prescalerDaniel Hellstrom2-16/+18
2014-03-21sparc: consolidate CONFIG_{LEON, LEON2, LEON3} definitionMasahiro Yamada2-2/+2
2014-03-10usb: create common header virtual root hub descriptorsStephen Warren1-104/+3
2014-03-07kbuild: improve Kbuild speedMasahiro Yamada1-0/+2
2014-03-07config.mk: specify the exact path to standalone linker scriptMasahiro Yamada1-1/+1
2014-03-04kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada1-1/+3
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-08include: 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-20usb: 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-16Build 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-01lib: consolidate hang()Andreas Bießmann1-9/+0
2013-03-15sparc: Fix build warnings in serial.cSimon Glass2-20/+0
2013-03-15sparc: Fix out-of-tree buildingSimon Glass2-14/+0
2013-03-15Introduce generic link section.h symbol filesSimon Glass1-0/+27
2013-02-19malloc: 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-01Add architecture-specific global dataSimon Glass1-0/+5
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger1-2/+1
2012-12-11Add strcasecmp() and strncasecmp()Simon Glass1-1/+1
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut1-2/+2
2012-10-19sparc: 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-15net: move bootfile init into eth_initializeMike Frysinger1-5/+0