aboutsummaryrefslogtreecommitdiff
path: root/arch/nios2
AgeCommit message (Expand)AuthorFilesLines
2024-02-27Kconfig: Centralize prompting for SYS_CONFIG_NAMETom Rini1-7/+0
2023-12-21Merge patch series "Complete decoupling of bootm logic from commands"WIP/21Dec2023-nextTom Rini2-5/+13
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass1-4/+6
2023-12-21nios2: Add a reset_cpu() functionSimon Glass1-1/+7
2023-12-21global: Rework architecture global_data.h to include <linux/types.h>Tom Rini1-0/+2
2023-11-28nios2: io.h: Add defines for ins/outs functionsIgor Prusov1-0/+6
2023-08-31event: Convert existing spy records to simpleSimon Glass1-2/+2
2023-05-11dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass1-1/+1
2023-02-14dm: dts: Convert driver model tags to use new schemaSimon Glass1-1/+1
2022-12-22Convert CONFIG_STANDALONE_LOAD_ADDR to KconfigTom Rini1-2/+0
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-1/+1
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-1/+1
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull1-2/+2
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass1-1/+3
2022-02-09dts: automatically build necessary .dtb filesRasmus Villemoes1-0/+2
2021-09-23lmb: nios2: Add arch_lmb_reserve()Marek Vasut1-0/+16
2021-09-17Remove #include <version.h> from files which do not need itPali Rohár1-1/+0
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass3-0/+5
2021-01-05arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h headerSimon Glass1-0/+0
2020-07-25cpu: Convert the methods to use a const udevice *Simon Glass1-3/+5
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-5/+3
2020-07-20cpu: Convert the methods to use a const udevice *Simon Glass1-3/+5
2020-07-01Remove CROSS_COMPILE default from arch/*/config.mkTom Rini1-4/+0
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass3-3/+6
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-2/+3
2020-01-17common: Move relocate_code() to init.hSimon Glass1-1/+1
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass2-0/+2
2019-12-02common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-02arm: powerpc: Tidy up code style for interrupt functionsSimon Glass1-7/+7
2019-12-02common: Move ARM cache operations out of common.hSimon Glass2-0/+2
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2018-06-18.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada1-1/+0
2018-05-15nios2: Define PLATFORM__CLEAR_BIT for generic_clear_bit()Bryan O'Donoghue1-0/+2
2018-05-15nios2: Define PLATFORM__SET_BIT for generic_set_bit()Bryan O'Donoghue1-0/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini30-68/+33
2017-11-17nios2: 10m50: Add CPU pre-relocation in device treeGan, Yau Wai1-0/+1
2017-10-02nios2: Use asm-generic/io.hPaul Burton1-7/+8
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-05-01fdt: Move fdt_fixup_ethernet to a common placeTom Rini2-39/+0
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass1-0/+6
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-10-19efi: Use asmlinkage for EFIAPISimon Glass1-0/+0
2016-09-23Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada1-1/+0
2016-05-27Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUPRobert P. J. Day1-2/+2
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass1-3/+1