summaryrefslogtreecommitdiff
path: root/arch/nios2
AgeCommit message (Expand)Author
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2020-01-17common: Move relocate_code() to init.hSimon Glass
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass
2019-12-02common: Move interrupt functions into a new headerSimon Glass
2019-12-02arm: powerpc: Tidy up code style for interrupt functionsSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2018-06-18.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada
2018-05-15nios2: Define PLATFORM__CLEAR_BIT for generic_clear_bit()Bryan O'Donoghue
2018-05-15nios2: Define PLATFORM__SET_BIT for generic_set_bit()Bryan O'Donoghue
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-11-17nios2: 10m50: Add CPU pre-relocation in device treeGan, Yau Wai
2017-10-02nios2: Use asm-generic/io.hPaul Burton
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-05-01fdt: Move fdt_fixup_ethernet to a common placeTom Rini
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-10-19efi: Use asmlinkage for EFIAPISimon Glass
2016-09-23Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada
2016-05-27Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUPRobert P. J. Day
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass
2016-02-06nios2: set up the debug UART earlyThomas Chou
2016-01-13Fix board init code to respect the C runtime environmentAlbert ARIBAUD
2015-12-19nios2: display altera sysid at startupThomas Chou
2015-11-21nios2: 10m50: change to ns16550 uartThomas Chou
2015-11-18nios2: zap ioremapThomas Chou
2015-11-18nios2: dma-mapping.h: change ioremap to map_physmemThomas Chou
2015-11-12nios2: add 10m50 devboard supportThomas Chou
2015-11-12nios2: add memcpy_fromio and memcpy_toioThomas Chou
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini
2015-11-06Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini
2015-11-06nios2: fix cached mode in clearing the BSSThomas Chou
2015-11-06nios2: remove CONFIG_SYS_INIT_SP macroThomas Chou
2015-11-06nios2: change virt_to_phys to use physaddr_mask in global dataThomas Chou
2015-11-06nios2: remove the useless parenthesis in asm/io.hThomas Chou
2015-11-06nios2: fix map_physmem to do real cache mappingThomas Chou
2015-11-05nios2: Use the generic bitops headersFabio Estevam
2015-10-23nios2: fix virt_to_phys for nios2 with MMUThomas Chou
2015-10-23nios2: zap nios2-generic board dirThomas Chou
2015-10-23nios2: convert dma_alloc_coherent to use malloc_cache_alignedThomas Chou
2015-10-23nios2: convert copy_exception_trampoline to use dm cpu dataThomas Chou
2015-10-23nios2: convert cache flush to use dm cpu dataThomas Chou
2015-10-23nios2: set default cache configuration in start.SThomas Chou
2015-10-23nios2: clean up comments style in start.SThomas Chou
2015-10-23nios2: convert ioremap to use dm cpu dataThomas Chou