aboutsummaryrefslogtreecommitdiff
path: root/arch/nds32
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h headerSimon Glass1-0/+0
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-11/+13
2020-07-01Remove CROSS_COMPILE default from arch/*/config.mkTom Rini1-4/+0
2020-06-25bdinfo: nds32: Use generic bd_infoSimon Glass1-18/+2
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass2-0/+2
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass3-3/+3
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+2
2020-05-18common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada1-24/+0
2020-02-19dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada1-3/+1
2020-02-19dma-mapping: fix the prototype of dma_map_single()Masahiro Yamada1-2/+3
2020-01-25asm: dma-mapping.h: Fix dma mapping functionsVignesh Raghavendra1-2/+21
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-0/+1
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 Glass2-0/+2
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 Glass3-0/+3
2019-12-02common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner3-7/+21
2019-05-18CONFIG_SYS_[DI]CACHE_OFF: convert to KconfigTrevor Woerner1-0/+12
2019-05-18CONFIG_SYS_[ID]CACHE_OFF: unify the 'any' caseTrevor Woerner2-2/+2
2019-04-12dts: switch spi-flash to jedec, spi-nor compatibleNeil Armstrong1-1/+1
2019-01-22nds32: dts: Fix mmc node compatible stringRick Chen2-2/+2
2019-01-22nds32: Fix boot fail issue when build with elf-mculib.Rick Chen1-1/+1
2019-01-22nds32: Generate SW fpu instruction.Rick Chen1-2/+2
2019-01-22nds32: Remove gcc unused optionRick Chen1-1/+1
2018-11-26Drop CONFIG_INIT_CRITICALBin Meng1-51/+0
2018-11-18Kbuild: add LDFLAGS_STANDALONEDaniel Schwierzeck1-2/+2
2018-09-25config.mk: Remove duplicated -fno-strict-aliasingBin Meng1-1/+1
2018-09-10arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada1-31/+2
2018-05-15nds32: Define PLATFORM__CLEAR_BIT for generic_clear_bit()Bryan O'Donoghue1-0/+2
2018-05-15nds32: 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 Rini37-80/+37
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-03-30Drop CONFIG_FTSDC010_BASERick Chen3-6/+0
2018-03-30nds32: dts: AG101P support sd High-Speed modeRick Chen1-0/+1
2018-02-18fdt: Implement weak arch_fixup_fdt()Alexey Brodkin1-6/+0
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