aboutsummaryrefslogtreecommitdiff
path: root/arch/nios2/cpu
AgeCommit message (Expand)AuthorFilesLines
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 Glass2-2/+3
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-01-17common: 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-02common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-02common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-02arm: powerpc: Tidy up code style for interrupt functionsSimon Glass1-7/+7
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 Rini7-15/+7
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-05-27Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUPRobert P. J. Day1-2/+2
2016-03-14dm: 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-13Fix 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-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 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 Chou2-24/+25
2015-10-23nios2: convert cache flush to use dm cpu dataThomas Chou1-15/+0
2015-10-23nios2: set default cache configuration in start.SThomas Chou1-7/+15
2015-10-23nios2: clean up comments style in start.SThomas Chou1-31/+30
2015-10-23nios2: convert do_reset to use dm cpu dataThomas Chou1-1/+1
2015-10-23nios2: convert altera sysid to driver modelThomas Chou3-58/+3
2015-10-23nios2: convert altera timer to driver modelThomas Chou2-66/+1
2015-10-23nios2: convert nios2 cpu to driver modelThomas Chou1-3/+87
2015-10-23nios2: map physical address to uncached virtual addressThomas Chou1-2/+2
2015-10-23nios2: call board_init_f_memThomas Chou1-0/+10
2015-10-23nios2: zap version_stringThomas Chou1-6/+0
2015-10-23nios2: zap dly_clksThomas Chou1-33/+0
2015-10-23nios2: Split timer code into timer.cThomas Chou3-84/+67
2015-10-23nios2: Switch to generic timerThomas Chou1-94/+38
2015-10-23nios2: define _end in link scriptThomas Chou1-0/+6
2015-10-23nios2: remove gp assignments in link scriptThomas Chou1-3/+5
2015-10-23nios2: enlarge the code relocation rangeThomas Chou1-2/+3
2015-10-23nios2: BSS should be cleared only after board_init_fThomas Chou1-14/+16
2015-04-10fdt: nios: Fix warning in ft_cpu_setup()Simon Glass1-2/+0
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass1-2/+6
2014-08-30nios2: link to CONFIG_SYS_MONITOR_BASE and remove text_base hookThomas Chou1-0/+2
2014-08-30nios2: move nios2.h to arch asm directoryThomas Chou2-2/+2
2014-08-30nios2: divide nios2-io.h into each specific drivers and remove itThomas Chou3-4/+25
2014-08-24nios2: remove EPCS driverThomas Chou2-718/+1