Commit Graph

164 Commits (lime2-spi)

Author SHA1 Message Date
Alexey Brodkin db6ce2312d arc: cache - utilize IO coherency (AKA IOC) engine 8 years ago
Alexey Brodkin 379b3280b3 arc: cache - accommodate different L1 cache line lengths 8 years ago
Albert ARIBAUD ecc306639e Fix board init code to respect the C runtime environment 9 years ago
Alexey Brodkin d0602bd467 axs103: add support of generic OHCI USB 1.1 controller 9 years ago
Alexey Brodkin 8555dd88cd axs10x: add support of generic EHCI USB 2.0 controller 9 years ago
Alexey Brodkin fb2dea60e8 board: axs10x switch serial port and Ethernet to driver model 9 years ago
Alexey Brodkin db1f17f894 arc: add empty asm/processor.h to satisfy compilation of USB code 9 years ago
Alexey Brodkin 90841dc21e arc: add stubs for map_physmem() and unmap_physmem() 9 years ago
Tom Rini da58dec866 Various Makefiles: Add SPDX-License-Identifier tags 9 years ago
Fabio Estevam 5d8e66079d arc: Use the generic bitops headers 9 years ago
Alexey Brodkin a883f83e6d arc: make AXS101 default platform 9 years ago
Alexey Brodkin ef639e6f70 arc: significant cache rework 9 years ago
Alexey Brodkin 8b2eb776b1 arc: implement slave cores kick-start for Linux kernel 9 years ago
Joe Hershberger c9bb942e2f Move default y configs out of arch/board Kconfig 9 years ago
Masahiro Yamada 0744c2f1ad arc: gitignore: ignore ARC DTBs 9 years ago
Alexey Brodkin 4e31e5676f arc: remove dummy target 9 years ago
Masahiro Yamada 574bbf4f68 arc: use more universal prefix for default CROSS_COMPILE 9 years ago
Joe Hershberger a26cd04920 arch: Make board selection choices optional 9 years ago
Alexey Brodkin a811492e4f arc: fix separate compilation of start.o 9 years ago
Alexey Brodkin 89576072cb arc: make sure _start is in the beginning of .text section 9 years ago
Alexey Brodkin 6eb15e50f4 arc: add support for SLC (System Level Cache, AKA L2-cache) 9 years ago
Alexey Brodkin 09424d1119 board: Switch Abilis TB-100 board to Driver Model for serial port 9 years ago
Alexey Brodkin 01496c4fac serial-arc: switch to DM 9 years ago
Alexey Brodkin b903792e44 arc: minor fixes in Kconfig 9 years ago
Alexey Brodkin f56d625ee0 arc: get rid of CONFIG_SYS_GENERIC_GLOBAL_DATA 9 years ago
Alexey Brodkin 3fb8016360 arc: clean-up init procedure 9 years ago
Alexey Brodkin 8ee28251d9 arc: move low-level interrupt and exception handlers in a separate file 9 years ago
Alexey Brodkin 4d93617d87 arc: merge common start-up code between ARC and ARCv2 9 years ago
Alexey Brodkin ae4a351ad9 arc: cache - build invalidate_icache_all() and invalidate_dcache_all() 9 years ago
Masahiro Yamada 0a9e7ee5bd generic-board: select SYS_GENERIC_BOARD for some architectures 9 years ago
Masahiro Yamada 0a12e6872e generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig 9 years ago
Chen Gang 950cb9bbc7 use ASM_NL instead of '; ' for assembler new line character in the macro 9 years ago
Alexey Brodkin f13606b77d arc: introduce U-Boot port for ARCv2 ISA 9 years ago
Alexey Brodkin a67ef280f4 arc: build libgcc in U-Boot 9 years ago
Alexey Brodkin 51f4999bc5 arc: move CPU flags selection to the main "config.mk" 9 years ago
Alexey Brodkin a1dbe57d2d arc: hard-code CONFIG_ARCH_EARLY_INIT_R in asm/config.h 9 years ago
Alexey Brodkin 6eb651ad29 arc: hard-code CONFIG_SYS_GENERIC_BOARD into asm/config.h 9 years ago
Alexey Brodkin 1f9ad44546 arc: add selection of endianess in Kconfig 9 years ago
Alexey Brodkin 205e7a7b77 arc: select cache settings via menuconfig 9 years ago
Alexey Brodkin 5ff40f3d42 arc: define and use PTAG AUX regs for MMUv3 only 9 years ago
Alexey Brodkin 812980bdd6 arc: add more flavours of ARC700 series CPU 9 years ago
Igor Guryanov f958a91fa5 arc: memcmp - fix zero-delay loop utilization 9 years ago
Alexey Brodkin fdff23702a arc: rename "arc700" in "arcv1" 10 years ago
Alexey Brodkin e20bcb046b board/synopsys: remove selection of CPU from the board 10 years ago
Alexey Brodkin 660d5f0d49 arc: move common sources in library 10 years ago
Alexey Brodkin 70a0442a42 arc: move linker script in arch/arc/cpu folder 10 years ago
Alexey Brodkin 1c91a3d979 arc: relocate - minor refactoring and clean-up 10 years ago
Igor Guryanov 20a58ac0d8 arc: introduce separate section for interrupt vector table 10 years ago
Alexey Brodkin dcb431e723 arc: add dependences on MMU presence 10 years ago
Igor Guryanov c0e9535e1d arc: interrupts - fix mask setup 10 years ago