summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-uniphier
Commit message (Expand)AuthorAgeFilesLines
* reset: Remove addr parameter from reset_cpu()Harald Seiler2021-03-022-2/+2
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-051-1/+1
* ARM: uniphier: use FIELD_GET() to get access to revision register fieldsMasahiro Yamada2020-08-182-11/+15
* ARM: uniphier: remove unneeded header inclusion from board_late_init.cMasahiro Yamada2020-08-181-2/+1
* ARM: uniphier: remove unused uniphier_pin_init()Masahiro Yamada2020-08-183-32/+0
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-2/+2
* ARM: uniphier: remove NAND reset codeMasahiro Yamada2020-07-114-55/+0
* ARM: uniphier: remove sbc/ directoryMasahiro Yamada2020-07-115-33/+8
* bus: uniphier-system-bus: move hardware init from board filesMasahiro Yamada2020-07-1110-256/+45
* bus: uniphier-system-bus: add UniPhier System Bus driverMasahiro Yamada2020-07-111-0/+1
* ARM: uniphier: remove support for NOR Flash on support cardMasahiro Yamada2020-07-113-102/+0
* ARM: uniphier: remove unused uniphier_sbc_init_admulti()Masahiro Yamada2020-07-112-34/+5
* ARM: uniphier: fix build error when CONFIG_MICRO_SUPPORT_CARD=nMasahiro Yamada2020-07-111-0/+2
* ARM: uniphier: consolidate SoC select menuMasahiro Yamada2020-07-111-18/+15
* Revert "ARM: uniphier: add weird workaround code for LD20"Masahiro Yamada2020-07-112-14/+0
* ARM: uniphier: remove board_eth_init()Masahiro Yamada2020-05-221-12/+0
* ARM: uniphier: delete or replace <common.h> includesMasahiro Yamada2020-05-2236-36/+8
* ARM: uniphier: drop #include <log.h> againMasahiro Yamada2020-05-225-5/+0
* ARM: uniphier: drop #include <init.h> again from umc-pxs2.cMasahiro Yamada2020-05-221-1/+0
* ARM: uniphier: remove #include <net.h> again from micro-support-card.cMasahiro Yamada2020-05-221-2/+1
* ARM: uniphier: include <asm/system.h> instead of <asm/cache.h> from psci.cMasahiro Yamada2020-05-221-1/+1
* common: Drop linux/bitops.h from common headerSimon 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