summaryrefslogtreecommitdiff
path: root/arch/nios2/cpu
AgeCommit message (Expand)Author
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass
2021-09-17Remove #include <version.h> from files which do not need itPali Rohár
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-07-25cpu: Convert the methods to use a const udevice *Simon Glass
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20cpu: Convert the methods to use a const udevice *Simon Glass
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2020-01-17common: Move relocate_code() to init.hSimon Glass
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass
2019-12-02common: Move interrupt functions into a new headerSimon Glass
2019-12-02arm: powerpc: Tidy up code style for interrupt functionsSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
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-13Fix 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-23nios2: convert copy_exception_trampoline to use dm cpu dataThomas Chou
2015-10-23nios2: convert cache flush to use dm cpu dataThomas Chou
2015-10-23nios2: set default cache configuration in start.SThomas Chou
2015-10-23nios2: clean up comments style in start.SThomas Chou
2015-10-23nios2: convert do_reset to use dm cpu dataThomas Chou
2015-10-23nios2: convert altera sysid to driver modelThomas Chou
2015-10-23nios2: convert altera timer to driver modelThomas Chou
2015-10-23nios2: convert nios2 cpu to driver modelThomas Chou
2015-10-23nios2: map physical address to uncached virtual addressThomas Chou
2015-10-23nios2: call board_init_f_memThomas Chou
2015-10-23nios2: zap version_stringThomas Chou
2015-10-23nios2: zap dly_clksThomas Chou
2015-10-23nios2: Split timer code into timer.cThomas Chou
2015-10-23nios2: Switch to generic timerThomas Chou
2015-10-23nios2: define _end in link scriptThomas Chou
2015-10-23nios2: remove gp assignments in link scriptThomas Chou
2015-10-23nios2: enlarge the code relocation rangeThomas Chou
2015-10-23nios2: 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