summaryrefslogtreecommitdiff
path: root/arch/nios2
Commit message (Expand)AuthorAgeFilesLines
* dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass2023-05-111-1/+1
* dm: dts: Convert driver model tags to use new schemaSimon Glass2023-02-141-1/+1
* Convert CONFIG_STANDALONE_LOAD_ADDR to KconfigTom Rini2022-12-221-2/+0
* global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2022-12-051-1/+1
* treewide: Drop bootm_headers_t typedefSimon Glass2022-09-291-1/+1
* linker_lists: Rename sections to remove . prefixAndrew Scull2022-06-231-2/+2
* event: Convert arch_cpu_init_dm() to use eventsSimon Glass2022-03-101-1/+3
* dts: automatically build necessary .dtb filesRasmus Villemoes2022-02-091-0/+2
* lmb: nios2: Add arch_lmb_reserve()Marek Vasut2021-09-231-0/+16
* Remove #include <version.h> from files which do not need itPali Rohár2021-09-171-1/+0
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-1/+1
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-023-0/+5
* arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h headerSimon Glass2021-01-051-0/+0
* 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
* Remove CROSS_COMPILE default from arch/*/config.mkTom Rini2020-07-011-4/+0
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-183-3/+6
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop image.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-022-0/+2
* 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-022-0/+2
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada2018-06-181-1/+0
* nios2: Define PLATFORM__CLEAR_BIT for generic_clear_bit()Bryan O'Donoghue2018-05-151-0/+2
* nios2: Define PLATFORM__SET_BIT for generic_set_bit()Bryan O'Donoghue2018-05-151-0/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0730-68/+33
* nios2: 10m50: Add CPU pre-relocation in device treeGan, Yau Wai2017-11-171-0/+1
* nios2: Use asm-generic/io.hPaul Burton2017-10-021-7/+8
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* 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
* efi: Use asmlinkage for EFIAPISimon Glass2016-10-191-0/+0
* Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada2016-09-231-1/+0
* 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: 10m50: change to ns16550 uartThomas Chou2015-11-211-1/+1
* nios2: zap ioremapThomas Chou2015-11-181-6/+0
* nios2: dma-mapping.h: change ioremap to map_physmemThomas Chou2015-11-181-1/+1
* nios2: add 10m50 devboard supportThomas Chou2015-11-121-0/+267