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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
MIPS: Use unchecked immediate addition/subtraction
Paul Burton
2016-05-21
1
-1
/
+1
*
MIPS: bootm: Add fixup of '/memory' node.
Purna Chandra Mandal
2016-04-19
1
-2
/
+3
*
MIPS: Support dynamic I/O port base address
Paul Burton
2016-02-01
2
-13
/
+0
*
mips: cache: Bulletproof the code against cornercases
Marek Vasut
2016-02-01
1
-0
/
+8
*
MIPS: sync processor and register definitions with linux-4.4
Daniel Schwierzeck
2016-01-16
2
-10
/
+10
*
MIPS: bootm: use CONFIG_IS_ENABLED() everywhere
Daniel Schwierzeck
2015-11-06
1
-19
/
+14
*
MIPS: bootm: rework and fix broken bootm code
Daniel Schwierzeck
2015-11-06
1
-85
/
+78
*
MIPS: fix syntax for fdt_chosen/initrd.
Govindraj Raja
2015-08-21
1
-2
/
+2
*
MIPS: implement device-tree handover to Linux kernel
Daniel Schwierzeck
2015-04-24
1
-1
/
+5
*
MIPS: clear TagLo select 2 during cache init
Paul Burton
2015-01-29
1
-2
/
+8
*
MIPS: allow systems to skip loads during cache init
Paul Burton
2015-01-29
1
-6
/
+13
*
MIPS: inline mips_init_[id]cache functions
Paul Burton
2015-01-29
1
-58
/
+28
*
MIPS: refactor cache loops to a macro
Paul Burton
2015-01-29
1
-17
/
+13
*
MIPS: refactor L1 cache config reads to a macro
Paul Burton
2015-01-29
1
-56
/
+41
*
MIPS: unify cache initialization code
Paul Burton
2015-01-29
2
-0
/
+278
*
MIPS: unify cache maintenance functions
Paul Burton
2015-01-29
2
-0
/
+119
*
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
1
-2
/
+36
*
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
1
-1
/
+13
*
MIPS: bootm: refactor preparation of Linux kernel command line
Daniel Schwierzeck
2015-01-21
1
-2
/
+14
*
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
*
bd_info: remove bi_barudrate member from struct bd_info
Masahiro Yamada
2014-05-12
1
-1
/
+0
*
MIPS: drop incaip board
Daniel Schwierzeck
2014-04-20
1
-3
/
+0
*
MIPS: allow use of generic board
Paul Burton
2014-04-20
1
-0
/
+2
*
MIPS: move mips_io_port_base out of board.c
Paul Burton
2014-04-20
3
-6
/
+14
*
kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCC
Masahiro Yamada
2014-03-07
1
-6
/
+1
*
mips: don't hardcode Malta env baudrate
Paul Burton
2013-11-26
1
-2
/
+4
*
qemu-malta: rename to just "malta"
Paul Burton
2013-11-09
1
-6
/
+6
*
mips: convert makefiles to Kbuild style
Masahiro Yamada
2013-10-31
1
-39
/
+5
*
MIPS: bootm: drop obsolete Qemu specific bootm implementation
Daniel Schwierzeck
2013-08-13
2
-66
/
+0
*
MIPS: bootm: add YAMON style Linux preparation/jump code for Qemu Malta
Daniel Schwierzeck
2013-08-13
1
-2
/
+20
*
MIPS: bootm: add support for generic relocation of init ramdisks
Daniel Schwierzeck
2013-08-13
1
-2
/
+6
*
MIPS: bootm: refactor initialisation of kernel environment
Daniel Schwierzeck
2013-08-13
1
-33
/
+29
*
MIPS: bootm: refactor initialisation of kernel cmdline
Daniel Schwierzeck
2013-08-13
1
-47
/
+83
*
MIPS: bootm: add support for LMB
Daniel Schwierzeck
2013-08-13
1
-0
/
+21
*
MIPS: bootm: optimize kernel entry call
Daniel Schwierzeck
2013-08-13
1
-7
/
+4
*
MIPS: bootm: fix checkpatch.pl warnings
Daniel Schwierzeck
2013-08-13
1
-6
/
+7
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
4
-68
/
+4
*
Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM
Dirk Eibach
2013-07-16
1
-2
/
+2
*
lib: consolidate hang()
Andreas Bießmann
2013-05-01
1
-7
/
+0
*
MIPS: board.c: remove manual relocation of env_name_spec
Daniel Schwierzeck
2013-02-15
1
-8
/
+0
*
MIPS: add dynamic relocation support
Gabor Juhos
2013-02-12
1
-9
/
+0
*
MIPS: board.c: switch to new symbols __bss_end and __image_copy_end
Daniel Schwierzeck
2013-02-12
1
-2
/
+3
*
MIPS: bootm.c: add support for 'prep' and 'go' subcommands
Gabor Juhos
2013-01-16
1
-2
/
+13
*
MIPS: bootm.c: separate environment initialization
Gabor Juhos
2013-01-16
1
-23
/
+27
*
MIPS: bootm.c: separate linux jump code
Gabor Juhos
2013-01-16
1
-13
/
+19
*
MIPS: bootm.c: use debug macro to print debug message
Gabor Juhos
2013-01-16
1
-3
/
+1
[next]