Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
f3f8fe257d234893758e1075548edf94b65aabca
/
arch
/
mips
/
include
/
asm
06f823f
MIPS: change 'extern inline' to 'static inline'
by Daniel Schwierzeck
· 9 years ago
d76628d
MIPS: fix missing semicolon in cacheops.h
by Tony Wu
· 10 years ago
c6c3853
malta: IDE support
by Paul Burton
· 10 years ago
5429af8
MIPS: avoid .set ISA for cache operations
by Paul Burton
· 10 years ago
01cab27
MIPS: add support for pre-relocation malloc
by Daniel Schwierzeck
· 10 years ago
e722852
Replace <compiler.h> with <linux/compiler.h>
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
0d21a3c
MIPS: fix types u64 and __u64 to unsigned long long
by Daniel Schwierzeck
· 11 years ago
dc7c287
malta: enable PIIX4 SERIRQ
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
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
eaadb1a
MIPS: bootm: add support for generic relocation of init ramdisks
by Daniel Schwierzeck
· 12 years ago
22d1c23
MIPS: bootm: add support for LMB
by Daniel Schwierzeck
· 12 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
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 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
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
84937ab
MIPS: add dynamic relocation support
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
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
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
3ac47d7
Add architecture-specific global data
by Simon Glass
· 12 years ago
ad6cca1
MIPS: convert IO port accessor functions to 'static inline'
by Gabor Juhos
· 12 years ago
c199a06
MIPS: use inline directive for __in*s functions
by Gabor Juhos
· 12 years ago
790e7f2
MIPS: constify address pointer in test_bit()
by Daniel Schwierzeck
· 12 years ago
c81b690
mips: Change global data baudrate to int
by Simon Glass
· 12 years ago
dc3c251
MIPS: add support for 64 bit addressing
by Zhi-zhou Zhang
· 12 years ago
724f618
MIPS: don't use camel-case style
by Zhi-zhou Zhang
· 12 years ago
211c210
global_data: unify global flag defines
by Mike Frysinger
· 13 years ago
2fbdb74
MIPS: board.c: move extern declarations to u-boot-mips.h
by Daniel Schwierzeck
· 12 years ago
04b63f2
net: punt bd->bi_ip_addr
by Mike Frysinger
· 13 years ago
66d6dbf
mips: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment
by Anton Staaf
· 13 years ago
2f46d42
MIPS: Ingenic XBurst Jz4740 processor support
by Xiangfu Liu
· 13 years ago
5da0bed
image: push default arch values to arch headers
by Mike Frysinger
· 13 years ago
3c28f48
console: Implement pre-console buffer
by Graeme Russ
· 13 years ago
95a3e6f
MIPS: Purple: Remove Purple support
by Daniel Schwierzeck
· 14 years ago
d0813e5
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
by Wolfgang Denk
· 14 years ago
0191e47
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
by Wolfgang Denk
· 14 years ago
9fce7e4
arm: get rid of bi_env
by Heiko Schocher
· 14 years ago
460a9ff
New implementation for internal handling of environment variables.
by Wolfgang Denk
· 14 years ago
f710efd
Make getenv() work before relocation.
by Wolfgang Denk
· 14 years ago
3cba3c1
Move architecture-specific includes to arch/$ARCH/include/asm
by Peter Tyser
· 15 years ago