aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nios2
Commit message (Expand)AuthorAgeFilesLines
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-206-5/+3
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-196-3/+5
* global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini2024-05-061-0/+1
* nios2: Remove <common.h> and add needed includesTom Rini2024-05-065-5/+2
* Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabl...Tom Rini2024-04-181-1/+1
* Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini2024-04-101-1/+1
|\
| * treewide: Make arch-specific bootm code depend on BOOTMSimon Glass2024-04-101-1/+1
* | Kconfig: Centralize prompting for SYS_CONFIG_NAMETom Rini2024-02-271-7/+0
* | Merge patch series "Complete decoupling of bootm logic from commands"WIP/21Dec2023-nextTom Rini2023-12-212-5/+13
|\ \
| * | bootm: Adjust arguments of boot_os_fnSimon Glass2023-12-211-4/+6
| * | nios2: Add a reset_cpu() functionSimon Glass2023-12-211-1/+7
| |/
* / global: Rework architecture global_data.h to include <linux/types.h>Tom Rini2023-12-211-0/+2
|/
* nios2: io.h: Add defines for ins/outs functionsIgor Prusov2023-11-281-0/+6
* event: Convert existing spy records to simpleSimon Glass2023-08-311-2/+2
* 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 headerSimon 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 headerSimon 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