aboutsummaryrefslogtreecommitdiff
path: root/arch/nds32/cpu
AgeCommit message (Expand)AuthorFilesLines
2020-01-17common: Move relocate_code() to init.hSimon Glass1-1/+1
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-02common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass2-0/+2
2019-12-02common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-4/+4
2019-05-18CONFIG_SYS_[ID]CACHE_OFF: unify the 'any' caseTrevor Woerner1-1/+1
2018-11-26Drop CONFIG_INIT_CRITICALBin Meng1-51/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini13-29/+13
2017-09-21nds32: ftmac100 support cache enable.rick1-1/+28
2017-05-22nds32: Support AE3XX platform.rick10-54/+301
2017-05-22nds32: Support AG101P timer DM.rick1-1/+2
2017-05-22nds32: Support AG101P serial DM.rick1-3/+7
2017-04-06Remove various unused interrupt related codeTom Rini1-18/+0
2016-09-29nds32: Support relocation.rick3-70/+76
2016-01-21nds32: Fix compile error.rick1-1/+1
2015-08-28NDS32: Generic Board Support and UnsupportKun-Hua Huang5-619/+0
2015-08-28NDS32: Generic Board Support and UnsupportKun-Hua Huang3-9/+15
2015-03-24remove unnecessary version.h includesRob Herring1-1/+0
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-03-28kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada2-98/+0
2014-02-19kbuild: add dummy obj-y to create built-in.oMasahiro Yamada1-0/+3
2014-01-28nds32: add support for leopard and orca board boot flow auto detectrick2-4/+85
2013-11-01nds32: convert makefiles to Kbuild styleMasahiro Yamada3-71/+7
2013-07-25Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini7-17/+75
2013-07-25nds32: Enable FPU if the version of CPU supportedken kuo2-0/+52
2013-07-25nds32: Convert Makefiles to use COBJS-y styleken kuo3-10/+10
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk13-219/+13
2013-07-24nds32: ag101/ag102: Fix setting lastdec and now valuesAxel Lin2-6/+8
2013-07-24nds32: Enable two banks of SDRAM on Andes boardken kuo1-1/+5
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-03-15Replace __bss_end__ with __bss_endSimon Glass2-2/+2
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-3/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+5
2012-07-20nds32: split common cache access from cpu into libMacpaul Lin2-224/+0
2012-04-22nds32/ag102: add ag102 soc supportMacpaul Lin5-0/+804
2012-04-22nds32/ag102: add header support of ag102 socMacpaul Lin1-0/+54
2012-03-19nds32/n1213: correct vector table in start.SMacpaul Lin1-3/+19
2012-02-28nds32/ag101/watchdog.S: add linkage supportMacpaul Lin1-2/+3
2011-11-23nds32/ag101: clean up for SoC related codeMacpaul Lin2-10/+6
2011-11-09nds32: fix data section of linker scriptMacpaul Lin1-1/+1
2011-10-22nds32/ag101: cpu and init funcs of SoC ag101Macpaul Lin6-0/+792
2011-10-22nds32/core N1213: NDS32 N12 core family N1213Macpaul Lin3-0/+649