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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-18
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
1
-1
/
+1
2013-03-15
Change stub example to use asm-generic/sections.h
Simon Glass
1
-2
/
+2
2013-03-15
Introduce generic link section.h symbol files
Simon Glass
1
-0
/
+27
2013-03-12
Refactor linker-generated arrays
Albert ARIBAUD
1
-1
/
+1
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
6
-12
/
+94
2013-02-12
MIPS: u-boot.lds: add relocation specific sections
Gabor Juhos
1
-1
/
+41
2013-02-12
MIPS: start.S: use symbol __image_copy_end for U-Boot image relocation
Daniel Schwierzeck
5
-19
/
+9
2013-02-12
MIPS: start.S: optimize BSS initialization
Daniel Schwierzeck
3
-28
/
+35
2013-02-12
MIPS: board.c: switch to new symbols __bss_end and __image_copy_end
Daniel Schwierzeck
1
-2
/
+3
2013-02-12
MIPS: u-boot.lds: introduce symbol __image_copy_end
Daniel Schwierzeck
2
-0
/
+8
2013-02-12
MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end]
Daniel Schwierzeck
2
-5
/
+18
2013-02-12
MIPS: compute num_got_entries from .got section's size
Gabor Juhos
1
-4
/
+2
2013-02-12
MIPS: start.S: unify and simplify reset vector handling
Daniel Schwierzeck
2
-176
/
+57
2013-02-12
MIPS: start.S: remove obsolete 64 bit handling in setup_c0_status
Daniel Schwierzeck
1
-9
/
+1
2013-02-12
MIPS: xburst: fix broken access to global_data
Daniel Schwierzeck
2
-3
/
+6
2013-02-04
mips: Use generic global_data
Simon Glass
1
-33
/
+1
2013-02-04
mips: Move per_clk and dev_clk to arch_global_data
Simon Glass
1
-4
/
+5
2013-02-01
arm: Move lastinc to arch_global_data
Simon Glass
1
-6
/
+6
2013-02-01
arm: Move tbl to arch_global_data
Simon Glass
1
-6
/
+6
2013-02-01
Add architecture-specific global data
Simon Glass
1
-0
/
+5
2013-01-31
MIPS: add unified u-boot.lds file
Gabor Juhos
1
-0
/
+84
2013-01-30
MIPS: remove OUTPUT_FORMAT from linker scripts
Gabor Juhos
2
-0
/
+12
2013-01-30
MIPS: xburst: simplify relocation offset calculation
Gabor Juhos
1
-9
/
+3
2013-01-30
MIPS: simplify relocated _G_O_T_ address calculation
Gabor Juhos
3
-12
/
+3
2013-01-27
MIPS: start.S: don't save flush_cache parameters in advance
Gabor Juhos
2
-20
/
+4
2013-01-27
MIPS: start.S: simplify relocation offset calculation
Gabor Juhos
2
-18
/
+6
2013-01-27
MIPS: start.S: save reused arguments earlier in relocate_code
Gabor Juhos
2
-4
/
+6
2013-01-27
MIPS: start.S: set sp register directly
Gabor Juhos
2
-4
/
+2
2013-01-27
MIPS: start.S: fix boundary check in relocate_code
Gabor Juhos
3
-3
/
+3
2013-01-22
MIPS: start{, 64}.S: fill branch delay slots with NOP instructions
Gabor Juhos
2
-0
/
+3
2013-01-22
MIPS: convert IO port accessor functions to 'static inline'
Gabor Juhos
1
-4
/
+4
2013-01-22
MIPS: use inline directive for __in*s functions
Gabor Juhos
1
-1
/
+1
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-12-08
MIPS: constify address pointer in test_bit()
Daniel Schwierzeck
1
-1
/
+1
2012-12-08
MIPS: fix a latent bug on initialize $gp
Zhi-zhou Zhang
1
-1
/
+6
2012-11-27
Merge branch 'master' of git://git.denx.de/u-boot-mips
Tom Rini
2
-2
/
+0
2012-11-25
MIPS: do not initialize timestamp variable before relocate_code
Zhi-zhou Zhang
2
-2
/
+0
2012-11-20
usb: use linux/usb/ch9.h instead of usbdescriptors.h
Ilya Yanok
1
-1
/
+1
2012-10-22
common: Convert the U-Boot commands to LG-arrays
Marek Vasut
1
-2
/
+2
2012-10-19
mips: Change global data baudrate to int
Simon Glass
2
-2
/
+2
2012-10-17
Merge branch 'master' of git://git.denx.de/u-boot-mips
Tom Rini
16
-60
/
+884
2012-10-17
split AU1X00 specific code from cmd_ide.c
Pavel Herrmann
2
-1
/
+33
2012-10-17
serial: Use default_serial_puts() in drivers
Marek Vasut
3
-23
/
+3
2012-10-16
MIPS: add board qemu-mips64 support
Zhi-zhou Zhang
7
-0
/
+802
[next]