summaryrefslogtreecommitdiff
path: root/arch/nios2/lib
AgeCommit message (Expand)AuthorFilesLines
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-1/+1
2021-09-23lmb: nios2: Add arch_lmb_reserve()Marek Vasut1-0/+16
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+3
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini5-11/+5
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2015-10-23nios2: convert cache flush to use dm cpu dataThomas Chou3-73/+130
2015-10-23nios2: Switch to generic timerThomas Chou2-23/+0
2014-08-24nios2: add generic board supportThomas Chou2-148/+0
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada1-1/+0
2013-11-01nios2: convert makefiles to Kbuild styleMasahiro Yamada1-25/+5
2013-10-15Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk1-1/+1
2013-09-06nios2: fix missing comment terminator from SPDX License commitThomas Chou1-0/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk7-113/+7
2013-07-17Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach1-1/+1
2013-07-02avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann1-0/+6
2013-06-26Clarify bootm OS argumentsSimon Glass1-2/+2
2013-05-02lib: consolidate hang()Andreas Bießmann1-11/+0
2013-05-02nios2: fix style in board.c.Andreas Bießmann1-22/+21
2012-07-16nios2: move gd and bd into BSSThomas Chou1-7/+5
2012-05-16net: punt bd->bi_ip_addrMike Frysinger1-2/+0
2012-02-23nios2: add flush_dcache_range functionStefan Kristiansson1-0/+10
2011-10-06net: drop !NET_MULTI codeMike Frysinger1-2/+0
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-1/+1
2010-10-19FDT: only call boot_get_fdt from generic codeJohn Rigby1-5/+3
2010-08-20nios2: fix bootm error on fdt argsThomas Chou1-1/+1
2010-07-12nios2: add fdt supportThomas Chou1-0/+21
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-05-28nios2: fix div64 issue for gcc4Thomas Chou6-175/+856
2010-04-25nios2: fix no flash, add nand and mmc init in board.cThomas Chou1-0/+18
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser8-0/+550