index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arc
Commit message (
Expand
)
Author
Age
Files
Lines
*
arc: cache - utilize IO coherency (AKA IOC) engine
Alexey Brodkin
2016-02-20
2
-8
/
+58
*
arc: cache - accommodate different L1 cache line lengths
Alexey Brodkin
2016-02-20
3
-54
/
+89
*
Fix board init code to respect the C runtime environment
Albert ARIBAUD
2016-01-13
1
-5
/
+7
*
axs103: add support of generic OHCI USB 1.1 controller
Alexey Brodkin
2015-12-21
1
-0
/
+6
*
axs10x: add support of generic EHCI USB 2.0 controller
Alexey Brodkin
2015-12-08
1
-0
/
+6
*
board: axs10x switch serial port and Ethernet to driver model
Alexey Brodkin
2015-11-18
2
-0
/
+46
*
arc: add empty asm/processor.h to satisfy compilation of USB code
Alexey Brodkin
2015-11-18
1
-0
/
+12
*
arc: add stubs for map_physmem() and unmap_physmem()
Alexey Brodkin
2015-11-18
1
-0
/
+24
*
Various Makefiles: Add SPDX-License-Identifier tags
Tom Rini
2015-11-10
1
-0
/
+4
*
arc: Use the generic bitops headers
Fabio Estevam
2015-11-05
1
-0
/
+5
*
arc: make AXS101 default platform
Alexey Brodkin
2015-09-07
1
-1
/
+1
*
arc: significant cache rework
Alexey Brodkin
2015-07-01
6
-145
/
+300
*
arc: implement slave cores kick-start for Linux kernel
Alexey Brodkin
2015-07-01
1
-0
/
+6
*
Move default y configs out of arch/board Kconfig
Joe Hershberger
2015-06-25
1
-3
/
+0
*
arc: gitignore: ignore ARC DTBs
Masahiro Yamada
2015-05-18
1
-0
/
+1
*
arc: remove dummy target
Alexey Brodkin
2015-05-13
1
-8
/
+0
*
arc: use more universal prefix for default CROSS_COMPILE
Masahiro Yamada
2015-05-13
1
-2
/
+2
*
arch: Make board selection choices optional
Joe Hershberger
2015-05-12
1
-0
/
+1
*
arc: fix separate compilation of start.o
Alexey Brodkin
2015-04-10
1
-0
/
+1
*
arc: make sure _start is in the beginning of .text section
Alexey Brodkin
2015-04-10
2
-1
/
+2
*
arc: add support for SLC (System Level Cache, AKA L2-cache)
Alexey Brodkin
2015-04-03
4
-0
/
+65
*
board: Switch Abilis TB-100 board to Driver Model for serial port
Alexey Brodkin
2015-04-03
2
-0
/
+25
*
serial-arc: switch to DM
Alexey Brodkin
2015-04-03
3
-0
/
+48
*
arc: minor fixes in Kconfig
Alexey Brodkin
2015-04-03
1
-1
/
+9
*
arc: get rid of CONFIG_SYS_GENERIC_GLOBAL_DATA
Alexey Brodkin
2015-04-03
2
-1
/
+8
*
arc: clean-up init procedure
Alexey Brodkin
2015-04-03
8
-77
/
+94
*
arc: move low-level interrupt and exception handlers in a separate file
Alexey Brodkin
2015-04-03
3
-144
/
+152
*
arc: merge common start-up code between ARC and ARCv2
Alexey Brodkin
2015-04-03
7
-294
/
+82
*
arc: cache - build invalidate_icache_all() and invalidate_dcache_all()
Alexey Brodkin
2015-04-03
1
-4
/
+8
*
generic-board: select SYS_GENERIC_BOARD for some architectures
Masahiro Yamada
2015-03-28
1
-1
/
+0
*
generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig
Masahiro Yamada
2015-03-28
1
-3
/
+0
*
use ASM_NL instead of '; ' for assembler new line character in the macro
Chen Gang
2015-03-05
1
-0
/
+12
*
arc: introduce U-Boot port for ARCv2 ISA
Alexey Brodkin
2015-02-13
5
-3
/
+335
*
arc: build libgcc in U-Boot
Alexey Brodkin
2015-02-09
6
-0
/
+527
*
arc: move CPU flags selection to the main "config.mk"
Alexey Brodkin
2015-02-09
2
-8
/
+5
*
arc: hard-code CONFIG_ARCH_EARLY_INIT_R in asm/config.h
Alexey Brodkin
2015-02-09
1
-0
/
+1
*
arc: hard-code CONFIG_SYS_GENERIC_BOARD into asm/config.h
Alexey Brodkin
2015-02-09
1
-0
/
+1
*
arc: add selection of endianess in Kconfig
Alexey Brodkin
2015-02-09
2
-4
/
+9
*
arc: select cache settings via menuconfig
Alexey Brodkin
2015-02-09
3
-8
/
+25
*
arc: define and use PTAG AUX regs for MMUv3 only
Alexey Brodkin
2015-02-09
2
-5
/
+5
*
arc: add more flavours of ARC700 series CPU
Alexey Brodkin
2015-02-09
4
-0
/
+52
*
arc: memcmp - fix zero-delay loop utilization
Igor Guryanov
2015-02-09
1
-0
/
+2
*
arc: rename "arc700" in "arcv1"
Alexey Brodkin
2015-01-15
4
-1
/
+1
*
board/synopsys: remove selection of CPU from the board
Alexey Brodkin
2015-01-15
1
-0
/
+3
*
arc: move common sources in library
Alexey Brodkin
2015-01-15
7
-6
/
+7
*
arc: move linker script in arch/arc/cpu folder
Alexey Brodkin
2015-01-15
1
-0
/
+0
*
arc: relocate - minor refactoring and clean-up
Alexey Brodkin
2015-01-15
2
-11
/
+5
*
arc: introduce separate section for interrupt vector table
Igor Guryanov
2015-01-15
7
-31
/
+46
*
arc: add dependences on MMU presence
Alexey Brodkin
2015-01-15
2
-4
/
+18
*
arc: interrupts - fix mask setup
Igor Guryanov
2015-01-15
1
-1
/
+1
[next]