aboutsummaryrefslogtreecommitdiff
path: root/arch/nds32
AgeCommit message (Expand)AuthorFilesLines
2017-11-30nds32: dts: Support ftsdc010 DM.Rick Chen2-0/+16
2017-10-02nds32: Use asm-generic/io.hPaul Burton1-29/+3
2017-09-28nds32: Fix io.h warning message about readbrick1-6/+6
2017-09-21nds32: board: Support SPI driver.rick1-0/+23
2017-09-21nds32: ftmac100 support cache enable.rick2-1/+49
2017-09-21nds32: bootm: Fix warning of struct tag_serialnr declaredrick2-1/+2
2017-09-12dma: import linux/dma-direction.h to consolidate enum dma_data_directionMasahiro Yamada1-5/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-2/+2
2017-06-05nds32: Remove include files from common.hSimon Glass1-0/+1
2017-06-05nds32: Make u-boot-nds32.h a private headerSimon Glass1-0/+2
2017-05-23nds32: eth: Support ftmac100 DM.rick2-0/+13
2017-05-22nds32: Support AE3XX platform.rick21-103/+706
2017-05-22nds32: Support AG101P timer DM.rick2-1/+10
2017-05-22nds32: Support AG101P serial DM.rick5-3/+77
2017-04-06Remove various unused interrupt related codeTom Rini1-18/+0
2016-09-29nds32: Support relocation.rick5-73/+77
2016-09-23Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada1-1/+0
2016-07-14arm, nds32, sh: remove useless ioremap()/iounmap() definesMasahiro Yamada1-34/+0
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-1/+1
2016-01-21nds32: Fix compile error.rick3-12/+16
2015-11-05nds32: Use the generic bitops headersFabio Estevam1-0/+4
2015-08-28NDS32: Generic Board Support and UnsupportKun-Hua Huang7-655/+0
2015-08-28NDS32: Generic Board Support and UnsupportKun-Hua Huang7-408/+20
2015-05-12arch: 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-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/+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-09nds32: 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