summaryrefslogtreecommitdiff
path: root/arch/nds32/include
AgeCommit message (Expand)AuthorFilesLines
2018-05-16nds32: Define PLATFORM__CLEAR_BIT for generic_clear_bit()Bryan O'Donoghue1-0/+2
2018-05-16nds32: Define PLATFORM__SET_BIT for generic_set_bit()Bryan O'Donoghue1-0/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini16-33/+16
2018-03-30Drop CONFIG_FTSDC010_BASERick Chen3-6/+0
2017-10-03nds32: Use asm-generic/io.hPaul Burton1-29/+3
2017-09-28nds32: Fix io.h warning message about readbrick1-6/+6
2017-09-21nds32: ftmac100 support cache enable.rick1-0/+21
2017-09-21nds32: bootm: Fix warning of struct tag_serialnr declaredrick1-0/+2
2017-09-13dma: import linux/dma-direction.h to consolidate enum dma_data_directionMasahiro Yamada1-5/+1
2017-06-05nds32: Make u-boot-nds32.h a private headerSimon Glass1-0/+2
2017-05-22nds32: Support AE3XX platform.rick4-4/+139
2017-05-22nds32: Support AG101P serial DM.rick1-0/+1
2016-09-29nds32: Support relocation.rick1-2/+0
2016-09-24Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada1-1/+0
2016-07-15arm, 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.rick2-11/+15
2015-11-05nds32: Use the generic bitops headersFabio Estevam1-0/+4
2015-08-28NDS32: Generic Board Support and UnsupportKun-Hua Huang1-28/+0
2015-08-28NDS32: Generic Board Support and UnsupportKun-Hua Huang1-0/+1
2015-02-09common: Move dram_init() declaration to common locationMichal Simek1-1/+0
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada1-1/+0
2013-08-08nds32: introduce DMA allocation APIken kuo1-0/+33
2013-07-25Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini2-3/+228
2013-07-25nds32: Update <asm/io.h> and <asm/setup.h> with SPDX license identifiersTom Rini2-6/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk11-177/+11
2013-07-24nds32: Enable the function of passing parameters to Linuxken kuo1-0/+192
2013-07-24nds32: introduce macros for bit manipulationGabor Juhos1-0/+37
2013-05-08nds32: Use sections header to obtain link symbolsKuan-Yu Kuo1-5/+0
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 Glass1-1/+1
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 Glass1-3/+0
2013-02-02Add architecture-specific global dataSimon Glass1-0/+6
2012-10-20nds32: Change global data baudrate to intSimon Glass2-2/+2
2012-08-10nds32: drop bi_enetaddr from global dataMike Frysinger1-1/+0
2012-08-09global_data: unify global flag definesMike Frysinger1-13/+1
2012-05-16net: punt bd->bi_ip_addrMike Frysinger1-1/+0
2012-04-22nds32/ag102: add header support of ag102 socMacpaul Lin2-0/+111
2012-03-19nds32: fix ptrace and interrupt register overflowMacpaul Lin1-0/+2
2012-02-28nds32: add linkage supportMacpaul Lin1-0/+28
2011-11-18nds32: enhance io.h for compatibility with periphalsMacpaul Lin1-0/+18
2011-11-10adp-ag101p: Add SoC and board support of ag101pMacpaul Lin1-0/+14
2011-11-01nds32: asm/io.h: add __iormb __iowmb and inline io supportMacpaul Lin1-20/+52
2011-11-01nds32: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentMacpaul Lin1-0/+11
2011-10-22nds32/ag101: cpu and init funcs of SoC ag101Macpaul Lin1-0/+103
2011-10-22nds32: add header files support for nds32Macpaul Lin17-0/+1450