summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier
AgeCommit message (Expand)Author
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass
2020-08-18ARM: uniphier: use FIELD_GET() to get access to revision register fieldsMasahiro Yamada
2020-08-18ARM: uniphier: remove unneeded header inclusion from board_late_init.cMasahiro Yamada
2020-08-18ARM: uniphier: remove unused uniphier_pin_init()Masahiro Yamada
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-07-11ARM: uniphier: remove NAND reset codeMasahiro Yamada
2020-07-11ARM: uniphier: remove sbc/ directoryMasahiro Yamada
2020-07-11bus: uniphier-system-bus: move hardware init from board filesMasahiro Yamada
2020-07-11bus: uniphier-system-bus: add UniPhier System Bus driverMasahiro Yamada
2020-07-11ARM: uniphier: remove support for NOR Flash on support cardMasahiro Yamada
2020-07-11ARM: uniphier: remove unused uniphier_sbc_init_admulti()Masahiro Yamada
2020-07-11ARM: uniphier: fix build error when CONFIG_MICRO_SUPPORT_CARD=nMasahiro Yamada
2020-07-11ARM: uniphier: consolidate SoC select menuMasahiro Yamada
2020-07-11Revert "ARM: uniphier: add weird workaround code for LD20"Masahiro Yamada
2020-05-22ARM: uniphier: remove board_eth_init()Masahiro Yamada
2020-05-22ARM: uniphier: delete or replace <common.h> includesMasahiro Yamada
2020-05-22ARM: uniphier: drop #include <log.h> againMasahiro Yamada
2020-05-22ARM: uniphier: drop #include <init.h> again from umc-pxs2.cMasahiro Yamada
2020-05-22ARM: uniphier: remove #include <net.h> again from micro-support-card.cMasahiro Yamada
2020-05-22ARM: uniphier: include <asm/system.h> instead of <asm/cache.h> from psci.cMasahiro Yamada
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-15spl: Always define preloader_console_initSamuel Holland
2020-04-22spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler
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