Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
39ed4dbb0b97a0a0032518fc3f00b8b1fc7e2161
/
arch
/
mips
c7e758e
MIPS: fix syntax for fdt_chosen/initrd.
by Govindraj Raja
· Wed Aug 19 19:19:15 2015 +0100
36c624a
mips: Use unsigned int when reading c0 registers
by Chris Packham
· Tue Jul 14 22:54:41 2015 +1200
06f823f
MIPS: change 'extern inline' to 'static inline'
by Daniel Schwierzeck
· Wed Jul 01 16:36:43 2015 +0200
d76628d
MIPS: fix missing semicolon in cacheops.h
by Tony Wu
· Sat May 30 15:02:39 2015 +0800
17491a8
Move default y configs out of arch/board Kconfig
by Joe Hershberger
· Mon Jun 22 16:15:29 2015 -0500
f069960
arch: Make board selection choices optional
by Joe Hershberger
· Tue May 12 14:46:23 2015 -0500
d1b29d2
MIPS: implement device-tree handover to Linux kernel
by Daniel Schwierzeck
· Sun Feb 22 16:58:30 2015 +0100
9f09a36
net: cosmetic: Fix var naming net <-> eth drivers
by Joe Hershberger
· Wed Apr 08 01:41:06 2015 -0500
11cd5a0
net: Provide a function to get the current MAC address
by Joe Hershberger
· Sun Mar 22 17:09:00 2015 -0500
9e4af83
generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig
by Masahiro Yamada
· Thu Mar 19 19:42:51 2015 +0900
ed16050
MIPS: unify CPU code in arch/mips/cpu/
by Daniel Schwierzeck
· Thu Jan 29 14:56:20 2015 +0100
74fc3c0
MIPS: move au1x00 SoC code to arch/mips/mach-au1x00
by Daniel Schwierzeck
· Thu Jan 29 14:47:01 2015 +0100
debf0e0
MIPS: handle mips64 ST0_KX bit in mips32 start.S
by Paul Burton
· Thu Jan 29 10:04:10 2015 +0000
cb2ab2f
MIPS: handle mips64 relocs in mips32 start.S
by Paul Burton
· Thu Jan 29 10:04:09 2015 +0000
ce14da2
MIPS: use asm.h macros in mips32 start.S
by Paul Burton
· Thu Jan 29 10:04:08 2015 +0000
c6c3853
malta: IDE support
by Paul Burton
· Thu Jan 29 10:38:20 2015 +0000
69acad0
MIPS: clear TagLo select 2 during cache init
by Paul Burton
· Thu Jan 29 01:28:03 2015 +0000
6832bdc
MIPS: allow systems to skip loads during cache init
by Paul Burton
· Thu Jan 29 01:28:02 2015 +0000
ca41a03
MIPS: inline mips_init_[id]cache functions
by Paul Burton
· Thu Jan 29 01:28:01 2015 +0000
d878cc2
MIPS: refactor cache loops to a macro
by Paul Burton
· Thu Jan 29 01:28:00 2015 +0000
edf1f85
MIPS: refactor L1 cache config reads to a macro
by Paul Burton
· Thu Jan 29 01:27:59 2015 +0000
02df4e6
MIPS: unify cache initialization code
by Paul Burton
· Thu Jan 29 01:27:58 2015 +0000
4ff6b10
MIPS: unify cache maintenance functions
by Paul Burton
· Thu Jan 29 01:27:57 2015 +0000
5429af8
MIPS: avoid .set ISA for cache operations
by Paul Burton
· Thu Jan 29 01:27:56 2015 +0000
01cab27
MIPS: add support for pre-relocation malloc
by Daniel Schwierzeck
· Sun Jan 18 22:18:39 2015 +0100
2814459
MIPS: add support for CONFIG_SYS_INIT_SP_ADDR
by Daniel Schwierzeck
· Sun Jan 18 22:18:38 2015 +0100
7dca686
MIPS: add Kconfig option for CONFIG_SWAP_IO_SPACE
by Daniel Schwierzeck
· Sun Jan 18 22:00:18 2015 +0100
dfbad0f
MIPS: replace $(CPU) with Kconfig symbols
by Daniel Schwierzeck
· Sun Jan 18 21:59:35 2015 +0100
c37c980
MIPS: use common code from lib/time.c
by Thomas Langer
· Wed Jan 14 18:44:00 2015 +0000
1a4797c
MIPS: bootm: add bootstage reporting
by Daniel Schwierzeck
· Wed Jan 14 21:44:13 2015 +0100
8d7ff4d
MIPS: bootm: prepare a flattened device tree for the kernel
by Daniel Schwierzeck
· Wed Jan 14 21:44:13 2015 +0100
2edd528
MIPS: bootm: add mem, rd_start and rd_size to kernel command line
by Daniel Schwierzeck
· Wed Jan 14 21:44:13 2015 +0100
c07dc60
MIPS: bootm: refactor preparation of Linux kernel environment
by Daniel Schwierzeck
· Wed Jan 14 21:44:13 2015 +0100
f9749fa
MIPS: bootm: refactor preparation of Linux kernel command line
by Daniel Schwierzeck
· Wed Jan 14 21:44:13 2015 +0100
e722852
Replace <compiler.h> with <linux/compiler.h>
by Masahiro Yamada
· Wed Nov 26 16:00:58 2014 +0900
17def7d
Kbuild: introduce Makefile in arch/$ARCH/
by Daniel Schwierzeck
· Fri Nov 21 23:51:33 2014 +0100
ea7e328
MIPS: bootm: remove unused or redundant header files
by Daniel Schwierzeck
· Sun Nov 16 01:27:23 2014 +0100
0665838
MIPS: bootm: add missing initramfs relocation
by Daniel Schwierzeck
· Sun Nov 16 01:27:23 2014 +0100
cf707c9
MIPS: remove board.c
by Daniel Schwierzeck
· Sat Nov 15 23:46:58 2014 +0100
f224c1a
MIPS: fix setup of initial stack frame
by Daniel Schwierzeck
· Thu Nov 20 23:55:32 2014 +0100
abde127
kbuild: use SoC-specific CONFIG to descend into SoC directory
by Masahiro Yamada
· Thu Nov 13 12:28:42 2014 +0900
40e73b1
kbuild: Descend into SOC directory from CPU directory
by Masahiro Yamada
· Thu Nov 13 12:28:40 2014 +0900
bd42662
include: move various macros to include/linux/kernel.h
by Masahiro Yamada
· Fri Nov 07 03:03:28 2014 +0900
4e6cdff
MIPS: add .padding section to linker script
by Daniel Schwierzeck
· Wed Oct 29 17:30:36 2014 +0100
c03df26
MIPS: refactor setting of compiler options
by Daniel Schwierzeck
· Sun Oct 26 14:16:23 2014 +0100
94384d1
MIPS: kconfig: merge targets qemu_mips and qemu_mips64
by Daniel Schwierzeck
· Sun Oct 26 14:14:07 2014 +0100
99e7af2
MIPS: kconfig: globally define CONFIG_SYS_CPU for MIPS
by Daniel Schwierzeck
· Sun Oct 26 14:14:07 2014 +0100
256034d
MIPS: kconfig: add options for CPU type select
by Daniel Schwierzeck
· Sun Oct 26 14:14:07 2014 +0100
a4c242b
MIPS: kconfig: add options for endianess select
by Daniel Schwierzeck
· Sun Oct 26 14:14:07 2014 +0100
ee2e54f
mips: enable CONFIG_USE_PRIVATE_LIBGCC by default
by Masahiro Yamada
· Fri Oct 24 01:30:46 2014 +0900
0d82bad
kconfig: remove redundant "string" type in arch and board Kconfigs
by Masahiro Yamada
· Sun Sep 14 03:01:49 2014 +0900
4869aee
kconfig: delete redundant CONFIG_${ARCH} definition
by Masahiro Yamada
· Wed Jul 30 14:08:23 2014 +0900
d3ae678
kconfig: add board Kconfig and defconfig files
by Masahiro Yamada
· Wed Jul 30 14:08:14 2014 +0900
021d202
common/board_f: Initialized global data for generic board
by York Sun
· Fri May 02 17:28:04 2014 -0700
197c720
bd_info: remove bi_barudrate member from struct bd_info
by Masahiro Yamada
· Fri Apr 04 20:09:58 2014 +0900
2e1823d
MIPS: drop incaip board
by Daniel Schwierzeck
· Thu Apr 10 00:39:28 2014 +0200
d0120b0
MIPS: allow use of generic board
by Paul Burton
· Mon Apr 07 10:11:22 2014 +0100
d0589bb
MIPS: define __init_end in u-boot.lds
by Paul Burton
· Mon Apr 07 10:11:19 2014 +0100
c3d31a5
MIPS: move mips_io_port_base out of board.c
by Paul Burton
· Mon Apr 07 10:11:18 2014 +0100
9a309cd
MIPS: stub interrupt_init function
by Paul Burton
· Mon Apr 07 10:11:17 2014 +0100
b0df44b
mips: xburst: remove remainders of dead board
by Masahiro Yamada
· Fri Mar 07 18:02:01 2014 +0900
1263ea8
MIPS: always keep all sections in u-boot ELF binary.
by Daniel Schwierzeck
· Fri Oct 11 17:46:59 2013 +0200
39c8968
usb: create common header virtual root hub descriptors
by Stephen Warren
· Thu Feb 13 21:15:18 2014 -0700
0d084d4
mips: move CONFIG_MIPS{32, 64} definition to config.mk
by Masahiro Yamada
· Wed Mar 05 17:25:37 2014 +0900
a06c7cd
config.mk: specify the exact path to standalone linker script
by Masahiro Yamada
· Wed Mar 05 16:59:39 2014 +0900
e1a211d
kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCC
by Masahiro Yamada
· Wed Mar 05 16:59:38 2014 +0900
3d516ec
Merge branch 'master' of git://git.denx.de/u-boot-mips
by Tom Rini
· Tue Mar 04 18:13:06 2014 -0500
0d21a3c
MIPS: fix types u64 and __u64 to unsigned long long
by Daniel Schwierzeck
· Tue Mar 04 23:01:11 2014 +0100
f0ac9e0
kbuild: fix CROSS_COMPILE settings in config.mk
by Masahiro Yamada
· Fri Feb 28 14:33:30 2014 +0900
c9c83ba
kbuild: rename OBJCFLAGS to OBJCOPYFLAGS
by Masahiro Yamada
· Mon Feb 24 11:12:12 2014 +0900
59f15f2
kbuild: change out-of-tree build
by Masahiro Yamada
· Tue Feb 04 17:24:24 2014 +0900
dc7c287
malta: enable PIIX4 SERIRQ
by Paul Burton
· Tue Nov 26 17:45:27 2013 +0000
43c4f59
mips: don't hardcode Malta env baudrate
by Paul Burton
· Tue Nov 26 17:45:25 2013 +0000
c1df370
malta: use unmapped flash base address
by Gabor Juhos
· Tue Nov 12 16:47:32 2013 +0100
40a59ee
malta: arch/mips/include/asm/malta.h SPDX license tag
by Paul Burton
· Mon Nov 11 11:03:26 2013 +0000
12ab4ab
malta: setup PIIX4 interrupt route
by Paul Burton
· Fri Nov 08 11:18:57 2013 +0000
7c8835b
malta: display "U-boot" on the LCD screen
by Paul Burton
· Fri Nov 08 11:18:51 2013 +0000
234882c
malta: support for coreFPGA6 boards
by Paul Burton
· Fri Nov 08 11:18:50 2013 +0000
10a74b5
qemu-malta: rename to just "malta"
by Paul Burton
· Sat Nov 09 10:22:08 2013 +0000
f122b5a
mips32: detect L1 cache sizes if they're not defined
by Paul Burton
· Fri Nov 08 11:18:42 2013 +0000
4e56395
include: delete include/linux/config.h
by Masahiro Yamada
· Mon Oct 07 16:04:18 2013 +0900
06bc873
cosmetic: remove empty lines at the top of file
by Masahiro Yamada
· Tue Nov 05 11:28:48 2013 +0900
48a47f0
mips: convert makefiles to Kbuild style
by Masahiro Yamada
· Mon Oct 21 11:53:31 2013 +0900
8f9c49d
usb: add enum usb_init_type parameter to usb_lowlevel_init
by Troy Kisky
· Thu Oct 10 15:27:56 2013 -0700
bd8ec7e
Coding Style cleanup: remove trailing white space
by Wolfgang Denk
· Mon Oct 07 13:07:26 2013 +0200
fb1c2ed
MIPS: bootm: drop obsolete Qemu specific bootm implementation
by Daniel Schwierzeck
· Sat Jan 12 18:18:20 2013 +0100
0dfa0b3
MIPS: bootm: add YAMON style Linux preparation/jump code for Qemu Malta
by Daniel Schwierzeck
· Thu May 30 19:04:20 2013 +0200
eaadb1a
MIPS: bootm: add support for generic relocation of init ramdisks
by Daniel Schwierzeck
· Thu May 09 17:10:06 2013 +0200
46145fb
MIPS: bootm: refactor initialisation of kernel environment
by Daniel Schwierzeck
· Thu May 09 17:10:06 2013 +0200
eb782d6
MIPS: bootm: refactor initialisation of kernel cmdline
by Daniel Schwierzeck
· Thu May 09 17:10:06 2013 +0200
22d1c23
MIPS: bootm: add support for LMB
by Daniel Schwierzeck
· Thu May 09 17:10:06 2013 +0200
0b95a7c
MIPS: bootm: optimize kernel entry call
by Daniel Schwierzeck
· Thu May 09 17:10:06 2013 +0200
40f30c0
MIPS: bootm: fix checkpatch.pl warnings
by Daniel Schwierzeck
· Thu May 09 17:10:06 2013 +0200
02d51a2
MIPS: mips32/cache.S: use v1 register for indirect function calls
by Gabor Juhos
· Thu Jun 13 12:59:36 2013 +0200
5b4f4ff
MIPS: mips32/cache.S: store cache line size in t8 register
by Gabor Juhos
· Thu Jun 13 12:59:35 2013 +0200
187fe81
MIPS: mips32/cache.S: save return address in t9 register
by Gabor Juhos
· Thu Jun 13 12:59:34 2013 +0200
01c3e0e
MIPS: xburst/start.S: rework relocation info check
by Gabor Juhos
· Fri Jun 14 14:47:10 2013 +0200
1ac4713
MIPS: xburst/start.S: use t8 register for dynamic relocation
by Gabor Juhos
· Thu Jun 13 12:59:32 2013 +0200
858b025
MIPS: xburst/start.S: save gd in s0 register
by Gabor Juhos
· Thu Jun 13 12:59:31 2013 +0200
3a22c9e
MIPS: xburst/start.S: save relocation offset in s1 register
by Gabor Juhos
· Thu Jun 13 12:59:30 2013 +0200
Next »