summaryrefslogtreecommitdiff
path: root/arch/nds32
AgeCommit message (Expand)AuthorFilesLines
2015-05-13arch: Make board selection choices optionalJoe Hershberger1-0/+1
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger1-1/+1
2015-03-24remove unnecessary version.h includesRob Herring1-1/+0
2015-02-09common: Move dram_init() declaration to common locationMichal Simek1-1/+0
2014-12-08Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck1-0/+8
2014-11-23kbuild: use SoC-specific CONFIG to descend into SoC directoryMasahiro Yamada1-4/+2
2014-11-23kbuild: Descend into SOC directory from CPU directoryMasahiro Yamada1-0/+2
2014-09-14kconfig: 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/+26
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2-2/+0
2014-03-28kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada2-44/+28
2014-03-07config.mk: specify the exact path to standalone linker scriptMasahiro Yamada1-1/+2
2014-03-04kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada1-1/+3
2014-02-19kbuild: add dummy obj-y to create built-in.oMasahiro Yamada1-0/+3
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-1/+1
2014-01-28nds32: add support for leopard and orca board boot flow auto detectrick2-4/+85
2013-11-01nds32: convert makefiles to Kbuild styleMasahiro Yamada4-94/+11
2013-08-08nds32: introduce DMA allocation APIken kuo1-0/+33
2013-07-25Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini10-23/+309
2013-07-25nds32: Enable FPU if the version of CPU supportedken kuo2-0/+52
2013-07-25nds32: Update <asm/io.h> and <asm/setup.h> with SPDX license identifiersTom Rini2-6/+2
2013-07-25nds32: Convert Makefiles to use COBJS-y styleken kuo4-13/+16
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-1/+9
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk30-492/+30
2013-07-24nds32: ag101/ag102: Fix setting lastdec and now valuesAxel Lin2-6/+8
2013-07-24nds32: Enable the function of passing parameters to Linuxken kuo1-0/+192
2013-07-24nds32: Enable two banks of SDRAM on Andes boardken kuo1-1/+5
2013-07-24nds32: introduce macros for bit manipulationGabor Juhos1-0/+37
2013-07-23i2c: common changes for multibus/multiadapter supportHeiko Schocher1-1/+9
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-08nds32: Use sections header to obtain link symbolsKuan-Yu Kuo2-6/+2
2013-05-02lib: consolidate hang()Andreas Bießmann1-7/+0
2013-04-02Consolidate bool typeYork Sun1-1/+1
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-03-16Change stub example to use asm-generic/sections.hSimon Glass1-4/+4
2013-03-16Introduce generic link section.h symbol filesSimon Glass1-0/+27
2013-03-16Replace __bss_end__ with __bss_endSimon Glass4-4/+4
2013-03-13Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2013-02-20malloc: make malloc_bin_reloc staticGabor Juhos1-1/+0
2013-02-18nds32: Add a basic errno.hSimon Glass1-0/+1
2013-02-04nds32: Use generic global_dataSimon Glass1-31/+1
2013-02-02nds32: Drop tlb_addr from global dataSimon Glass2-14/+0
2013-02-02Add architecture-specific global dataSimon Glass1-0/+6
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-3/+0
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut1-2/+2
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+5
2012-10-20nds32: Change global data baudrate to intSimon Glass2-2/+2
2012-10-17nds32: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INITNobuhiro Iwamatsu1-1/+1