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
/
mips
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
MIPS: add support for CONFIG_SYS_INIT_SP_ADDR
Daniel Schwierzeck
2015-01-21
2
-2
/
+12
*
MIPS: add Kconfig option for CONFIG_SWAP_IO_SPACE
Daniel Schwierzeck
2015-01-21
1
-0
/
+4
*
MIPS: replace $(CPU) with Kconfig symbols
Daniel Schwierzeck
2015-01-21
2
-2
/
+12
*
MIPS: use common code from lib/time.c
Thomas Langer
2015-01-21
2
-110
/
+8
*
MIPS: bootm: add bootstage reporting
Daniel Schwierzeck
2015-01-21
1
-2
/
+6
*
MIPS: bootm: prepare a flattened device tree for the kernel
Daniel Schwierzeck
2015-01-21
2
-2
/
+47
*
MIPS: bootm: add mem, rd_start and rd_size to kernel command line
Daniel Schwierzeck
2015-01-21
1
-0
/
+26
*
MIPS: bootm: refactor preparation of Linux kernel environment
Daniel Schwierzeck
2015-01-21
2
-1
/
+22
*
MIPS: bootm: refactor preparation of Linux kernel command line
Daniel Schwierzeck
2015-01-21
2
-2
/
+27
*
Replace <compiler.h> with <linux/compiler.h>
Masahiro Yamada
2014-12-08
1
-1
/
+1
*
Kbuild: introduce Makefile in arch/$ARCH/
Daniel Schwierzeck
2014-12-08
1
-0
/
+8
*
MIPS: bootm: remove unused or redundant header files
Daniel Schwierzeck
2014-11-27
1
-3
/
+0
*
MIPS: bootm: add missing initramfs relocation
Daniel Schwierzeck
2014-11-27
1
-0
/
+20
*
MIPS: remove board.c
Daniel Schwierzeck
2014-11-27
2
-323
/
+0
*
MIPS: fix setup of initial stack frame
Daniel Schwierzeck
2014-11-27
2
-4
/
+10
*
kbuild: use SoC-specific CONFIG to descend into SoC directory
Masahiro Yamada
2014-11-23
1
-1
/
+1
*
kbuild: Descend into SOC directory from CPU directory
Masahiro Yamada
2014-11-23
1
-0
/
+2
*
include: move various macros to include/linux/kernel.h
Masahiro Yamada
2014-11-20
1
-2
/
+0
*
MIPS: add .padding section to linker script
Daniel Schwierzeck
2014-11-01
2
-1
/
+19
*
MIPS: refactor setting of compiler options
Daniel Schwierzeck
2014-11-01
3
-41
/
+29
*
MIPS: kconfig: merge targets qemu_mips and qemu_mips64
Daniel Schwierzeck
2014-11-01
1
-6
/
+2
*
MIPS: kconfig: globally define CONFIG_SYS_CPU for MIPS
Daniel Schwierzeck
2014-11-01
1
-0
/
+4
*
MIPS: kconfig: add options for CPU type select
Daniel Schwierzeck
2014-11-01
1
-0
/
+68
*
MIPS: kconfig: add options for endianess select
Daniel Schwierzeck
2014-11-01
1
-0
/
+38
*
mips: enable CONFIG_USE_PRIVATE_LIBGCC by default
Masahiro Yamada
2014-10-23
1
-0
/
+3
*
kconfig: remove redundant "string" type in arch and board Kconfigs
Masahiro Yamada
2014-09-13
1
-1
/
+0
*
kconfig: delete redundant CONFIG_${ARCH} definition
Masahiro Yamada
2014-07-30
1
-1
/
+1
*
kconfig: add board Kconfig and defconfig files
Masahiro Yamada
2014-07-30
1
-0
/
+37
*
common/board_f: Initialized global data for generic board
York Sun
2014-05-12
1
-0
/
+2
*
bd_info: remove bi_barudrate member from struct bd_info
Masahiro Yamada
2014-05-12
2
-2
/
+0
*
MIPS: drop incaip board
Daniel Schwierzeck
2014-04-20
9
-3084
/
+0
*
MIPS: allow use of generic board
Paul Burton
2014-04-20
3
-0
/
+13
*
MIPS: define __init_end in u-boot.lds
Paul Burton
2014-04-20
1
-0
/
+1
*
MIPS: move mips_io_port_base out of board.c
Paul Burton
2014-04-20
3
-6
/
+14
*
MIPS: stub interrupt_init function
Paul Burton
2014-04-20
2
-0
/
+10
*
mips: xburst: remove remainders of dead board
Masahiro Yamada
2014-04-20
7
-842
/
+0
*
MIPS: always keep all sections in u-boot ELF binary.
Daniel Schwierzeck
2014-04-20
2
-27
/
+32
*
usb: create common header virtual root hub descriptors
Stephen Warren
2014-03-10
1
-98
/
+1
*
mips: move CONFIG_MIPS{32, 64} definition to config.mk
Masahiro Yamada
2014-03-07
2
-6
/
+2
*
config.mk: specify the exact path to standalone linker script
Masahiro Yamada
2014-03-07
3
-3
/
+6
*
kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCC
Masahiro Yamada
2014-03-07
1
-6
/
+1
*
Merge branch 'master' of git://git.denx.de/u-boot-mips
Tom Rini
2014-03-04
1
-20
/
+3
|
\
|
*
MIPS: fix types u64 and __u64 to unsigned long long
Daniel Schwierzeck
2014-03-04
1
-20
/
+3
*
|
kbuild: fix CROSS_COMPILE settings in config.mk
Masahiro Yamada
2014-03-04
1
-1
/
+3
|
/
*
kbuild: rename OBJCFLAGS to OBJCOPYFLAGS
Masahiro Yamada
2014-02-25
1
-1
/
+1
*
kbuild: change out-of-tree build
Masahiro Yamada
2014-02-19
3
-3
/
+3
*
malta: enable PIIX4 SERIRQ
Paul Burton
2013-11-26
1
-0
/
+7
*
mips: don't hardcode Malta env baudrate
Paul Burton
2013-11-26
1
-2
/
+4
*
malta: use unmapped flash base address
Gabor Juhos
2013-11-15
1
-1
/
+1
*
malta: arch/mips/include/asm/malta.h SPDX license tag
Paul Burton
2013-11-11
1
-3
/
+2
[prev]
[next]