summaryrefslogtreecommitdiff
path: root/arch/nios2/cpu
AgeCommit message (Expand)Author
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-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-14Fix board init code to respect the C runtime environmentAlbert ARIBAUD
2015-12-19nios2: display altera sysid at startupThomas Chou
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: fix map_physmem to do real cache mappingThomas Chou
2015-10-22nios2: convert copy_exception_trampoline to use dm cpu dataThomas Chou
2015-10-22nios2: convert cache flush to use dm cpu dataThomas Chou
2015-10-22nios2: set default cache configuration in start.SThomas Chou
2015-10-22nios2: clean up comments style in start.SThomas Chou
2015-10-22nios2: convert do_reset to use dm cpu dataThomas Chou
2015-10-22nios2: convert altera sysid to driver modelThomas Chou
2015-10-22nios2: convert altera timer to driver modelThomas Chou
2015-10-22nios2: convert nios2 cpu to driver modelThomas Chou
2015-10-22nios2: map physical address to uncached virtual addressThomas Chou
2015-10-22nios2: call board_init_f_memThomas Chou
2015-10-22nios2: zap version_stringThomas Chou
2015-10-22nios2: zap dly_clksThomas Chou
2015-10-22nios2: Split timer code into timer.cThomas Chou
2015-10-22nios2: Switch to generic timerThomas Chou
2015-10-22nios2: define _end in link scriptThomas Chou
2015-10-22nios2: remove gp assignments in link scriptThomas Chou
2015-10-22nios2: enlarge the code relocation rangeThomas Chou
2015-10-22nios2: BSS should be cleared only after board_init_fThomas Chou
2015-04-10fdt: nios: Fix warning in ft_cpu_setup()Simon Glass
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass
2014-08-30nios2: link to CONFIG_SYS_MONITOR_BASE and remove text_base hookThomas Chou
2014-08-30nios2: move nios2.h to arch asm directoryThomas Chou
2014-08-30nios2: divide nios2-io.h into each specific drivers and remove itThomas Chou
2014-08-24nios2: remove EPCS driverThomas Chou
2014-08-24nios2: add generic board supportThomas Chou
2013-11-01nios2: convert makefiles to Kbuild styleMasahiro Yamada
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-03-15Replace __bss_end__ with __bss_endSimon Glass
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD
2013-02-09Clean up libfdt.h includesGerald Van Baren
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut
2012-02-23nios2: implement get_ticks and get_tbclkAlex Hornung
2011-10-30nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet().Joachim Foerster
2011-10-28nios2: Pseudo implement dcache_status/enable/disable()Joachim Foerster