summaryrefslogtreecommitdiff
path: root/arch/nios2
AgeCommit message (Expand)AuthorFilesLines
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 Glass3-0/+5
2021-01-05arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h headerSimon Glass1-0/+0
2020-07-25cpu: Convert the methods to use a const udevice *Simon Glass1-3/+5
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-5/+3
2020-07-20cpu: Convert the methods to use a const udevice *Simon Glass1-3/+5
2020-07-01Remove CROSS_COMPILE default from arch/*/config.mkTom Rini1-4/+0
2020-05-19common: Drop linux/bitops.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 Glass3-3/+6
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-2/+3
2020-01-17common: Move relocate_code() to init.hSimon Glass1-1/+1
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass2-0/+2
2019-12-03common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-03arm: powerpc: Tidy up code style for interrupt functionsSimon Glass1-7/+7
2019-12-03common: Move ARM cache operations out of common.hSimon Glass2-0/+2
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2018-06-18.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada1-1/+0
2018-05-16nios2: Define PLATFORM__CLEAR_BIT for generic_clear_bit()Bryan O'Donoghue1-0/+2
2018-05-16nios2: 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 Rini30-68/+33
2017-11-17nios2: 10m50: Add CPU pre-relocation in device treeGan, Yau Wai1-0/+1
2017-10-03nios2: Use asm-generic/io.hPaul Burton1-7/+8
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-05-01fdt: Move fdt_fixup_ethernet to a common placeTom Rini2-39/+0
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass1-0/+6
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-10-19efi: Use asmlinkage for EFIAPISimon Glass1-0/+0
2016-09-24Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada1-1/+0
2016-05-27Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUPRobert P. J. Day1-2/+2
2016-03-15dm: Use uclass_first_device_err() where it is usefulSimon Glass1-3/+1
2016-02-06nios2: set up the debug UART earlyThomas Chou1-0/+7
2016-01-14Fix board init code to respect the C runtime environmentAlbert ARIBAUD1-5/+9
2015-12-19nios2: display altera sysid at startupThomas Chou1-0/+8
2015-11-22nios2: 10m50: change to ns16550 uartThomas Chou1-1/+1
2015-11-18nios2: zap ioremapThomas Chou1-6/+0
2015-11-18nios2: dma-mapping.h: change ioremap to map_physmemThomas Chou1-1/+1
2015-11-12nios2: add 10m50 devboard supportThomas Chou1-0/+267
2015-11-12nios2: add memcpy_fromio and memcpy_toioThomas Chou1-0/+4
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini1-0/+4
2015-11-06Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini4-13/+17
2015-11-06nios2: fix cached mode in clearing the BSSThomas Chou1-1/+1
2015-11-06nios2: remove CONFIG_SYS_INIT_SP macroThomas Chou1-2/+1
2015-11-06nios2: change virt_to_phys to use physaddr_mask in global dataThomas Chou3-4/+3
2015-11-06nios2: remove the useless parenthesis in asm/io.hThomas Chou1-4/+4
2015-11-06nios2: fix map_physmem to do real cache mappingThomas Chou3-3/+9
2015-11-05nios2: Use the generic bitops headersFabio Estevam1-0/+5
2015-10-23nios2: fix virt_to_phys for nios2 with MMUThomas Chou1-1/+5