aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier
AgeCommit message (Expand)AuthorFilesLines
2023-05-31arm: uniphier: fix header inclusion guardAndre Przywara1-1/+1
2023-01-02arm: uniphier: use DM_TIMER of arm a9 global timerDai Okamura3-41/+1
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-1/+1
2022-06-06serial: Replace CONFIG_DEBUG_UART_BASE by CONFIG_VAL(DEBUG_UART_BASE)Pali Rohár1-2/+2
2022-06-06Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.hTom Rini1-1/+2
2022-04-04spl: mmc: extend spl_mmc_boot_mode() to take mmc argumentAndre Przywara1-4/+1
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass1-1/+1
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler2-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass1-1/+1
2020-08-18ARM: uniphier: use FIELD_GET() to get access to revision register fieldsMasahiro Yamada2-11/+15
2020-08-18ARM: uniphier: remove unneeded header inclusion from board_late_init.cMasahiro Yamada1-2/+1
2020-08-18ARM: uniphier: remove unused uniphier_pin_init()Masahiro Yamada3-32/+0
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-2/+2
2020-07-11ARM: uniphier: remove NAND reset codeMasahiro Yamada4-55/+0
2020-07-11ARM: uniphier: remove sbc/ directoryMasahiro Yamada5-33/+8
2020-07-11bus: uniphier-system-bus: move hardware init from board filesMasahiro Yamada10-256/+45
2020-07-11bus: uniphier-system-bus: add UniPhier System Bus driverMasahiro Yamada1-0/+1
2020-07-11ARM: uniphier: remove support for NOR Flash on support cardMasahiro Yamada3-102/+0
2020-07-11ARM: uniphier: remove unused uniphier_sbc_init_admulti()Masahiro Yamada2-34/+5
2020-07-11ARM: uniphier: fix build error when CONFIG_MICRO_SUPPORT_CARD=nMasahiro Yamada1-0/+2
2020-07-11ARM: uniphier: consolidate SoC select menuMasahiro Yamada1-18/+15
2020-07-11Revert "ARM: uniphier: add weird workaround code for LD20"Masahiro Yamada2-14/+0
2020-05-22ARM: uniphier: remove board_eth_init()Masahiro Yamada1-12/+0
2020-05-22ARM: uniphier: delete or replace <common.h> includesMasahiro Yamada36-36/+8
2020-05-22ARM: uniphier: drop #include <log.h> againMasahiro Yamada5-5/+0
2020-05-22ARM: uniphier: drop #include <init.h> again from umc-pxs2.cMasahiro Yamada1-1/+0
2020-05-22ARM: uniphier: remove #include <net.h> again from micro-support-card.cMasahiro Yamada1-2/+1
2020-05-22ARM: uniphier: include <asm/system.h> instead of <asm/cache.h> from psci.cMasahiro Yamada1-1/+1
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass5-0/+5
2020-05-18common: Drop linux/delay.h from common headerSimon Glass4-0/+4
2020-05-18common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass5-0/+5
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass4-5/+14
2020-05-18common: Drop init.h from common headerSimon Glass4-0/+4
2020-05-18common: Drop net.h from common headerSimon Glass2-1/+3
2020-05-15spl: Always define preloader_console_initSamuel Holland1-2/+0
2020-04-22spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler1-1/+1
2020-02-28ARM: uniphier: detect the base of micro support card at run-timeMasahiro Yamada1-12/+31
2020-02-28ARM: uniphier: remove workaround for the NAND write protectMasahiro Yamada1-17/+0
2020-02-28ARM: uniphier: move NAND reset assertion to U-Boot proper from SPLMasahiro Yamada5-7/+56
2020-02-28ARM: uniphier: add sdscript, sdboot, sdupdate environment variablesMasahiro Yamada1-4/+23
2020-02-01ARM: uniphier: set gd->ram_base correctlyMasahiro Yamada1-6/+1
2020-02-01ARM: uniphier: remove adhoc reset deassertion for the NAND controllerMasahiro Yamada7-73/+8
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-0/+1
2019-12-02common: Move some board functions out of common.hSimon Glass1-0/+1
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-12-02common: Move some SMP functions out of common.hSimon Glass1-0/+1