Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
10e4779db8ae6c2784392fa7a1f690645918662d
/
arch
/
arc
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
abd77e9
ARC: Remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.c
by Eugeniy Paltsev
· 7 years ago
9033884
ARC: HSDK: Enable SPI flash support
by Eugeniy Paltsev
· 7 years ago
24e026e
ARC: HSDK: Add platform-specific commands
by Eugeniy Paltsev
· 7 years ago
6ae0e7a
ARC: AXS10x: DTS: Remove unused interrupt properties
by Eugeniy Paltsev
· 7 years ago
01f45cc
ARC: bootm: Refactor GO and PREP subcommands implementation
by Eugeniy Paltsev
· 7 years ago
6305e2b
ARC: Cache: Refactor arc_ioc_setup()
by Eugeniy Paltsev
· 7 years ago
dddc886
ARC: Cache: Add missing cache cleanup before cache disable
by Eugeniy Paltsev
· 7 years ago
a22fcc4
ARC: Cache: Add more HW configuration checks
by Eugeniy Paltsev
· 7 years ago
67fd56a
ARC: Implement a function to sync and cleanup caches
by Eugeniy Paltsev
· 7 years ago
767675f
ARC: Cache: Fix SLC operations when SLC is bypassed for data
by Eugeniy Paltsev
· 7 years ago
0dec96c
ARC: Cache: Implement [i,d]cache_enabled() as separate functions
by Eugeniy Paltsev
· 7 years ago
04011ab
ARC: Move IOC enabling to compile-time options
by Eugeniy Paltsev
· 7 years ago
0627b3a
ARC: Cache: Move PAE exists check into slc_upper_region_init()
by Eugeniy Paltsev
· 7 years ago
f3de8d6
ARC: Move cache global variables to arch_global_data
by Eugeniy Paltsev
· 7 years ago
6d5147b
ARC: Cache: Get rid of [slc,pae,icache,dcache]_exists global variables
by Eugeniy Paltsev
· 7 years ago
bb8155a
ARC: Cache: Move SLC status check into slc_entire_op() and slc_rgn_op()
by Eugeniy Paltsev
· 7 years ago
76caa80
ARC: Cache: Use is_isa_arcv2() instead of CONFIG_ISA_ARCV2 ifdef
by Eugeniy Paltsev
· 7 years ago
7fd7e0a
ARC: Cache: Allways check D$ status before entire/line ops
by Eugeniy Paltsev
· 7 years ago
589ac75
ARC: Move BCR encodings to separate header file
by Eugeniy Paltsev
· 7 years ago
d4c5b2a
ARC: Cache: Move IOC initialization to a separate function
by Eugeniy Paltsev
· 7 years ago
bcedf4d
ARC: Flush & invalidate D$ with a single command
by Eugeniy Paltsev
· 7 years ago
8bd7342
ARC: Introduce is_isa_X() functions
by Eugeniy Paltsev
· 7 years ago
e256cb0
ARC: Cache: Add support for FLUSH_N_INV D$ operations
by Eugeniy Paltsev
· 7 years ago
988152c
ARC: Cache: Remove per-line I$ operations as unused
by Eugeniy Paltsev
· 7 years ago
ad8aef3
ARC: Cache: Move I$ entire operation to a separate function
by Eugeniy Paltsev
· 7 years ago
0f18418
arc: Fine-tune implementation of memory barriers
by Alexey Brodkin
· 7 years ago
c157ab9
arc: Introduce a possibility to not relocate U-boot
by Alexey Brodkin
· 9 years ago
887ca45
arc: Eliminate unused code and data with GCC's garbage collector
by Alexey Brodkin
· 7 years ago
b273908
arc: Don't halt slaves
by Alexey Brodkin
· 7 years ago
0b2049f
arc: Get rid of handwritten string routines
by Alexey Brodkin
· 7 years ago
91a3159
fdt: Implement weak arch_fixup_fdt()
by Alexey Brodkin
· 7 years ago
adb45be
arc: Fix final linkage with Elf32 tools
by Alexey Brodkin
· 7 years ago
346f16d
ARC: Invalidate instruction and data caches early on boot
by Eugeniy Paltsev
· 7 years ago
1c2ba46
ARC: HSDK: DTS: Add cgu-clk node
by Eugeniy Paltsev
· 7 years ago
6e626f0
ARC: Cache: Fix style violations reported by checkpatch
by Eugeniy Paltsev
· 7 years ago
111161e
ARC: Cache: Disable IOC by default
by Eugeniy Paltsev
· 7 years ago
1d0578e
ARC: ARCv2: Cache: Fixed operation without IOC
by Eugeniy Paltsev
· 7 years ago
570d551
ARC: cache: explicitly initialize "*_exists" variables
by Eugeniy Paltsev
· 7 years ago
e6f2629
ARC: add defines of some cache and xCCM AUX registers
by Eugeniy Paltsev
· 7 years ago
5dbb1c9
ARC: add macro to get CPU id
by Eugeniy Paltsev
· 7 years ago
c50054f
ARC: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO
by Eugeniy Paltsev
· 7 years ago
eba1ee6
arc: cache: Add required NOPs after invalidation of instruction cache
by Alexey Brodkin
· 7 years ago
04e3029
arc: bootm: Move slave cores kick-starting under !fake
by Alexey Brodkin
· 7 years ago
1fdceda
arc: Use asm-generic/io.h
by Paul Burton
· 7 years ago
64b723f
env: Rename getenv/_f() to env_get()
by Simon Glass
· 7 years ago
88961bc
arc: Add support for HS Development Kit board
by Alexey Brodkin
· 8 years ago
982f6bf
arcv2: Set IOC aperture so it covers available DDR
by Alexey Brodkin
· 7 years ago
d52ba0a
arc: arcv1: Disable master/slave check
by Alexey Brodkin
· 8 years ago
59df985
arc: Make u-boot-arc.h a private header
by Simon Glass
· 8 years ago
d35f338
board_f: Rename initdram() to dram_init()
by Simon Glass
· 8 years ago
7ebca7e
ARCv2: SLC: Make sure busy bit is set properly on SLC flushing
by Alexey Brodkin
· 8 years ago
6ab9107
board_f: Make relocation functions generic
by Simon Glass
· 8 years ago
6bbf83f
board_f: Make init_helpers generic
by Simon Glass
· 8 years ago
5b9c8a0
arcv2: Halt non-master cores
by Alexey Brodkin
· 8 years ago
a465df7
arc: use timer driver for ARC boards
by Vlad Zakharov
· 8 years ago
a7a6749
arc: dts: separate single axs10x.dts file
by Vlad Zakharov
· 8 years ago
8f2c1da
drivers: timer: Introduce ARC timer driver
by Vlad Zakharov
· 8 years ago
62adede
Convert CONFIG_ARCH_EARLY_INIT_R to Kconfig
by Simon Glass
· 8 years ago
f6aa39e
libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY
by Masahiro Yamada
· 8 years ago
83e3ed1
Remove arch/${ARCH}/include/asm/errno.h
by Masahiro Yamada
· 8 years ago
2fcaf4f
arc: Use -mcpu=XXX instead of obsolete -marcXXX
by Alexey Brodkin
· 8 years ago
c3b853a
arc: Rename AXS101 board to more generic AXS10x
by Alexey Brodkin
· 8 years ago
1a11637
arc: Rename ARCangel4 board to nSIM
by Alexey Brodkin
· 8 years ago
2f78eec
arc: No need in sections defined in sources with newer tools
by Alexey Brodkin
· 8 years ago
e20c289
arc: Update exception & interrupt handling for ARCv2
by Alexey Brodkin
· 8 years ago
0347812
arc: Add debug messages during relocation fixups
by Alexey Brodkin
· 8 years ago
db58eaa
arc: make global_data.h usable in assembly files
by Alexey Brodkin
· 8 years ago
2e54197
arc: Use "-mcpu=archs" instead of deprecated "-marchs" for ARC HS
by Alexey Brodkin
· 8 years ago
b686ce7
arc: Update data accessors with use of memory barriers
by Alexey Brodkin
· 8 years ago
5accfc9
arc/cache: Flush & invalidate all caches right before enabling IOC
by Alexey Brodkin
· 8 years ago
e344c1f
arc/cache: really do invalidate_dcache_all() even if IOC exists
by Alexey Brodkin
· 8 years ago
5f54169
arc/cache: really do flush_dcache_all() even if IOC exists
by Alexey Brodkin
· 9 years ago
cc2ea6c
arc: Add virt_to_phys() stub
by Alexey Brodkin
· 9 years ago
98a5208
arc: get rid of running_on_hw
by Alexey Brodkin
· 9 years ago
4764d26
arc: cache - utilize IO coherency (AKA IOC) engine
by Alexey Brodkin
· 9 years ago
dff5df2
arc: cache - accommodate different L1 cache line lengths
by Alexey Brodkin
· 9 years ago
6cb4c46
Fix board init code to respect the C runtime environment
by Albert ARIBAUD
· 9 years ago
049f9db
axs103: add support of generic OHCI USB 1.1 controller
by Alexey Brodkin
· 9 years ago
e4125bd
axs10x: add support of generic EHCI USB 2.0 controller
by Alexey Brodkin
· 9 years ago
56d9cb1
board: axs10x switch serial port and Ethernet to driver model
by Alexey Brodkin
· 9 years ago
06ba067
arc: add empty asm/processor.h to satisfy compilation of USB code
by Alexey Brodkin
· 9 years ago
6207e88
arc: add stubs for map_physmem() and unmap_physmem()
by Alexey Brodkin
· 9 years ago
0cab3ec
Various Makefiles: Add SPDX-License-Identifier tags
by Tom Rini
· 9 years ago
6e8a108
arc: Use the generic bitops headers
by Fabio Estevam
· 9 years ago
c3e1b7a
arc: make AXS101 default platform
by Alexey Brodkin
· 9 years ago
9f916ee
arc: significant cache rework
by Alexey Brodkin
· 10 years ago
cf9cafd
arc: implement slave cores kick-start for Linux kernel
by Alexey Brodkin
· 10 years ago
17491a8
Move default y configs out of arch/board Kconfig
by Joe Hershberger
· 9 years ago
8e4a270
arc: gitignore: ignore ARC DTBs
by Masahiro Yamada
· 10 years ago
636fd74
arc: remove dummy target
by Alexey Brodkin
· 10 years ago
4ec537a
arc: use more universal prefix for default CROSS_COMPILE
by Masahiro Yamada
· 10 years ago
f069960
arch: Make board selection choices optional
by Joe Hershberger
· 10 years ago
0acda9b
arc: fix separate compilation of start.o
by Alexey Brodkin
· 10 years ago
71f8e54
arc: make sure _start is in the beginning of .text section
by Alexey Brodkin
· 10 years ago
275583e
arc: add support for SLC (System Level Cache, AKA L2-cache)
by Alexey Brodkin
· 10 years ago
a3cd548
board: Switch Abilis TB-100 board to Driver Model for serial port
by Alexey Brodkin
· 10 years ago
e458cc1
serial-arc: switch to DM
by Alexey Brodkin
· 10 years ago
bc9f197
arc: minor fixes in Kconfig
by Alexey Brodkin
· 10 years ago
7f188f2
arc: get rid of CONFIG_SYS_GENERIC_GLOBAL_DATA
by Alexey Brodkin
· 10 years ago
Next »