Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
256034db8ec893baec931812417584d4b04c3981
/
arch
/
mips
256034d
MIPS: kconfig: add options for CPU type select
by Daniel Schwierzeck
· 10 years ago
a4c242b
MIPS: kconfig: add options for endianess select
by Daniel Schwierzeck
· 10 years ago
ee2e54f
mips: enable CONFIG_USE_PRIVATE_LIBGCC by default
by Masahiro Yamada
· 10 years ago
0d82bad
kconfig: remove redundant "string" type in arch and board Kconfigs
by Masahiro Yamada
· 10 years ago
4869aee
kconfig: delete redundant CONFIG_${ARCH} definition
by Masahiro Yamada
· 10 years ago
d3ae678
kconfig: add board Kconfig and defconfig files
by Masahiro Yamada
· 10 years ago
021d202
common/board_f: Initialized global data for generic board
by York Sun
· 11 years ago
197c720
bd_info: remove bi_barudrate member from struct bd_info
by Masahiro Yamada
· 11 years ago
2e1823d
MIPS: drop incaip board
by Daniel Schwierzeck
· 11 years ago
d0120b0
MIPS: allow use of generic board
by Paul Burton
· 11 years ago
d0589bb
MIPS: define __init_end in u-boot.lds
by Paul Burton
· 11 years ago
c3d31a5
MIPS: move mips_io_port_base out of board.c
by Paul Burton
· 11 years ago
9a309cd
MIPS: stub interrupt_init function
by Paul Burton
· 11 years ago
b0df44b
mips: xburst: remove remainders of dead board
by Masahiro Yamada
· 11 years ago
1263ea8
MIPS: always keep all sections in u-boot ELF binary.
by Daniel Schwierzeck
· 11 years ago
39c8968
usb: create common header virtual root hub descriptors
by Stephen Warren
· 11 years ago
0d084d4
mips: move CONFIG_MIPS{32, 64} definition to config.mk
by Masahiro Yamada
· 11 years ago
a06c7cd
config.mk: specify the exact path to standalone linker script
by Masahiro Yamada
· 11 years ago
e1a211d
kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCC
by Masahiro Yamada
· 11 years ago
3d516ec
Merge branch 'master' of git://git.denx.de/u-boot-mips
by Tom Rini
· 11 years ago
0d21a3c
MIPS: fix types u64 and __u64 to unsigned long long
by Daniel Schwierzeck
· 11 years ago
f0ac9e0
kbuild: fix CROSS_COMPILE settings in config.mk
by Masahiro Yamada
· 11 years ago
c9c83ba
kbuild: rename OBJCFLAGS to OBJCOPYFLAGS
by Masahiro Yamada
· 11 years ago
59f15f2
kbuild: change out-of-tree build
by Masahiro Yamada
· 11 years ago
dc7c287
malta: enable PIIX4 SERIRQ
by Paul Burton
· 11 years ago
43c4f59
mips: don't hardcode Malta env baudrate
by Paul Burton
· 11 years ago
c1df370
malta: use unmapped flash base address
by Gabor Juhos
· 11 years ago
40a59ee
malta: arch/mips/include/asm/malta.h SPDX license tag
by Paul Burton
· 11 years ago
12ab4ab
malta: setup PIIX4 interrupt route
by Paul Burton
· 11 years ago
7c8835b
malta: display "U-boot" on the LCD screen
by Paul Burton
· 11 years ago
234882c
malta: support for coreFPGA6 boards
by Paul Burton
· 11 years ago
10a74b5
qemu-malta: rename to just "malta"
by Paul Burton
· 11 years ago
f122b5a
mips32: detect L1 cache sizes if they're not defined
by Paul Burton
· 11 years ago
4e56395
include: delete include/linux/config.h
by Masahiro Yamada
· 11 years ago
06bc873
cosmetic: remove empty lines at the top of file
by Masahiro Yamada
· 11 years ago
48a47f0
mips: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
8f9c49d
usb: add enum usb_init_type parameter to usb_lowlevel_init
by Troy Kisky
· 11 years ago
bd8ec7e
Coding Style cleanup: remove trailing white space
by Wolfgang Denk
· 11 years ago
fb1c2ed
MIPS: bootm: drop obsolete Qemu specific bootm implementation
by Daniel Schwierzeck
· 12 years ago
0dfa0b3
MIPS: bootm: add YAMON style Linux preparation/jump code for Qemu Malta
by Daniel Schwierzeck
· 11 years ago
eaadb1a
MIPS: bootm: add support for generic relocation of init ramdisks
by Daniel Schwierzeck
· 12 years ago
46145fb
MIPS: bootm: refactor initialisation of kernel environment
by Daniel Schwierzeck
· 12 years ago
eb782d6
MIPS: bootm: refactor initialisation of kernel cmdline
by Daniel Schwierzeck
· 12 years ago
22d1c23
MIPS: bootm: add support for LMB
by Daniel Schwierzeck
· 12 years ago
0b95a7c
MIPS: bootm: optimize kernel entry call
by Daniel Schwierzeck
· 12 years ago
40f30c0
MIPS: bootm: fix checkpatch.pl warnings
by Daniel Schwierzeck
· 12 years ago
02d51a2
MIPS: mips32/cache.S: use v1 register for indirect function calls
by Gabor Juhos
· 11 years ago
5b4f4ff
MIPS: mips32/cache.S: store cache line size in t8 register
by Gabor Juhos
· 11 years ago
187fe81
MIPS: mips32/cache.S: save return address in t9 register
by Gabor Juhos
· 11 years ago
01c3e0e
MIPS: xburst/start.S: rework relocation info check
by Gabor Juhos
· 11 years ago
1ac4713
MIPS: xburst/start.S: use t8 register for dynamic relocation
by Gabor Juhos
· 11 years ago
858b025
MIPS: xburst/start.S: save gd in s0 register
by Gabor Juhos
· 11 years ago
3a22c9e
MIPS: xburst/start.S: save relocation offset in s1 register
by Gabor Juhos
· 11 years ago
5c79dc3
MIPS: xburst/start.S: save relocation address in s2 register
by Gabor Juhos
· 11 years ago
b847879
MIPS: mips32/start.S: rework relocation info check
by Gabor Juhos
· 11 years ago
489c5d7
MIPS: mips32/start.S: use t8 register for dynamic relocation
by Gabor Juhos
· 11 years ago
9a26513
MIPS: mips32/cache.S: remove superfluous register assignment
by Gabor Juhos
· 11 years ago
d4967b5
MIPS: mips64/interrupt.c: remove superfluous include
by Gabor Juhos
· 11 years ago
9c747bd
MIPS: mips32/time.c: fix checkpatch errors/warnings
by Gabor Juhos
· 11 years ago
0f2d043
MIPS: qemu-malta: setup GT64120 registers as done by YAMON
by Gabor Juhos
· 12 years ago
2c43477
MIPS: qemu-malta: enable flash support
by Gabor Juhos
· 12 years ago
aed4fa4
MIPS: qemu-malta: add reset support
by Gabor Juhos
· 12 years ago
02c754a
MIPS: qemu-malta: add support for emulated MIPS Malta board
by Gabor Juhos
· 12 years ago
b6be59a
MIPS: start.S: emulate REVISION register for qemu-malta
by Gabor Juhos
· 12 years ago
7d2d26b
MIPS: mips64: fix typos in copyright text of start.S
by Tom Rini
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
d2df811
Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM
by Dirk Eibach
· 11 years ago
17aa901
MIPS: asm/errno.h: switch to asm-generic/errno.h
by Daniel Schwierzeck
· 11 years ago
fe17a60
MIPS: fix __raw_* IO accessors
by Gabor Juhos
· 12 years ago
d7a886b
lib: consolidate hang()
by Andreas Bießmann
· 12 years ago
19aac97
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 12 years ago
5b92820
Change stub example to use asm-generic/sections.h
by Simon Glass
· 12 years ago
9bce37c
Introduce generic link section.h symbol files
by Simon Glass
· 12 years ago
c24895e
Refactor linker-generated arrays
by Albert ARIBAUD
· 12 years ago
3965058
MIPS: board.c: remove manual relocation of env_name_spec
by Daniel Schwierzeck
· 12 years ago
84937ab
MIPS: add dynamic relocation support
by Gabor Juhos
· 12 years ago
44ea3c3
MIPS: u-boot.lds: add relocation specific sections
by Gabor Juhos
· 12 years ago
7f2d540
MIPS: start.S: use symbol __image_copy_end for U-Boot image relocation
by Daniel Schwierzeck
· 12 years ago
0de9cc5
MIPS: start.S: optimize BSS initialization
by Daniel Schwierzeck
· 12 years ago
bd4277d
MIPS: board.c: switch to new symbols __bss_end and __image_copy_end
by Daniel Schwierzeck
· 12 years ago
9049d03
MIPS: u-boot.lds: introduce symbol __image_copy_end
by Daniel Schwierzeck
· 12 years ago
56b5ec7
MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end]
by Daniel Schwierzeck
· 12 years ago
7092ce8
MIPS: compute num_got_entries from .got section's size
by Gabor Juhos
· 12 years ago
ec44316
MIPS: start.S: unify and simplify reset vector handling
by Daniel Schwierzeck
· 12 years ago
7e44614
MIPS: start.S: remove obsolete 64 bit handling in setup_c0_status
by Daniel Schwierzeck
· 12 years ago
2fb7bd3
MIPS: xburst: fix broken access to global_data
by Daniel Schwierzeck
· 12 years ago
9b9ba9a
mips: Use generic global_data
by Simon Glass
· 12 years ago
988e296
mips: Move per_clk and dev_clk to arch_global_data
by Simon Glass
· 12 years ago
a848da5
arm: Move lastinc to arch_global_data
by Simon Glass
· 12 years ago
2655ee1
arm: Move tbl to arch_global_data
by Simon Glass
· 12 years ago
3ac47d7
Add architecture-specific global data
by Simon Glass
· 12 years ago
7f44466
MIPS: add unified u-boot.lds file
by Gabor Juhos
· 12 years ago
1da7d29
MIPS: remove OUTPUT_FORMAT from linker scripts
by Gabor Juhos
· 12 years ago
d84ec3a
MIPS: xburst: simplify relocation offset calculation
by Gabor Juhos
· 12 years ago
bc18d0b
MIPS: simplify relocated _G_O_T_ address calculation
by Gabor Juhos
· 12 years ago
eb59024
MIPS: start.S: don't save flush_cache parameters in advance
by Gabor Juhos
· 12 years ago
fac2f65
MIPS: start.S: simplify relocation offset calculation
by Gabor Juhos
· 12 years ago
f902d46
MIPS: start.S: save reused arguments earlier in relocate_code
by Gabor Juhos
· 12 years ago
d9bcb6c
MIPS: start.S: set sp register directly
by Gabor Juhos
· 12 years ago
9a081ab
MIPS: start.S: fix boundary check in relocate_code
by Gabor Juhos
· 12 years ago
Next »