summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-185-0/+5
* common: Drop linux/delay.h from common headerSimon Glass2020-05-184-0/+4
* common: Drop linux/bug.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-185-0/+5
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-184-5/+14
* common: Drop init.h from common headerSimon Glass2020-05-184-0/+4
* common: Drop net.h from common headerSimon Glass2020-05-182-1/+3
* spl: Always define preloader_console_initSamuel Holland2020-05-151-2/+0
* spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler2020-04-221-1/+1
* ARM: uniphier: detect the base of micro support card at run-timeMasahiro Yamada2020-02-281-12/+31
* ARM: uniphier: remove workaround for the NAND write protectMasahiro Yamada2020-02-281-17/+0
* ARM: uniphier: move NAND reset assertion to U-Boot proper from SPLMasahiro Yamada2020-02-285-7/+56
* ARM: uniphier: add sdscript, sdboot, sdupdate environment variablesMasahiro Yamada2020-02-281-4/+23
* ARM: uniphier: set gd->ram_base correctlyMasahiro Yamada2020-02-011-6/+1
* ARM: uniphier: remove adhoc reset deassertion for the NAND controllerMasahiro Yamada2020-02-017-73/+8
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* common: Move reset_cpu() to the CPU headerSimon Glass2020-01-171-0/+1
* common: Move some board functions out of common.hSimon Glass2019-12-021-0/+1
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* common: Move some SMP functions out of common.hSimon Glass2019-12-021-0/+1
* dm: core: Add device_foreach_child()Simon Glass2019-10-081-2/+2
* 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