Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
4d372b053bdb4affaac23f48a02b2cd717b0091d
/
arch
/
arc
« Previous
ea9f6f1
ARC: Cache: Move SLC status check into slc_entire_op() and slc_rgn_op()
by Eugeniy Paltsev
· 7 years ago
05c6a26
ARC: Cache: Use is_isa_arcv2() instead of CONFIG_ISA_ARCV2 ifdef
by Eugeniy Paltsev
· 7 years ago
c877a89
ARC: Cache: Allways check D$ status before entire/line ops
by Eugeniy Paltsev
· 7 years ago
88ae27e
ARC: Move BCR encodings to separate header file
by Eugeniy Paltsev
· 7 years ago
a6f557c
ARC: Cache: Move IOC initialization to a separate function
by Eugeniy Paltsev
· 7 years ago
c27814b
ARC: Flush & invalidate D$ with a single command
by Eugeniy Paltsev
· 7 years ago
5e0c68e
ARC: Introduce is_isa_X() functions
by Eugeniy Paltsev
· 7 years ago
5d7a24d
ARC: Cache: Add support for FLUSH_N_INV D$ operations
by Eugeniy Paltsev
· 7 years ago
c4ef14d
ARC: Cache: Remove per-line I$ operations as unused
by Eugeniy Paltsev
· 7 years ago
16aeee8
ARC: Cache: Move I$ entire operation to a separate function
by Eugeniy Paltsev
· 7 years ago
7162152
arc: Fine-tune implementation of memory barriers
by Alexey Brodkin
· 7 years ago
264d298
arc: Introduce a possibility to not relocate U-boot
by Alexey Brodkin
· 9 years ago
fac4790
arc: Eliminate unused code and data with GCC's garbage collector
by Alexey Brodkin
· 7 years ago
0a097ba
arc: Don't halt slaves
by Alexey Brodkin
· 7 years ago
2178817
arc: Get rid of handwritten string routines
by Alexey Brodkin
· 7 years ago
4280342
fdt: Implement weak arch_fixup_fdt()
by Alexey Brodkin
· 7 years ago
d53b128
arc: Fix final linkage with Elf32 tools
by Alexey Brodkin
· 7 years ago
c0e6769
ARC: Invalidate instruction and data caches early on boot
by Eugeniy Paltsev
· 7 years ago
7897f4e
ARC: HSDK: DTS: Add cgu-clk node
by Eugeniy Paltsev
· 7 years ago
19b10a4
ARC: Cache: Fix style violations reported by checkpatch
by Eugeniy Paltsev
· 7 years ago
b0146f9
ARC: Cache: Disable IOC by default
by Eugeniy Paltsev
· 7 years ago
41cada4
ARC: ARCv2: Cache: Fixed operation without IOC
by Eugeniy Paltsev
· 7 years ago
3cf2393
ARC: cache: explicitly initialize "*_exists" variables
by Eugeniy Paltsev
· 7 years ago
64f4742
ARC: add defines of some cache and xCCM AUX registers
by Eugeniy Paltsev
· 7 years ago
e59c379
ARC: add macro to get CPU id
by Eugeniy Paltsev
· 7 years ago
fc86faf
ARC: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO
by Eugeniy Paltsev
· 7 years ago
f2a2267
arc: cache: Add required NOPs after invalidation of instruction cache
by Alexey Brodkin
· 7 years ago
d764a20
arc: bootm: Move slave cores kick-starting under !fake
by Alexey Brodkin
· 7 years ago
593477c
arc: Use asm-generic/io.h
by Paul Burton
· 7 years ago
00caae6
env: Rename getenv/_f() to env_get()
by Simon Glass
· 7 years ago
67482f5
arc: Add support for HS Development Kit board
by Alexey Brodkin
· 8 years ago
97a6314
arcv2: Set IOC aperture so it covers available DDR
by Alexey Brodkin
· 7 years ago
cf628f7
arc: arcv1: Disable master/slave check
by Alexey Brodkin
· 8 years ago
d6d2d0b
arc: Make u-boot-arc.h a private header
by Simon Glass
· 7 years ago
f1683aa
board_f: Rename initdram() to dram_init()
by Simon Glass
· 8 years ago
40a808f
ARCv2: SLC: Make sure busy bit is set properly on SLC flushing
by Alexey Brodkin
· 8 years ago
e47b2d6
board_f: Make relocation functions generic
by Simon Glass
· 8 years ago
96d4b75
board_f: Make init_helpers generic
by Simon Glass
· 8 years ago
6cba327
arcv2: Halt non-master cores
by Alexey Brodkin
· 8 years ago
3daa7c7
arc: use timer driver for ARC boards
by Vlad Zakharov
· 8 years ago
0c77092
arc: dts: separate single axs10x.dts file
by Vlad Zakharov
· 8 years ago
ad9b5f7
drivers: timer: Introduce ARC timer driver
by Vlad Zakharov
· 8 years ago
a421192
Convert CONFIG_ARCH_EARLY_INIT_R to Kconfig
by Simon Glass
· 8 years ago
63c0941
libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY
by Masahiro Yamada
· 8 years ago
4491327
Remove arch/${ARCH}/include/asm/errno.h
by Masahiro Yamada
· 8 years ago
7c8d816
arc: Use -mcpu=XXX instead of obsolete -marcXXX
by Alexey Brodkin
· 8 years ago
65fcba1
arc: Rename AXS101 board to more generic AXS10x
by Alexey Brodkin
· 8 years ago
cc8be22
arc: Rename ARCangel4 board to nSIM
by Alexey Brodkin
· 8 years ago
9bef24d
arc: No need in sections defined in sources with newer tools
by Alexey Brodkin
· 8 years ago
699c4e5
arc: Update exception & interrupt handling for ARCv2
by Alexey Brodkin
· 8 years ago
ffffcd1
arc: Add debug messages during relocation fixups
by Alexey Brodkin
· 8 years ago
c7dea6e
arc: make global_data.h usable in assembly files
by Alexey Brodkin
· 8 years ago
7a54f51
arc: Use "-mcpu=archs" instead of deprecated "-marchs" for ARC HS
by Alexey Brodkin
· 8 years ago
5bea2be
arc: Update data accessors with use of memory barriers
by Alexey Brodkin
· 8 years ago
a4a43fc
arc/cache: Flush & invalidate all caches right before enabling IOC
by Alexey Brodkin
· 8 years ago
bd91508
arc/cache: really do invalidate_dcache_all() even if IOC exists
by Alexey Brodkin
· 8 years ago
2a8382c
arc/cache: really do flush_dcache_all() even if IOC exists
by Alexey Brodkin
· 9 years ago
53637c9
arc: Add virt_to_phys() stub
by Alexey Brodkin
· 9 years ago
8b15010
arc: get rid of running_on_hw
by Alexey Brodkin
· 9 years ago
db6ce23
arc: cache - utilize IO coherency (AKA IOC) engine
by Alexey Brodkin
· 9 years ago
379b328
arc: cache - accommodate different L1 cache line lengths
by Alexey Brodkin
· 9 years ago
ecc3066
Fix board init code to respect the C runtime environment
by Albert ARIBAUD
· 9 years ago
d0602bd
axs103: add support of generic OHCI USB 1.1 controller
by Alexey Brodkin
· 9 years ago
8555dd8
axs10x: add support of generic EHCI USB 2.0 controller
by Alexey Brodkin
· 9 years ago
fb2dea6
board: axs10x switch serial port and Ethernet to driver model
by Alexey Brodkin
· 9 years ago
db1f17f
arc: add empty asm/processor.h to satisfy compilation of USB code
by Alexey Brodkin
· 9 years ago
90841dc
arc: add stubs for map_physmem() and unmap_physmem()
by Alexey Brodkin
· 9 years ago
da58dec
Various Makefiles: Add SPDX-License-Identifier tags
by Tom Rini
· 9 years ago
5d8e660
arc: Use the generic bitops headers
by Fabio Estevam
· 9 years ago
a883f83
arc: make AXS101 default platform
by Alexey Brodkin
· 9 years ago
ef639e6
arc: significant cache rework
by Alexey Brodkin
· 9 years ago
8b2eb77
arc: implement slave cores kick-start for Linux kernel
by Alexey Brodkin
· 10 years ago
c9bb942
Move default y configs out of arch/board Kconfig
by Joe Hershberger
· 9 years ago
0744c2f
arc: gitignore: ignore ARC DTBs
by Masahiro Yamada
· 10 years ago
4e31e56
arc: remove dummy target
by Alexey Brodkin
· 10 years ago
574bbf4
arc: use more universal prefix for default CROSS_COMPILE
by Masahiro Yamada
· 10 years ago
a26cd04
arch: Make board selection choices optional
by Joe Hershberger
· 10 years ago
a811492
arc: fix separate compilation of start.o
by Alexey Brodkin
· 10 years ago
8957607
arc: make sure _start is in the beginning of .text section
by Alexey Brodkin
· 10 years ago
6eb15e5
arc: add support for SLC (System Level Cache, AKA L2-cache)
by Alexey Brodkin
· 10 years ago
09424d1
board: Switch Abilis TB-100 board to Driver Model for serial port
by Alexey Brodkin
· 10 years ago
01496c4
serial-arc: switch to DM
by Alexey Brodkin
· 10 years ago
b903792
arc: minor fixes in Kconfig
by Alexey Brodkin
· 10 years ago
f56d625
arc: get rid of CONFIG_SYS_GENERIC_GLOBAL_DATA
by Alexey Brodkin
· 10 years ago
3fb8016
arc: clean-up init procedure
by Alexey Brodkin
· 10 years ago
8ee2825
arc: move low-level interrupt and exception handlers in a separate file
by Alexey Brodkin
· 10 years ago
4d93617
arc: merge common start-up code between ARC and ARCv2
by Alexey Brodkin
· 10 years ago
ae4a351
arc: cache - build invalidate_icache_all() and invalidate_dcache_all() always
by Alexey Brodkin
· 10 years ago
0a9e7ee
generic-board: select SYS_GENERIC_BOARD for some architectures
by Masahiro Yamada
· 10 years ago
0a12e68
generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig
by Masahiro Yamada
· 10 years ago
950cb9b
use ASM_NL instead of '; ' for assembler new line character in the macro
by Chen Gang
· 10 years ago
f13606b
arc: introduce U-Boot port for ARCv2 ISA
by Alexey Brodkin
· 10 years ago
a67ef28
arc: build libgcc in U-Boot
by Alexey Brodkin
· 10 years ago
51f4999
arc: move CPU flags selection to the main "config.mk"
by Alexey Brodkin
· 10 years ago
a1dbe57
arc: hard-code CONFIG_ARCH_EARLY_INIT_R in asm/config.h
by Alexey Brodkin
· 10 years ago
6eb651a
arc: hard-code CONFIG_SYS_GENERIC_BOARD into asm/config.h
by Alexey Brodkin
· 10 years ago
1f9ad44
arc: add selection of endianess in Kconfig
by Alexey Brodkin
· 10 years ago
205e7a7
arc: select cache settings via menuconfig
by Alexey Brodkin
· 10 years ago
5ff40f3
arc: define and use PTAG AUX regs for MMUv3 only
by Alexey Brodkin
· 10 years ago
812980b
arc: add more flavours of ARC700 series CPU
by Alexey Brodkin
· 10 years ago
Next »