aboutsummaryrefslogtreecommitdiff
path: root/arch/nios2/cpu/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+1
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-1/+1
2024-05-06nios2: Remove <common.h> and add needed includesTom Rini1-1/+1
2023-12-21nios2: Add a reset_cpu() functionSimon Glass1-1/+7
2023-08-31event: Convert existing spy records to simpleSimon Glass1-2/+2
2023-05-11dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass1-1/+1
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-1/+1
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass1-1/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
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-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+2
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
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-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass1-3/+1
2015-12-19nios2: display altera sysid at startupThomas Chou1-0/+8
2015-11-06nios2: change virt_to_phys to use physaddr_mask in global dataThomas Chou1-0/+1
2015-11-06nios2: fix map_physmem to do real cache mappingThomas Chou1-1/+2
2015-10-23nios2: convert copy_exception_trampoline to use dm cpu dataThomas Chou1-0/+24
2015-10-23nios2: convert cache flush to use dm cpu dataThomas Chou1-15/+0
2015-10-23nios2: convert do_reset to use dm cpu dataThomas Chou1-1/+1
2015-10-23nios2: convert altera sysid to driver modelThomas Chou1-11/+2
2015-10-23nios2: convert nios2 cpu to driver modelThomas Chou1-3/+87
2014-08-30nios2: move nios2.h to arch asm directoryThomas Chou1-1/+1
2014-08-30nios2: divide nios2-io.h into each specific drivers and remove itThomas Chou1-1/+0
2014-08-24nios2: add generic board supportThomas Chou1-1/+13
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2011-10-28nios2: Pseudo implement dcache_status/enable/disable()Joachim Foerster1-0/+16
2010-11-28do_reset: unify duplicate prototypesMike Frysinger1-1/+1
2010-08-19nios2: fix out of reach case for do_resetThomas Chou1-6/+5
2010-04-13nios2: Move cpu/nios2/* to arch/nios2/cpu/*Peter Tyser1-0/+50