Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
71d84b49edcb54e6985c1f1eb9c8bab3cce1af17
/
arch
/
mips
/
cpu
/
start.S
984c10d
mips: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot
by Andy Yan
· 7 years ago
d3a278d
MIPS: Stop building position independent code
by Paul Burton
· 7 years ago
98a97a8
MIPS: add initial infrastructure for Broadcom MIPS SoCs
by Álvaro Fernández Rojas
· 8 years ago
fd32b13
MIPS: call debug_uart_init right before board_init_f
by Daniel Schwierzeck
· 8 years ago
41dc35e
MIPS: add possibility to setup initial stack and global data in SRAM
by Daniel Schwierzeck
· 8 years ago
993a122
MIPS: factor out code for initial stack and global data
by Daniel Schwierzeck
· 8 years ago
ecf0d79
MIPS: fix iand optimize setup of CP0 registers
by Daniel Schwierzeck
· 9 years ago
8b2fd07
MIPS: fix ROM exception vectors
by Daniel Schwierzeck
· 9 years ago
754cd05
MIPS: make inclusion of ROM exception vectors configurable
by Daniel Schwierzeck
· 9 years ago
fcdc1fb
MIPS: Hang if run on a secondary CPU
by Paul Burton
· 8 years ago
92a06ee
MIPS: Fix cache maintenance in relocate_code & simplify
by Paul Burton
· 8 years ago
82c9d89
MIPS: Ensure Config.K0=2 applies before any memory accesses
by Paul Burton
· 8 years ago
79ac174
MIPS: Map CM Global Control Registers
by Paul Burton
· 8 years ago
68b4c75
MIPS: If we don't need DDR for cache init, init cache first
by Paul Burton
· 8 years ago
4f5561c
MIPS: Preserve Config implementation-defined bits
by Paul Burton
· 8 years ago
8c57b04
MIPS: Enable use of the instruction cache earlier
by Paul Burton
· 8 years ago
53c9826
MIPS: Use unchecked immediate addition/subtraction
by Paul Burton
· 9 years ago
7557405
Use correct spelling of "U-Boot"
by Bin Meng
· 9 years ago
7aa7164
MIPS: start.S: fix and optimize instructions
by Daniel Schwierzeck
· 9 years ago
5c8cdf4
MIPS: initialize board_init_f() argument to zero.
by Purna Chandra Mandal
· 9 years ago
7509b57
MIPS: fix annotation of _start and relocate_code
by Daniel Schwierzeck
· 9 years ago
ed16050
MIPS: unify CPU code in arch/mips/cpu/
by Daniel Schwierzeck
· 10 years ago
[Renamed from arch/mips/cpu/mips32/start.S]
debf0e0
MIPS: handle mips64 ST0_KX bit in mips32 start.S
by Paul Burton
· 10 years ago
cb2ab2f
MIPS: handle mips64 relocs in mips32 start.S
by Paul Burton
· 10 years ago
ce14da2
MIPS: use asm.h macros in mips32 start.S
by Paul Burton
· 10 years ago
01cab27
MIPS: add support for pre-relocation malloc
by Daniel Schwierzeck
· 10 years ago
2814459
MIPS: add support for CONFIG_SYS_INIT_SP_ADDR
by Daniel Schwierzeck
· 10 years ago
f224c1a
MIPS: fix setup of initial stack frame
by Daniel Schwierzeck
· 10 years ago
10a74b5
qemu-malta: rename to just "malta"
by Paul Burton
· 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
b6be59a
MIPS: start.S: emulate REVISION register for qemu-malta
by Gabor Juhos
· 12 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 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
0de9cc5
MIPS: start.S: optimize BSS initialization
by Daniel Schwierzeck
· 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
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
9d632e6
MIPS: start{, 64}.S: fill branch delay slots with NOP instructions
by Gabor Juhos
· 12 years ago
7dc16be
MIPS: make cache operation mode configurable
by Daniel Schwierzeck
· 13 years ago
6ff8ae0
MIPS: rename INFINEON_EBU_BOOTCFG to CONFIG_SYS_XWAY_EBU_BOOTFG
by Daniel Schwierzeck
· 13 years ago
6911d0a
MIPS: Coding style cleanups on common assembly files
by Shinya Kuribayashi
· 14 years ago
1949d53
MIPS: Remove mips_cache_lock() feature
by Shinya Kuribayashi
· 14 years ago
ce82730
MIPS: Move content of arch/mips/cpu to arch/mips/cpu/mips32
by Daniel Schwierzeck
· 14 years ago
[Renamed from arch/mips/cpu/start.S]
95a3e6f
MIPS: Purple: Remove Purple support
by Daniel Schwierzeck
· 14 years ago
0191e47
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
by Wolfgang Denk
· 14 years ago
1d85dee
mips: Move cpu/mips/* to arch/mips/cpu/*
by Peter Tyser
· 15 years ago
[Renamed from cpu/mips/start.S]
aed3f50
MIPS: Flush data cache upon relocation
by Stefan Roese
· 16 years ago
d6e14c0
MIPS: Add CONFIG_SKIP_LOWLEVEL_INIT
by Stefan Roese
· 16 years ago
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
a0fbd83
[MIPS] Kill unused <version.h> inclusions
by Shinya Kuribayashi
· 16 years ago
a1be476
Big white-space cleanup.
by Wolfgang Denk
· 17 years ago
82809fa
Allow building mips versions with ELDK 3.1.1
by Vlad Lungu
· 17 years ago
9dabea1
Use jr as register jump instruction
by Shinya Kuribayashi
· 17 years ago
2300af1
[MIPS] Cleanup CP0 Status initialization
by Shinya Kuribayashi
· 17 years ago
79727f8
[MIPS] Initialize CP0 Cause before setting up CP0 Status register
by Shinya Kuribayashi
· 17 years ago
b5876f6
[MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
by Shinya Kuribayashi
· 17 years ago
b827589
[MIPS] Request for the 'mips_cache_lock()' removal
by Shinya Kuribayashi
· 17 years ago
ec655bd
[MIPS] Remove useless instructions for initializing $gp.
by Shinya Kuribayashi
· 17 years ago
c7faac5
[MIPS] MIPS 4K core: Coding style cleanups
by Shinya Kuribayashi
· 17 years ago
7cb5676
[MIPS] Fix $gp usage
by Shinya Kuribayashi
· 17 years ago
117b0b1
Fix U-Boot compilation for MIPS boards using ELDK 4.0
by Wolfgang Denk
· 19 years ago
336b2bc
Prepare for SoC rework of ARM code:
by wdenk
· 20 years ago
5401de4
* Patch by liang a lei, 9 Jan 2004: Fix Intel 28F128J3 ID in include/flash.h
by wdenk
· 21 years ago
874ac26
* Implement new mechanism to export U-Boot's functions to standalone
by wdenk
· 21 years ago
57b2d80
* Code cleanup:
by wdenk
· 21 years ago
b9a83a9
* Get (mostly) rid of CFG_MONITOR_LEN definition; compute real length
by wdenk
· 22 years ago
b02744a
* Patch by Arun Dharankar, 4 Apr 2003:
by wdenk
· 22 years ago
bb1b826
* Add support for MIPS32 4Kc CPUs
by wdenk
· 22 years ago