summaryrefslogtreecommitdiff
path: root/board/gaisler/gr_xc3s_1500
AgeCommit message (Expand)AuthorFilesLines
2017-04-18board: Remove orphan SPARC boardsTom Rini4-51/+0
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass1-1/+1
2017-04-05board_f: Drop return value from initdram()Simon Glass1-2/+4
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass1-1/+1
2014-11-04sparc: move CONFIG_SYS_TEXT_BASE to KconfigMasahiro Yamada1-16/+0
2014-11-04sparc: merge CONFIG_SYS_CPU and CONFIG_SYS_VENDOR definesMasahiro Yamada1-6/+0
2014-09-25MAINTAINERS: comment out blank M: fieldMasahiro Yamada1-1/+1
2014-09-14kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-4/+0
2014-07-30Add board MAINTAINERS filesMasahiro Yamada1-0/+6
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+19
2014-07-22sparc: merge LEON3 linker scriptsMasahiro Yamada1-145/+0
2014-03-04board: gaisler: delete unnecessary include pathMasahiro Yamada1-2/+0
2013-11-17board: Do not add -DCONFIG_SYS_TEXT_BASE in board config.mkMasahiro Yamada1-2/+1
2013-11-08cosmetic: remove empty lines at the top of fileMasahiro Yamada1-1/+0
2013-10-31sparc: convert makefiles to Kbuild styleMasahiro Yamada1-22/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk4-67/+6
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-03-16Replace __bss_end__ with __bss_endSimon Glass1-1/+1
2013-03-13Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-4/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+5
2011-10-16punt unused clean/distclean targetsMike Frysinger1-6/+0
2011-03-27rename _end to __bss_end__Po-Yu Chuang1-1/+1
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-19Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-3/+4
2010-04-13sparc: Move cpu/leon[23] to arch/sparc/cpu/leon[23]Peter Tyser1-1/+1
2009-03-21Fix all linker script to handle all rodata sectionsTrent Piepho1-3/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-07-03Cleanup out-or-tree building for some boards (.depend)Wolfgang Denk1-1/+1
2008-06-12Change initdram() return type to phys_size_tBecky Bruce1-1/+1
2008-04-08SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design....Daniel Hellstrom4-0/+287