summaryrefslogtreecommitdiff
path: root/arch/nds32
Commit message (Expand)AuthorAgeFilesLines
* nds32: dts: Fix mmc node compatible stringRick Chen2019-01-222-2/+2
* nds32: Fix boot fail issue when build with elf-mculib.Rick Chen2019-01-221-1/+1
* nds32: Generate SW fpu instruction.Rick Chen2019-01-221-2/+2
* nds32: Remove gcc unused optionRick Chen2019-01-221-1/+1
* Drop CONFIG_INIT_CRITICALBin Meng2018-11-261-51/+0
* Kbuild: add LDFLAGS_STANDALONEDaniel Schwierzeck2018-11-181-2/+2
* config.mk: Remove duplicated -fno-strict-aliasingBin Meng2018-09-251-1/+1
* arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada2018-09-101-31/+2
* nds32: Define PLATFORM__CLEAR_BIT for generic_clear_bit()Bryan O'Donoghue2018-05-151-0/+2
* nds32: Define PLATFORM__SET_BIT for generic_set_bit()Bryan O'Donoghue2018-05-151-0/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0737-80/+37
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* Drop CONFIG_FTSDC010_BASERick Chen2018-03-303-6/+0
* nds32: dts: AG101P support sd High-Speed modeRick Chen2018-03-301-0/+1
* fdt: Implement weak arch_fixup_fdt()Alexey Brodkin2018-02-181-6/+0
* nds32: dts: Support ftsdc010 DM.Rick Chen2017-11-302-0/+16
* nds32: Use asm-generic/io.hPaul Burton2017-10-021-29/+3
* nds32: Fix io.h warning message about readbrick2017-09-281-6/+6
* nds32: board: Support SPI driver.rick2017-09-211-0/+23
* nds32: ftmac100 support cache enable.rick2017-09-212-1/+49
* nds32: bootm: Fix warning of struct tag_serialnr declaredrick2017-09-212-1/+2
* dma: import linux/dma-direction.h to consolidate enum dma_data_directionMasahiro Yamada2017-09-121-5/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-2/+2
* 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