summaryrefslogtreecommitdiff
path: root/arch/nds32
Commit message (Expand)AuthorAgeFilesLines
* nds32: Remove include files from common.hSimon Glass2017-06-051-0/+1
* nds32: Make u-boot-nds32.h a private headerSimon Glass2017-06-051-0/+2
* nds32: eth: Support ftmac100 DM.rick2017-05-232-0/+13
* nds32: Support AE3XX platform.rick2017-05-2221-103/+706
* nds32: Support AG101P timer DM.rick2017-05-222-1/+10
* nds32: Support AG101P serial DM.rick2017-05-225-3/+77
* Remove various unused interrupt related codeTom Rini2017-04-061-18/+0
* nds32: Support relocation.rick2016-09-295-73/+77
* Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada2016-09-231-1/+0
* arm, nds32, sh: remove useless ioremap()/iounmap() definesMasahiro Yamada2016-07-141-34/+0
* Use correct spelling of "U-Boot"Bin Meng2016-02-061-1/+1
* nds32: Fix compile error.rick2016-01-213-12/+16
* nds32: Use the generic bitops headersFabio Estevam2015-11-051-0/+4
* NDS32: Generic Board Support and UnsupportKun-Hua Huang2015-08-287-655/+0
* NDS32: Generic Board Support and UnsupportKun-Hua Huang2015-08-287-408/+20
* arch: Make board selection choices optionalJoe Hershberger2015-05-121-0/+1
* net: Remove the bd* parameter from net stack functionsJoe Hershberger2015-04-181-1/+1
* remove unnecessary version.h includesRob Herring2015-03-241-1/+0
* common: Move dram_init() declaration to common locationMichal Simek2015-02-091-1/+0
* Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck2014-12-081-0/+8
* kbuild: use SoC-specific CONFIG to descend into SoC directoryMasahiro Yamada2014-11-231-4/+2
* kbuild: Descend into SOC directory from CPU directoryMasahiro Yamada2014-11-231-0/+2
* kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-131-1/+0
* kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada2014-07-301-1/+1
* kconfig: add board Kconfig and defconfig filesMasahiro Yamada2014-07-301-0/+26
* bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2014-05-122-2/+0
* kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada2014-03-282-44/+28
* config.mk: specify the exact path to standalone linker scriptMasahiro Yamada2014-03-071-1/+2
* kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada2014-03-041-1/+3
* kbuild: add dummy obj-y to create built-in.oMasahiro Yamada2014-02-191-0/+3
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-191-1/+1
* nds32: add support for leopard and orca board boot flow auto detectrick2014-01-282-4/+85
* nds32: convert makefiles to Kbuild styleMasahiro Yamada2013-11-014-94/+11
* nds32: introduce DMA allocation APIken kuo2013-08-091-0/+33
* Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini2013-07-2510-23/+309
|\
| * nds32: Enable FPU if the version of CPU supportedken kuo2013-07-252-0/+52
| * nds32: Update <asm/io.h> and <asm/setup.h> with SPDX license identifiersTom Rini2013-07-252-6/+2
| * nds32: Convert Makefiles to use COBJS-y styleken kuo2013-07-254-13/+16
| * nds32: ag101/ag102: Fix setting lastdec and now valuesAxel Lin2013-07-242-6/+8
| * nds32: Enable the function of passing parameters to Linuxken kuo2013-07-241-0/+192
| * nds32: Enable two banks of SDRAM on Andes boardken kuo2013-07-241-1/+5
| * nds32: introduce macros for bit manipulationGabor Juhos2013-07-241-0/+37
* | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-241-1/+9
|\ \
| * | i2c: common changes for multibus/multiadapter supportHeiko Schocher2013-07-231-1/+9
| |/
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2430-492/+30
|/
* Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach2013-07-161-1/+2
* avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann2013-07-021-0/+6
* nds32: Use sections header to obtain link symbolsKuan-Yu Kuo2013-05-082-6/+2
* lib: consolidate hang()Andreas Bießmann2013-05-011-7/+0
* Consolidate bool typeYork Sun2013-04-011-1/+1