aboutsummaryrefslogtreecommitdiff
path: root/arch/nds32/lib
AgeCommit message (Expand)AuthorFilesLines
2022-04-25nds32: Remove the architectureWIP/25Apr2022Tom Rini6-746/+0
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass1-2/+2
2021-09-24arm: use CONFIG_SUPPORT_PASSING_ATAGSPatrick Delaunay1-17/+5
2021-09-23lmb: nds32: Add arch_lmb_reserve()Marek Vasut1-0/+13
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-11/+13
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
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-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
2019-12-02common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-3/+3
2019-05-18CONFIG_SYS_[ID]CACHE_OFF: unify the 'any' caseTrevor Woerner1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini5-11/+5
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-02-18fdt: Implement weak arch_fixup_fdt()Alexey Brodkin1-6/+0
2017-09-21nds32: bootm: Fix warning of struct tag_serialnr declaredrick1-1/+0
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-2/+2
2017-06-05nds32: Remove include files from common.hSimon Glass1-0/+1
2017-05-22nds32: Support AE3XX platform.rick4-45/+196
2017-05-22nds32: Support AG101P serial DM.rick1-0/+6
2015-08-28NDS32: Generic Board Support and UnsupportKun-Hua Huang3-399/+4
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger1-1/+1
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada1-1/+0
2014-03-28kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada1-0/+82
2013-11-01nds32: convert makefiles to Kbuild styleMasahiro Yamada1-23/+4
2013-07-25Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini1-3/+6
2013-07-25nds32: Convert Makefiles to use COBJS-y styleken kuo1-3/+6
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-1/+9
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5-79/+5
2013-07-23i2c: common changes for multibus/multiadapter supportHeiko Schocher1-1/+9
2013-07-16Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach1-1/+2
2013-07-02avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann1-0/+6
2013-05-08nds32: Use sections header to obtain link symbolsKuan-Yu Kuo1-1/+2
2013-05-01lib: consolidate hang()Andreas Bießmann1-7/+0
2013-04-01Consolidate bool typeYork Sun1-1/+1
2013-03-15Replace __bss_end__ with __bss_endSimon Glass1-1/+1
2013-02-19malloc: make malloc_bin_reloc staticGabor Juhos1-1/+0
2013-02-01nds32: Drop tlb_addr from global dataSimon Glass1-11/+0
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut1-2/+2
2012-10-17nds32: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INITNobuhiro Iwamatsu1-1/+1
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut1-2/+0
2012-09-26malloc: remove extern declarations of malloc_bin_reloc() in board.c filesDaniel Schwierzeck1-2/+0
2012-08-11nds32: fix unused pmu_init warningMike Frysinger1-0/+2