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
/
arm
/
mach-uniphier
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: uniphier: set up charge pump current for MPLL of LD11 SoC
Masahiro Yamada
2017-02-23
3
-0
/
+24
*
ARM: uniphier: add simple eMMC load APIs instead of ROM API
Masahiro Yamada
2017-02-23
1
-58
/
+195
*
ARM: uniphier: deassert RST_n of eMMC device for LD11/LD20
Masahiro Yamada
2017-02-23
5
-1
/
+25
*
ARM: uniphier: add DRAM PHY clock duty adjustment for LD20 SoC
Kotaro Hayashi
2017-02-23
1
-2
/
+8
*
ARM: uniphier: remove dram_nr_ch from board parameters
Masahiro Yamada
2017-02-23
5
-26
/
+18
*
ARM: uniphier: rework spl_boot_device() and related code
Masahiro Yamada
2017-02-23
17
-344
/
+312
*
ARM: uniphier: move spl_boot_mode() to a separate file
Masahiro Yamada
2017-02-23
3
-24
/
+35
*
ARM: uniphier: move MMC code to a separate file
Masahiro Yamada
2017-02-23
3
-38
/
+47
*
ARM: uniphier: remove DRAM base address from board parameters
Masahiro Yamada
2017-02-23
6
-57
/
+36
*
ARM: uniphier: print Support Card info very late
Masahiro Yamada
2017-02-23
1
-7
/
+4
*
ARM: uniphier: skip memreserve of unused DRAM bank of LD20
Masahiro Yamada
2017-02-23
1
-0
/
+3
*
ARM: uniphier: correct spelling of "invalid"
Masahiro Yamada
2017-02-23
1
-3
/
+3
*
ARM: uniphier: skip MEMCONF ch2 parsing if CH2_DISABLE bit is set
Masahiro Yamada
2017-02-23
1
-1
/
+1
*
ARM: uniphier: revive accidentally removed dcache_disable()
Masahiro Yamada
2017-02-23
1
-0
/
+4
*
flash: complete CONFIG_SYS_NO_FLASH move with renaming
Masahiro Yamada
2017-02-12
1
-3
/
+3
*
cmd: move CONFIG_CMD_UNZIP and CONFIG_CMD_ZIP to Kconfig
Masahiro Yamada
2017-02-08
1
-0
/
+1
*
ARM: uniphier: compile board data only for SPL
Masahiro Yamada
2017-01-29
1
-1
/
+1
*
ARM: uniphier: refactor cmd_ddrmphy
Masahiro Yamada
2017-01-29
1
-83
/
+112
*
ARM: uniphier: clean up UMC init for PXs2 SoC
Masahiro Yamada
2017-01-29
3
-283
/
+284
*
ARM: uniphier: refactor cmd_ddrphy
Masahiro Yamada
2017-01-29
1
-73
/
+83
*
ARM: uniphier: use gd->bd->bi_dram for memory reserve on LD20 SoC
Masahiro Yamada
2017-01-29
1
-10
/
+3
*
ARM: uniphier: detect RAM size by decoding HW register instead of DT
Masahiro Yamada
2017-01-29
2
-49
/
+206
*
ARM: uniphier: shrink arrays of DDR-PHY parameters for LD20 SoC
Masahiro Yamada
2017-01-29
1
-175
/
+79
*
ARM: uniphier: add PXs3 SoC support
Masahiro Yamada
2017-01-22
8
-0
/
+27
*
ARM: uniphier: add macro to generate SoC data look-up function
Masahiro Yamada
2017-01-22
3
-33
/
+23
*
ARM: uniphier: simplify SoC ID get function
Masahiro Yamada
2017-01-22
17
-317
/
+214
*
ARM: uniphier: replace <common.h> with <linux/delay.h> where possible
Masahiro Yamada
2017-01-22
4
-4
/
+5
*
ARM: uniphier: replace <linux/err.h> with <linux/errno.h>
Masahiro Yamada
2017-01-22
13
-14
/
+16
*
ARM: uniphier: make SPL optional for ARVv8 SoCs
Masahiro Yamada
2017-01-22
3
-20
/
+39
*
ARM: uniphier: add missing static and const qualifier
Masahiro Yamada
2017-01-22
1
-3
/
+3
*
ARM: uniphier: fix delay fixup code in LD11 UMC init
Kotaro Hayashi
2017-01-22
1
-0
/
+1
*
ARM: uniphier: update UMC_MEMMAPSET value for LD20 SoC
Wataru Okoshi
2017-01-22
1
-2
/
+2
*
ARM: uniphier: move SBC and Support Card init code to U-Boot proper
Masahiro Yamada
2017-01-18
3
-27
/
+19
*
ARM: uniphier: refactor spl_init_board()
Masahiro Yamada
2017-01-18
19
-508
/
+250
*
ARM: uniphier: refactor board_init()
Masahiro Yamada
2017-01-18
4
-95
/
+141
*
ARM: uniphier: make BCU init into void function
Masahiro Yamada
2017-01-17
3
-10
/
+10
*
ARM: uniphier: refactor Support Card init code
Masahiro Yamada
2017-01-17
10
-28
/
+8
*
ARM: uniphier: refactor SBC init code
Masahiro Yamada
2017-01-17
15
-110
/
+94
*
ARM: uniphier: refactor MEMCONF init code
Masahiro Yamada
2017-01-17
15
-259
/
+176
*
ARM: uniphier: split out UMC clock enable
Masahiro Yamada
2017-01-17
17
-69
/
+97
*
ARM: uniphier: remove unneeded argument of uniphier_ld20_pll_init()
Masahiro Yamada
2017-01-17
3
-11
/
+3
*
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
Tom Rini
2016-12-12
2
-5
/
+7
|
\
|
*
ARM: uniphier: remove unneeded parentheses
Masahiro Yamada
2016-12-10
1
-3
/
+3
|
*
ARM: uniphier: remove unneeded initializer
Masahiro Yamada
2016-12-10
1
-2
/
+4
*
|
spl: uniphier: Drop spl_board_announce_boot_device()
Simon Glass
2016-12-09
1
-5
/
+0
*
|
spl: Add a name to the SPL load-image methods
Simon Glass
2016-12-09
1
-1
/
+1
|
/
*
ARM: uniphier: update DRAM init code for LD11 SoC
Masahiro Yamada
2016-10-29
2
-23
/
+391
*
ARM: uniphier: support DDR PHY parameter dump command for LD11
Masahiro Yamada
2016-10-29
2
-6
/
+19
*
ARM: uniphier: refactor DDR PHY parameter dump command
Masahiro Yamada
2016-10-29
3
-44
/
+50
*
ARM: uniphier: rework existing DDR PHY code to reuse for LD11 SoC
Masahiro Yamada
2016-10-29
8
-294
/
+302
[next]