index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
34
-0
/
+37
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
10
-0
/
+10
*
common: Drop linux/bug.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop asm/ptrace.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop log.h from common header
Simon Glass
2020-05-18
7
-0
/
+7
*
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
3
-4
/
+6
*
common: Drop init.h from common header
Simon Glass
2020-05-18
11
-0
/
+11
*
common: Drop image.h from common header
Simon Glass
2020-05-18
2
-0
/
+2
*
common: Drop bootstage.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop net.h from common header
Simon Glass
2020-05-18
2
-0
/
+3
*
mips: Add support for SoM "VoCore2".
Mauro Condarelli
2020-04-27
3
-0
/
+96
*
mips: mt76x8: ddr_cal: Correct dqs_find_min/max implementations
Stefan Roese
2020-04-27
1
-18
/
+10
*
mips: mt76x8: ddr_cal: Change types from u32 to int in dqs_find_min/max
Stefan Roese
2020-04-27
1
-6
/
+8
*
mips: mt76x8: ddr_cal: Rename dqs_test_valid() to dqs_test_error()
Stefan Roese
2020-04-27
1
-6
/
+6
*
mips: mtmips: add support for mt7628-rfb
Weijie Gao
2020-04-27
3
-0
/
+77
*
mips: mtmips: enable SPL for all boards
Weijie Gao
2020-04-27
1
-26
/
+0
*
mips: mtmips: add SPL support
Weijie Gao
2020-04-27
9
-1
/
+160
*
mips: mtmips: rewrite lowlevel codes of mt7628
Weijie Gao
2020-04-27
15
-791
/
+1201
*
mips: add a option to support not reserving malloc space on initial stack
Weijie Gao
2020-04-27
2
-2
/
+22
*
mips: add an option to support initialize SRAM for initial stack
Weijie Gao
2020-04-27
2
-0
/
+16
*
dts: mtmips: add alternative pinmux node for uart2
Weijie Gao
2020-04-27
1
-0
/
+5
*
mips: add a mtmips-specific field to architecture-specific global data
Weijie Gao
2020-04-27
1
-0
/
+3
*
mips: mtmips: make use of sysreset-resetctrl for mt7628 soc
Weijie Gao
2020-04-27
2
-5
/
+6
*
mips: spl: Flush cache before jumping to U-Boot proper
Stefan Roese
2020-04-27
2
-0
/
+22
*
mips: add an option to enable u_boot_list section for SPL loaders in u-boot-s...
Weijie Gao
2020-04-27
2
-1
/
+7
*
mips: enable support for appending dtb to spl binary
Weijie Gao
2020-04-27
1
-0
/
+2
*
mips: start.S: avoid overwriting outside gd when clearing global data in stack
Weijie Gao
2020-04-27
1
-1
/
+2
*
mips: mtmips: add predefined i-cache/d-cache size and linesize
Weijie Gao
2020-04-27
1
-0
/
+12
*
mips: add support to restore exception vector base before booting linux
Weijie Gao
2020-04-27
4
-0
/
+54
*
Merge branch 'next'
Tom Rini
2020-04-13
1
-5
/
+5
|
\
|
*
kconfig / kbuild: Re-sync with Linux 4.19
Tom Rini
2020-04-10
1
-5
/
+5
*
|
mips: cmd: go: Flush cache before jumping to app/image
Stefan Roese
2020-04-09
2
-0
/
+24
*
|
mips: vcoreiii: Fix cache coherency issues
Lars Povlsen
2020-04-09
4
-18
/
+26
*
|
MIPS: allow override of get_tbclk()
Alex Nemirovsky
2020-04-09
1
-1
/
+1
*
|
MIPS: allow override of flush_dcache_range()
Alex Nemirovsky
2020-04-09
1
-1
/
+1
|
/
*
arch: Add explicit linker script for u-boot-elf
Michal Simek
2020-04-03
1
-1
/
+0
*
dma-mapping: add <asm/dma-mapping.h> for all architectures
Masahiro Yamada
2020-02-20
1
-0
/
+1
*
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
2
-0
/
+2
*
common: Move hang() to the same header as panic()
Simon Glass
2020-01-17
4
-0
/
+4
*
common: Move RAM-sizing functions to init.h
Simon Glass
2020-01-17
2
-0
/
+2
*
common: Move get_tbclk() to time.h
Simon Glass
2020-01-17
1
-0
/
+1
*
common: Move clock functions into a new file
Simon Glass
2020-01-17
4
-0
/
+4
*
common: Move relocate_code() to init.h
Simon Glass
2020-01-17
1
-0
/
+1
*
Merge branch '2019-12-02-master-imports'
Tom Rini
2019-12-02
7
-0
/
+10
|
\
|
*
common: Move trap_init() out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
|
*
common: Move board_get_usable_ram_top() out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
|
*
common: Move interrupt functions into a new header
Simon Glass
2019-12-02
2
-0
/
+2
|
*
common: Move ARM cache operations out of common.h
Simon Glass
2019-12-02
4
-0
/
+4
|
*
common: Move some cache and MMU functions out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
|
*
common: Move get_ticks() function out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
[next]