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
*
spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()
Harald Seiler
2020-04-22
1
-1
/
+1
*
ARM: uniphier: detect the base of micro support card at run-time
Masahiro Yamada
2020-02-28
1
-12
/
+31
*
ARM: uniphier: remove workaround for the NAND write protect
Masahiro Yamada
2020-02-28
1
-17
/
+0
*
ARM: uniphier: move NAND reset assertion to U-Boot proper from SPL
Masahiro Yamada
2020-02-28
5
-7
/
+56
*
ARM: uniphier: add sdscript, sdboot, sdupdate environment variables
Masahiro Yamada
2020-02-28
1
-4
/
+23
*
ARM: uniphier: set gd->ram_base correctly
Masahiro Yamada
2020-02-01
1
-6
/
+1
*
ARM: uniphier: remove adhoc reset deassertion for the NAND controller
Masahiro Yamada
2020-02-01
7
-73
/
+8
*
common: Move hang() to the same header as panic()
Simon Glass
2020-01-17
1
-0
/
+1
*
common: Move reset_cpu() to the CPU header
Simon Glass
2020-01-17
1
-0
/
+1
*
common: Move some board functions out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
common: Move some cache and MMU functions out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
common: Move some SMP functions out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
dm: core: Add device_foreach_child()
Simon Glass
2019-10-08
1
-2
/
+2
*
env: Move env_set_ulong() to env.h
Simon Glass
2019-08-11
1
-0
/
+1
*
env: Move env_set_hex() to env.h
Simon Glass
2019-08-11
1
-0
/
+1
*
psci: Fix warnings when compiling with W=1
Patrick Delaunay
2019-07-24
1
-2
/
+2
*
ARM: uniphier: set {kernel, ramdisk, fdt}_addr_r at boot-time
Masahiro Yamada
2019-07-10
1
-0
/
+4
*
ARM: uniphier: set dram_base environment variable
Masahiro Yamada
2019-07-10
1
-0
/
+2
*
ARM: uniphier: set loadaddr at boot-time
Masahiro Yamada
2019-07-10
1
-0
/
+32
*
ARM: uniphier: turn uniphier_set_fdt_file() into void function
Masahiro Yamada
2019-07-10
1
-7
/
+13
*
ARM: uniphier: remove CONFIG_SYS_SDRAM_BASE
Masahiro Yamada
2019-07-10
1
-1
/
+4
*
ARM: uniphier: make mem_map run-time configurable
Masahiro Yamada
2019-07-10
3
-4
/
+38
*
ARM: uniphier: make dram_init() more generic
Masahiro Yamada
2019-07-10
1
-3
/
+7
*
ARM: uniphier: make dram_init() independent of SG_MEMCONF
Masahiro Yamada
2019-07-10
1
-64
/
+84
*
ARM: uniphier: detect register base addresses run-time
Masahiro Yamada
2019-07-10
6
-1
/
+97
*
ARM: uniphier: de-couple SC macros into base address and offset
Masahiro Yamada
2019-07-10
28
-285
/
+266
*
ARM: uniphier: de-couple SG macros into base address and offset
Masahiro Yamada
2019-07-10
13
-41
/
+46
*
ARM: uniphier: detect SD boot mode
Masahiro Yamada
2019-07-10
2
-0
/
+12
*
ARM: uniphier: make boot_is_swapped() code optional
Masahiro Yamada
2019-07-10
5
-12
/
+30
*
ARM: uniphier: check DT to determine whether to initialize SBC
Masahiro Yamada
2019-07-10
7
-1
/
+33
*
ARM: uniphier: check DT to determine whether to use support card
Masahiro Yamada
2019-07-10
1
-0
/
+33
*
ARM: uniphier: include <linux/io.h> from boot-device.c
Masahiro Yamada
2019-07-10
1
-0
/
+1
*
ARM: uniphier: use bool type for have_internal_stm parameter
Masahiro Yamada
2019-07-10
1
-10
/
+10
*
ARM: uniphier: clean up clk/Makefile
Masahiro Yamada
2019-07-10
1
-7
/
+3
*
ARM: uniphier: remove unused uniphier_ld11_boot_device_fixup()
Masahiro Yamada
2019-07-10
3
-11
/
+0
*
ARM: uniphier: move sg_set_{pinsel, iectrl} to more relevant places
Masahiro Yamada
2019-06-29
4
-42
/
+40
*
ARM: uniphier: remove unused init code for CONFIG_DEBUG_UART
Masahiro Yamada
2019-06-29
4
-44
/
+2
*
ARM: uniphier: include <linux/io.h> from dram_init.c
Masahiro Yamada
2019-06-29
1
-0
/
+1
*
ARM: uniphier: remove unused sg_set_iectrl_range()
Masahiro Yamada
2019-06-29
1
-8
/
+0
*
ARM: uniphier: remove unused SC_DPLLOSCCTRL
Masahiro Yamada
2019-06-29
1
-4
/
+0
*
ARM: uniphier: fix build error for CONFIG_DEBUG_LL=y
Masahiro Yamada
2019-06-29
1
-0
/
+2
*
ARM: uniphier: do not modify bootcmd environment variable at run-time
Masahiro Yamada
2018-12-29
1
-4
/
+4
*
mtd: move NAND files into a raw/ subdirectory
Miquel Raynal
2018-09-20
1
-1
/
+1
*
ARM: uniphier: remove ad-hoc clock enabling for EHCI
Masahiro Yamada
2018-09-11
4
-15
/
+0
*
Kconfig: Sort bool, default, select and imply options
Michal Simek
2018-07-30
1
-3
/
+4
*
ARM: uniphier: enable distro boot
Masahiro Yamada
2018-07-25
1
-4
/
+4
*
ARM: uniphier: support fdt_fixup_mtdparts
Masahiro Yamada
2018-07-25
1
-0
/
+8
*
ARM: uniphier: split ft_board_setup() out to a separate file
Masahiro Yamada
2018-07-25
4
-36
/
+57
*
ARM: uniphier: clean-up ft_board_setup()
Masahiro Yamada
2018-07-25
1
-3
/
+3
*
ARM: uniphier: rename environment variable fdt_file to fdtfile
Masahiro Yamada
2018-05-23
1
-2
/
+2
[next]