summaryrefslogtreecommitdiffstats
path: root/arch/nios2/cpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* nios2: convert makefiles to Kbuild styleMasahiro Yamada2013-11-011-26/+4
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-141-1/+1
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-142-2/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2410-170/+10
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-181-1/+1
|\
| * Refactor linker-generated arraysAlbert ARIBAUD2013-03-121-1/+1
* | Replace __bss_end__ with __bss_endSimon Glass2013-03-152-4/+4
|/
* Clean up libfdt.h includesGerald Van Baren2013-02-081-1/+0
* common: Discard the __u_boot_cmd sectionMarek Vasut2012-10-221-7/+0
* common: Add .u_boot_list into all linker filesMarek Vasut2012-10-221-0/+5
* nios2: implement get_ticks and get_tbclkAlex Hornung2012-02-231-0/+21
* nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet().Joachim Foerster2011-10-302-0/+54
* nios2: Pseudo implement dcache_status/enable/disable()Joachim Foerster2011-10-281-0/+16
* unify version_stringAndreas Bießmann2011-07-281-8/+1
* Timer: Remove set_timer completelyGraeme Russ2011-07-261-6/+0
* rename _end to __bss_end__Po-Yu Chuang2011-03-272-4/+4
* Remove redundant config.mk filesWolfgang Denk2010-12-091-24/+0
* do_reset: unify duplicate prototypesMike Frysinger2010-11-281-1/+1
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-171-2/+2
* Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk2010-10-261-1/+1
* nios2: fix out of reach case for do_resetThomas Chou2010-08-191-6/+5
OpenPOWER on IntegriCloud