summaryrefslogtreecommitdiffstats
path: root/arch/nios2/cpu
Commit message (Expand)AuthorAgeFilesLines
* cpu: Convert the methods to use a const udevice *Simon Glass2020-07-251-3/+5
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-5/+3
* cpu: Convert the methods to use a const udevice *Simon Glass2020-07-201-3/+5
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-182-2/+3
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-2/+3
* common: Move relocate_code() to init.hSimon Glass2020-01-171-1/+1
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-021-0/+1
* common: Move interrupt functions into a new headerSimon Glass2019-12-021-0/+1
* arm: powerpc: Tidy up code style for interrupt functionsSimon Glass2019-12-021-7/+7
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-077-15/+7
* fdt: Move fdt_fixup_ethernet to a common placeTom Rini2017-05-012-39/+0
* board_f: Rename initdram() to dram_init()Simon Glass2017-04-131-0/+6
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUPRobert P. J. Day2016-05-271-2/+2
* dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-141-3/+1
* nios2: set up the debug UART earlyThomas Chou2016-02-061-0/+7
* Fix board init code to respect the C runtime environmentAlbert ARIBAUD2016-01-131-5/+9
* nios2: display altera sysid at startupThomas Chou2015-12-191-0/+8
* nios2: fix cached mode in clearing the BSSThomas Chou2015-11-061-1/+1
* nios2: remove CONFIG_SYS_INIT_SP macroThomas Chou2015-11-061-2/+1
* nios2: change virt_to_phys to use physaddr_mask in global dataThomas Chou2015-11-061-0/+1
* nios2: fix map_physmem to do real cache mappingThomas Chou2015-11-061-1/+2
* nios2: convert copy_exception_trampoline to use dm cpu dataThomas Chou2015-10-232-24/+25
* nios2: convert cache flush to use dm cpu dataThomas Chou2015-10-231-15/+0
* nios2: set default cache configuration in start.SThomas Chou2015-10-231-7/+15
* nios2: clean up comments style in start.SThomas Chou2015-10-231-31/+30
* nios2: convert do_reset to use dm cpu dataThomas Chou2015-10-231-1/+1
* nios2: convert altera sysid to driver modelThomas Chou2015-10-233-58/+3
* nios2: convert altera timer to driver modelThomas Chou2015-10-232-66/+1
* nios2: convert nios2 cpu to driver modelThomas Chou2015-10-231-3/+87
* nios2: map physical address to uncached virtual addressThomas Chou2015-10-231-2/+2
* nios2: call board_init_f_memThomas Chou2015-10-231-0/+10
* nios2: zap version_stringThomas Chou2015-10-231-6/+0
* nios2: zap dly_clksThomas Chou2015-10-231-33/+0
* nios2: Split timer code into timer.cThomas Chou2015-10-233-84/+67
* nios2: Switch to generic timerThomas Chou2015-10-231-94/+38
* nios2: define _end in link scriptThomas Chou2015-10-231-0/+6
* nios2: remove gp assignments in link scriptThomas Chou2015-10-231-3/+5
* nios2: enlarge the code relocation rangeThomas Chou2015-10-231-2/+3
* nios2: BSS should be cleared only after board_init_fThomas Chou2015-10-231-14/+16
* fdt: nios: Fix warning in ft_cpu_setup()Simon Glass2015-04-101-2/+0
* fdt: Allow ft_board_setup() to report failureSimon Glass2014-11-211-2/+6
* nios2: link to CONFIG_SYS_MONITOR_BASE and remove text_base hookThomas Chou2014-08-301-0/+2
* nios2: move nios2.h to arch asm directoryThomas Chou2014-08-302-2/+2
* nios2: divide nios2-io.h into each specific drivers and remove itThomas Chou2014-08-303-4/+25
* nios2: remove EPCS driverThomas Chou2014-08-242-718/+1
* nios2: add generic board supportThomas Chou2014-08-242-5/+43