summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier
Commit message (Expand)AuthorAgeFilesLines
* env: Move env_set_ulong() to env.hSimon Glass2019-08-111-0/+1
* env: Move env_set_hex() to env.hSimon Glass2019-08-111-0/+1
* psci: Fix warnings when compiling with W=1Patrick Delaunay2019-07-241-2/+2
* ARM: uniphier: set {kernel, ramdisk, fdt}_addr_r at boot-timeMasahiro Yamada2019-07-101-0/+4
* ARM: uniphier: set dram_base environment variableMasahiro Yamada2019-07-101-0/+2
* ARM: uniphier: set loadaddr at boot-timeMasahiro Yamada2019-07-101-0/+32
* ARM: uniphier: turn uniphier_set_fdt_file() into void functionMasahiro Yamada2019-07-101-7/+13
* ARM: uniphier: remove CONFIG_SYS_SDRAM_BASEMasahiro Yamada2019-07-101-1/+4
* ARM: uniphier: make mem_map run-time configurableMasahiro Yamada2019-07-103-4/+38
* ARM: uniphier: make dram_init() more genericMasahiro Yamada2019-07-101-3/+7
* ARM: uniphier: make dram_init() independent of SG_MEMCONFMasahiro Yamada2019-07-101-64/+84
* ARM: uniphier: detect register base addresses run-timeMasahiro Yamada2019-07-106-1/+97
* ARM: uniphier: de-couple SC macros into base address and offsetMasahiro Yamada2019-07-1028-285/+266
* ARM: uniphier: de-couple SG macros into base address and offsetMasahiro Yamada2019-07-1013-41/+46
* ARM: uniphier: detect SD boot modeMasahiro Yamada2019-07-102-0/+12
* ARM: uniphier: make boot_is_swapped() code optionalMasahiro Yamada2019-07-105-12/+30
* ARM: uniphier: check DT to determine whether to initialize SBCMasahiro Yamada2019-07-107-1/+33
* ARM: uniphier: check DT to determine whether to use support cardMasahiro Yamada2019-07-101-0/+33
* ARM: uniphier: include <linux/io.h> from boot-device.cMasahiro Yamada2019-07-101-0/+1
* ARM: uniphier: use bool type for have_internal_stm parameterMasahiro Yamada2019-07-101-10/+10
* ARM: uniphier: clean up clk/MakefileMasahiro Yamada2019-07-101-7/+3
* ARM: uniphier: remove unused uniphier_ld11_boot_device_fixup()Masahiro Yamada2019-07-103-11/+0
* ARM: uniphier: move sg_set_{pinsel, iectrl} to more relevant placesMasahiro Yamada2019-06-294-42/+40
* ARM: uniphier: remove unused init code for CONFIG_DEBUG_UARTMasahiro Yamada2019-06-294-44/+2
* ARM: uniphier: include <linux/io.h> from dram_init.cMasahiro Yamada2019-06-291-0/+1
* ARM: uniphier: remove unused sg_set_iectrl_range()Masahiro Yamada2019-06-291-8/+0
* ARM: uniphier: remove unused SC_DPLLOSCCTRLMasahiro Yamada2019-06-291-4/+0
* ARM: uniphier: fix build error for CONFIG_DEBUG_LL=yMasahiro Yamada2019-06-291-0/+2
* ARM: uniphier: do not modify bootcmd environment variable at run-timeMasahiro Yamada2018-12-291-4/+4
* mtd: move NAND files into a raw/ subdirectoryMiquel Raynal2018-09-201-1/+1
* ARM: uniphier: remove ad-hoc clock enabling for EHCIMasahiro Yamada2018-09-114-15/+0
* Kconfig: Sort bool, default, select and imply optionsMichal Simek2018-07-301-3/+4
* ARM: uniphier: enable distro bootMasahiro Yamada2018-07-251-4/+4
* ARM: uniphier: support fdt_fixup_mtdpartsMasahiro Yamada2018-07-251-0/+8
* ARM: uniphier: split ft_board_setup() out to a separate fileMasahiro Yamada2018-07-254-36/+57
* ARM: uniphier: clean-up ft_board_setup()Masahiro Yamada2018-07-251-3/+3
* ARM: uniphier: rename environment variable fdt_file to fdtfileMasahiro Yamada2018-05-231-2/+2
* arm: v7: Kconfig: Rename CPU_V7 as CPU_V7ALokesh Vutla2018-05-072-2/+2
* uniphier: psci: save context id in cpu_on commandPatrick Delaunay2018-05-071-2/+5
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0798-205/+98
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-052-2/+2
* ARM: uniphier: hide memory top by platform hook instead of CONFIGMasahiro Yamada2018-01-091-0/+7
* ARM: uniphier: do not use RAM that exceeds 32 bit address rangeMasahiro Yamada2018-01-091-0/+17
* ARM: uniphier: use FIELD_PREP for PLL settingsMasahiro Yamada2017-12-121-6/+8
* ARM: uniphier: compute SSCPLL values more preciselyMasahiro Yamada2017-12-121-2/+4
* ARM: uniphier: fix SSCPLL init code for LD11 SoCDai Okamura2017-12-121-0/+1
* ARM: uniphier: compile pll-base-ld20.c for PXs3Masahiro Yamada2017-12-121-0/+1
* ARM: uniphier: clean up board_initMasahiro Yamada2017-12-041-5/+2
* ARM: dts: uniphier: Sync with Linux 4.15-rc1Masahiro Yamada2017-11-292-2/+2
* ARM: uniphier: remove XIRQ pin settingsMasahiro Yamada2017-11-291-16/+0