Commit Graph

146 Commits (lime2-spi)

Author SHA1 Message Date
Masahiro Yamada 28b538b69d .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore 6 years ago
Bryan O'Donoghue ff83066cc7 nios2: Define PLATFORM__CLEAR_BIT for generic_clear_bit() 6 years ago
Bryan O'Donoghue 7ed4370bb9 nios2: Define PLATFORM__SET_BIT for generic_set_bit() 6 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Gan, Yau Wai 9587dee937 nios2: 10m50: Add CPU pre-relocation in device tree 7 years ago
Paul Burton e16986c481 nios2: Use asm-generic/io.h 7 years ago
Simon Glass 00caae6d47 env: Rename getenv/_f() to env_get() 7 years ago
Tom Rini 26d61195f8 fdt: Move fdt_fixup_ethernet to a common place 7 years ago
Simon Glass f1683aa73c board_f: Rename initdram() to dram_init() 7 years ago
Simon Glass e160f7d430 dm: core: Replace of_offset with accessor 7 years ago
Simon Glass a0b49bc334 efi: Use asmlinkage for EFIAPI 8 years ago
Masahiro Yamada 4491327d59 Remove arch/${ARCH}/include/asm/errno.h 8 years ago
Robert P. J. Day 7ffe3cd62e Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUP 8 years ago
Simon Glass 3f603cbbb8 dm: Use uclass_first_device_err() where it is useful 8 years ago
Thomas Chou e4f348ba6f nios2: set up the debug UART early 8 years ago
Albert ARIBAUD ecc306639e Fix board init code to respect the C runtime environment 8 years ago
Thomas Chou 4909f0e16a nios2: display altera sysid at startup 9 years ago
Thomas Chou 2f3a5fee9e nios2: 10m50: change to ns16550 uart 9 years ago
Thomas Chou f5b76de440 nios2: zap ioremap 9 years ago
Thomas Chou 7be35ddd20 nios2: dma-mapping.h: change ioremap to map_physmem 9 years ago
Thomas Chou 5c0f9822e7 nios2: add 10m50 devboard support 9 years ago
Thomas Chou 207e97b923 nios2: add memcpy_fromio and memcpy_toio 9 years ago
Tom Rini da58dec866 Various Makefiles: Add SPDX-License-Identifier tags 9 years ago
Thomas Chou 9208d7eba1 nios2: fix cached mode in clearing the BSS 9 years ago
Thomas Chou 65af9f6971 nios2: remove CONFIG_SYS_INIT_SP macro 9 years ago
Thomas Chou 2de4823dc0 nios2: change virt_to_phys to use physaddr_mask in global data 9 years ago
Thomas Chou 1cda48f333 nios2: remove the useless parenthesis in asm/io.h 9 years ago
Thomas Chou 1ce61cbbe7 nios2: fix map_physmem to do real cache mapping 9 years ago
Fabio Estevam 7a2a091c4a nios2: Use the generic bitops headers 9 years ago
Thomas Chou 8a3ea97966 nios2: fix virt_to_phys for nios2 with MMU 9 years ago
Thomas Chou 6168dc6a7a nios2: zap nios2-generic board dir 9 years ago
Thomas Chou 7cacb64a35 nios2: convert dma_alloc_coherent to use malloc_cache_aligned 9 years ago
Thomas Chou b8112091bb nios2: convert copy_exception_trampoline to use dm cpu data 9 years ago
Thomas Chou 21ff7344d1 nios2: convert cache flush to use dm cpu data 9 years ago
Thomas Chou 55e2b4d4e5 nios2: set default cache configuration in start.S 9 years ago
Thomas Chou 4a572fa851 nios2: clean up comments style in start.S 9 years ago
Thomas Chou a64be6124a nios2: convert ioremap to use dm cpu data 9 years ago
Thomas Chou 121e36dacd nios2: convert do_reset to use dm cpu data 9 years ago
Thomas Chou 6368c3e75f nios2: remove asm/psr.h 9 years ago
Thomas Chou ca844dd8c5 nios2: convert altera sysid to driver model 9 years ago
Thomas Chou a54915d8a1 nios2: convert altera timer to driver model 9 years ago
Thomas Chou bcae80e955 nios2: convert nios2 cpu to driver model 9 years ago
Thomas Chou 88d5ecf4b9 nios2 : convert altera_pio to driver model 9 years ago
Thomas Chou d21275ef5e nios2: add clear and set bits macros 9 years ago
Thomas Chou 220e8021af nios2: convert altera_jtag_uart to driver model 9 years ago
Thomas Chou 37e24499b9 nios2: map physical address to uncached virtual address 9 years ago
Thomas Chou 3e468e6896 nios2: call board_init_f_mem 9 years ago
Thomas Chou 34243804d6 nios2: zap version_string 9 years ago
Thomas Chou 651389a055 nios2: zap dly_clks 9 years ago
Thomas Chou e6500f86a6 nios2: Split timer code into timer.c 9 years ago