index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-27
MIPS: bootm: remove unused or redundant header files
Daniel Schwierzeck
1
-3
/
+0
2014-11-27
MIPS: bootm: add missing initramfs relocation
Daniel Schwierzeck
1
-0
/
+20
2014-11-27
MIPS: remove board.c
Daniel Schwierzeck
2
-323
/
+0
2014-05-12
bd_info: remove bi_barudrate member from struct bd_info
Masahiro Yamada
1
-1
/
+0
2014-04-20
MIPS: drop incaip board
Daniel Schwierzeck
1
-3
/
+0
2014-04-20
MIPS: allow use of generic board
Paul Burton
1
-0
/
+2
2014-04-20
MIPS: move mips_io_port_base out of board.c
Paul Burton
3
-6
/
+14
2014-03-07
kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCC
Masahiro Yamada
1
-6
/
+1
2013-11-26
mips: don't hardcode Malta env baudrate
Paul Burton
1
-2
/
+4
2013-11-09
qemu-malta: rename to just "malta"
Paul Burton
1
-6
/
+6
2013-10-31
mips: convert makefiles to Kbuild style
Masahiro Yamada
1
-39
/
+5
2013-08-13
MIPS: bootm: drop obsolete Qemu specific bootm implementation
Daniel Schwierzeck
2
-66
/
+0
2013-08-13
MIPS: bootm: add YAMON style Linux preparation/jump code for Qemu Malta
Daniel Schwierzeck
1
-2
/
+20
2013-08-13
MIPS: bootm: add support for generic relocation of init ramdisks
Daniel Schwierzeck
1
-2
/
+6
2013-08-13
MIPS: bootm: refactor initialisation of kernel environment
Daniel Schwierzeck
1
-33
/
+29
2013-08-13
MIPS: bootm: refactor initialisation of kernel cmdline
Daniel Schwierzeck
1
-47
/
+83
2013-08-13
MIPS: bootm: add support for LMB
Daniel Schwierzeck
1
-0
/
+21
2013-08-13
MIPS: bootm: optimize kernel entry call
Daniel Schwierzeck
1
-7
/
+4
2013-08-13
MIPS: bootm: fix checkpatch.pl warnings
Daniel Schwierzeck
1
-6
/
+7
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
4
-68
/
+4
2013-07-16
Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM
Dirk Eibach
1
-2
/
+2
2013-05-01
lib: consolidate hang()
Andreas Bießmann
1
-7
/
+0
2013-02-15
MIPS: board.c: remove manual relocation of env_name_spec
Daniel Schwierzeck
1
-8
/
+0
2013-02-12
MIPS: add dynamic relocation support
Gabor Juhos
1
-9
/
+0
2013-02-12
MIPS: board.c: switch to new symbols __bss_end and __image_copy_end
Daniel Schwierzeck
1
-2
/
+3
2013-01-16
MIPS: bootm.c: add support for 'prep' and 'go' subcommands
Gabor Juhos
1
-2
/
+13
2013-01-16
MIPS: bootm.c: separate environment initialization
Gabor Juhos
1
-23
/
+27
2013-01-16
MIPS: bootm.c: separate linux jump code
Gabor Juhos
1
-13
/
+19
2013-01-16
MIPS: bootm.c: use debug macro to print debug message
Gabor Juhos
1
-3
/
+1
2012-12-12
mips: serial: Fix busted manual relocation
Joe Hershberger
1
-0
/
+3
2012-12-12
MIPS: constify mips_io_port_base
Daniel Schwierzeck
1
-1
/
+1
2012-10-22
common: Convert the U-Boot commands to LG-arrays
Marek Vasut
1
-2
/
+2
2012-09-26
malloc: remove extern declarations of malloc_bin_reloc() in board.c files
Daniel Schwierzeck
1
-1
/
+0
2012-08-17
dm: mips: Import libgcc components from Linux
Marek Vasut
5
-0
/
+122
2012-06-03
MIPS: board.c: move extern declarations to u-boot-mips.h
Daniel Schwierzeck
1
-7
/
+0
2012-06-03
MIPS: bootm_qemu_mips.c: make checkpatch.pl clean
Daniel Schwierzeck
1
-12
/
+14
2012-06-03
MIPS: bootm.c: make checkpatch.pl clean
Daniel Schwierzeck
1
-51
/
+51
2012-05-15
net: move bootfile init into eth_initialize
Mike Frysinger
1
-8
/
+0
2012-05-15
net: punt bd->bi_ip_addr
Mike Frysinger
1
-3
/
+0
2012-04-02
MIPS: board.c: fix init of flash data in bd_info
Daniel Schwierzeck
1
-2
/
+6
2012-03-18
bootstage: Replace show_boot_progress/error() with bootstage_...()
Simon Glass
2
-2
/
+2
2012-03-18
bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()
Simon Glass
2
-2
/
+2
2011-12-08
arch/mips/lib/board.c: Fix GCC 4.6 build warning
Wolfgang Denk
1
-4
/
+6
2011-12-08
arch/mips/lib/board.c: make (mostly) checkpatch clean
Wolfgang Denk
1
-64
/
+60
2011-10-23
mips: Use getenv_ulong() in place of getenv(), strtoul
Simon Glass
1
-11
/
+3
2011-10-05
net: drop !NET_MULTI code
Mike Frysinger
1
-2
/
+0
2011-07-28
unify version_string
Andreas Bießmann
1
-4
/
+0
2011-05-10
MIPS: Move timer code to arch/mips/cpu/$(CPU)/
Shinya Kuribayashi
2
-99
/
+0
2011-04-02
MIPS: Purple: Remove Purple support
Daniel Schwierzeck
1
-10
/
+0
2010-11-17
Switch from archive libraries to partial linking
Sebastien Carlier
1
-2
/
+2
[next]