summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier
AgeCommit message (Expand)Author
2020-02-28ARM: uniphier: detect the base of micro support card at run-timeMasahiro Yamada
2020-02-28ARM: uniphier: remove workaround for the NAND write protectMasahiro Yamada
2020-02-28ARM: uniphier: move NAND reset assertion to U-Boot proper from SPLMasahiro Yamada
2020-02-28ARM: uniphier: add sdscript, sdboot, sdupdate environment variablesMasahiro Yamada
2020-02-01ARM: uniphier: set gd->ram_base correctlyMasahiro Yamada
2020-02-01ARM: uniphier: remove adhoc reset deassertion for the NAND controllerMasahiro Yamada
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass
2019-12-02common: Move some board functions out of common.hSimon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-12-02common: Move some SMP functions out of common.hSimon Glass
2019-10-08dm: core: Add device_foreach_child()Simon Glass
2019-08-11env: Move env_set_ulong() to env.hSimon Glass
2019-08-11env: Move env_set_hex() to env.hSimon Glass
2019-07-24psci: Fix warnings when compiling with W=1Patrick Delaunay
2019-07-10ARM: uniphier: set {kernel, ramdisk, fdt}_addr_r at boot-timeMasahiro Yamada
2019-07-10ARM: uniphier: set dram_base environment variableMasahiro Yamada
2019-07-10ARM: uniphier: set loadaddr at boot-timeMasahiro Yamada
2019-07-10ARM: uniphier: turn uniphier_set_fdt_file() into void functionMasahiro Yamada
2019-07-10ARM: uniphier: remove CONFIG_SYS_SDRAM_BASEMasahiro Yamada
2019-07-10ARM: uniphier: make mem_map run-time configurableMasahiro Yamada
2019-07-10ARM: uniphier: make dram_init() more genericMasahiro Yamada
2019-07-10ARM: uniphier: make dram_init() independent of SG_MEMCONFMasahiro Yamada
2019-07-10ARM: uniphier: detect register base addresses run-timeMasahiro Yamada
2019-07-10ARM: uniphier: de-couple SC macros into base address and offsetMasahiro Yamada
2019-07-10ARM: uniphier: de-couple SG macros into base address and offsetMasahiro Yamada
2019-07-10ARM: uniphier: detect SD boot modeMasahiro Yamada
2019-07-10ARM: uniphier: make boot_is_swapped() code optionalMasahiro Yamada
2019-07-10ARM: uniphier: check DT to determine whether to initialize SBCMasahiro Yamada
2019-07-10ARM: uniphier: check DT to determine whether to use support cardMasahiro Yamada
2019-07-10ARM: uniphier: include <linux/io.h> from boot-device.cMasahiro Yamada
2019-07-10ARM: uniphier: use bool type for have_internal_stm parameterMasahiro Yamada
2019-07-10ARM: uniphier: clean up clk/MakefileMasahiro Yamada
2019-07-10ARM: uniphier: remove unused uniphier_ld11_boot_device_fixup()Masahiro Yamada
2019-06-29ARM: uniphier: move sg_set_{pinsel, iectrl} to more relevant placesMasahiro Yamada
2019-06-29ARM: uniphier: remove unused init code for CONFIG_DEBUG_UARTMasahiro Yamada
2019-06-29ARM: uniphier: include <linux/io.h> from dram_init.cMasahiro Yamada
2019-06-29ARM: uniphier: remove unused sg_set_iectrl_range()Masahiro Yamada
2019-06-29ARM: uniphier: remove unused SC_DPLLOSCCTRLMasahiro Yamada
2019-06-29ARM: uniphier: fix build error for CONFIG_DEBUG_LL=yMasahiro Yamada
2018-12-29ARM: uniphier: do not modify bootcmd environment variable at run-timeMasahiro Yamada
2018-09-20mtd: move NAND files into a raw/ subdirectoryMiquel Raynal
2018-09-11ARM: uniphier: remove ad-hoc clock enabling for EHCIMasahiro Yamada
2018-07-30Kconfig: Sort bool, default, select and imply optionsMichal Simek
2018-07-25ARM: uniphier: enable distro bootMasahiro Yamada
2018-07-25ARM: uniphier: support fdt_fixup_mtdpartsMasahiro Yamada
2018-07-25ARM: uniphier: split ft_board_setup() out to a separate fileMasahiro Yamada
2018-07-25ARM: uniphier: clean-up ft_board_setup()Masahiro Yamada
2018-05-23ARM: uniphier: rename environment variable fdt_file to fdtfileMasahiro Yamada
2018-05-07arm: v7: Kconfig: Rename CPU_V7 as CPU_V7ALokesh Vutla