aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier/board_late_init.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-08-18ARM: uniphier: remove unneeded header inclusion from board_late_init.cMasahiro Yamada1-2/+1
2020-05-22ARM: uniphier: delete or replace <common.h> includesMasahiro Yamada1-1/+0
2020-02-28ARM: uniphier: remove workaround for the NAND write protectMasahiro Yamada1-17/+0
2019-12-02common: Move some board functions out of common.hSimon Glass1-0/+1
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
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: detect SD boot modeMasahiro Yamada1-0/+4
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-07-25ARM: uniphier: enable distro bootMasahiro Yamada1-4/+4
2018-05-23ARM: uniphier: rename environment variable fdt_file to fdtfileMasahiro Yamada1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-10-15ARM: uniphier: use pr_() instead of printf() where appropriateMasahiro Yamada1-1/+3
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-5/+5
2017-04-20ARM: uniphier: show STM (SCP) status on boot and pinmon commandMasahiro Yamada1-5/+11
2017-02-23ARM: uniphier: rework spl_boot_device() and related codeMasahiro Yamada1-2/+2
2016-10-29ARM: uniphier: adjust fdt_file environment handling to latest LinuxMasahiro Yamada1-12/+9
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-3/+2
2016-06-09ARM: uniphier: do not overwrite fdt_file environmentMasahiro Yamada1-0/+3
2016-06-09ARM: uniphier: check return code of setenv()Masahiro Yamada1-3/+1
2016-04-24ARM: uniphier: rework uniphier_set_fdt_file()Masahiro Yamada1-31/+31
2016-04-24ARM: uniphier: carry on booting for Unknown boot modeMasahiro Yamada1-2/+2
2016-02-14ARM: uniphier: add support for PH1-Pro4 Ace and Sanji boardsMasahiro Yamada1-0/+2
2016-02-14ARM: uniphier: support USB boot mode for ProXstream2 / PH1-LD6b SoCMasahiro Yamada1-1/+7
2015-12-23ARM: uniphier: set DTB file name to fdt_file environmentMasahiro Yamada1-0/+35
2015-05-31ARM: UniPhier: replace <asm/io.h> with <linux/io.h>Masahiro Yamada1-3/+2
2015-03-01ARM: UniPhier: move SoC sources to mach-uniphierMasahiro Yamada1-0/+53