aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier
AgeCommit message (Expand)AuthorFilesLines
2020-04-22spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler1-1/+1
2020-02-28ARM: uniphier: detect the base of micro support card at run-timeMasahiro Yamada1-12/+31
2020-02-28ARM: uniphier: remove workaround for the NAND write protectMasahiro Yamada1-17/+0
2020-02-28ARM: uniphier: move NAND reset assertion to U-Boot proper from SPLMasahiro Yamada5-7/+56
2020-02-28ARM: uniphier: add sdscript, sdboot, sdupdate environment variablesMasahiro Yamada1-4/+23
2020-02-01ARM: uniphier: set gd->ram_base correctlyMasahiro Yamada1-6/+1
2020-02-01ARM: uniphier: remove adhoc reset deassertion for the NAND controllerMasahiro Yamada7-73/+8
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-0/+1
2019-12-02common: Move some board functions out of common.hSimon Glass1-0/+1
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-12-02common: Move some SMP functions out of common.hSimon Glass1-0/+1
2019-10-08dm: core: Add device_foreach_child()Simon Glass1-2/+2
2019-08-11env: Move env_set_ulong() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2019-07-24psci: Fix warnings when compiling with W=1Patrick Delaunay1-2/+2
2019-07-10ARM: uniphier: set {kernel, ramdisk, fdt}_addr_r at boot-timeMasahiro Yamada1-0/+4
2019-07-10ARM: uniphier: set dram_base environment variableMasahiro Yamada1-0/+2
2019-07-10ARM: uniphier: set loadaddr at boot-timeMasahiro Yamada1-0/+32
2019-07-10ARM: uniphier: turn uniphier_set_fdt_file() into void functionMasahiro Yamada1-7/+13
2019-07-10ARM: uniphier: remove CONFIG_SYS_SDRAM_BASEMasahiro Yamada1-1/+4
2019-07-10ARM: uniphier: make mem_map run-time configurableMasahiro Yamada3-4/+38
2019-07-10ARM: uniphier: make dram_init() more genericMasahiro Yamada1-3/+7
2019-07-10ARM: uniphier: make dram_init() independent of SG_MEMCONFMasahiro Yamada1-64/+84
2019-07-10ARM: uniphier: detect register base addresses run-timeMasahiro Yamada6-1/+97
2019-07-10ARM: uniphier: de-couple SC macros into base address and offsetMasahiro Yamada28-285/+266
2019-07-10ARM: uniphier: de-couple SG macros into base address and offsetMasahiro Yamada13-41/+46
2019-07-10ARM: uniphier: detect SD boot modeMasahiro Yamada2-0/+12
2019-07-10ARM: uniphier: make boot_is_swapped() code optionalMasahiro Yamada5-12/+30
2019-07-10ARM: uniphier: check DT to determine whether to initialize SBCMasahiro Yamada7-1/+33
2019-07-10ARM: uniphier: check DT to determine whether to use support cardMasahiro Yamada1-0/+33
2019-07-10ARM: uniphier: include <linux/io.h> from boot-device.cMasahiro Yamada1-0/+1
2019-07-10ARM: uniphier: use bool type for have_internal_stm parameterMasahiro Yamada1-10/+10
2019-07-10ARM: uniphier: clean up clk/MakefileMasahiro Yamada1-7/+3
2019-07-10ARM: uniphier: remove unused uniphier_ld11_boot_device_fixup()Masahiro Yamada3-11/+0
2019-06-29ARM: uniphier: move sg_set_{pinsel, iectrl} to more relevant placesMasahiro Yamada4-42/+40
2019-06-29ARM: uniphier: remove unused init code for CONFIG_DEBUG_UARTMasahiro Yamada4-44/+2
2019-06-29ARM: uniphier: include <linux/io.h> from dram_init.cMasahiro Yamada1-0/+1
2019-06-29ARM: uniphier: remove unused sg_set_iectrl_range()Masahiro Yamada1-8/+0
2019-06-29ARM: uniphier: remove unused SC_DPLLOSCCTRLMasahiro Yamada1-4/+0
2019-06-29ARM: uniphier: fix build error for CONFIG_DEBUG_LL=yMasahiro Yamada1-0/+2
2018-12-29ARM: uniphier: do not modify bootcmd environment variable at run-timeMasahiro Yamada1-4/+4
2018-09-20mtd: move NAND files into a raw/ subdirectoryMiquel Raynal1-1/+1
2018-09-11ARM: uniphier: remove ad-hoc clock enabling for EHCIMasahiro Yamada4-15/+0
2018-07-30Kconfig: Sort bool, default, select and imply optionsMichal Simek1-3/+4
2018-07-25ARM: uniphier: enable distro bootMasahiro Yamada1-4/+4
2018-07-25ARM: uniphier: support fdt_fixup_mtdpartsMasahiro Yamada1-0/+8
2018-07-25ARM: uniphier: split ft_board_setup() out to a separate fileMasahiro Yamada4-36/+57
2018-07-25ARM: uniphier: clean-up ft_board_setup()Masahiro Yamada1-3/+3
2018-05-23ARM: uniphier: rename environment variable fdt_file to fdtfileMasahiro Yamada1-2/+2