index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mach-uniphier
/
arm32
Age
Commit message (
Expand
)
Author
2023-01-02
arm: uniphier: use DM_TIMER of arm a9 global timer
Dai Okamura
2022-12-05
global: Move remaining CONFIG_SYS_* to CFG_SYS_*
Tom Rini
2022-06-06
Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.h
Tom Rini
2021-03-02
reset: Remove addr parameter from reset_cpu()
Harald Seiler
2020-05-22
ARM: uniphier: delete or replace <common.h> includes
Masahiro Yamada
2020-05-22
ARM: uniphier: include <asm/system.h> instead of <asm/cache.h> from psci.c
Masahiro Yamada
2020-05-18
common: Drop init.h from common header
Simon Glass
2020-05-18
common: Drop net.h from common header
Simon Glass
2019-12-02
common: Move some cache and MMU functions out of common.h
Simon Glass
2019-12-02
common: Move some SMP functions out of common.h
Simon Glass
2019-07-24
psci: Fix warnings when compiling with W=1
Patrick Delaunay
2019-07-10
ARM: uniphier: de-couple SC macros into base address and offset
Masahiro Yamada
2019-07-10
ARM: uniphier: de-couple SG macros into base address and offset
Masahiro Yamada
2019-06-29
ARM: uniphier: move sg_set_{pinsel, iectrl} to more relevant places
Masahiro Yamada
2019-06-29
ARM: uniphier: fix build error for CONFIG_DEBUG_LL=y
Masahiro Yamada
2018-05-07
uniphier: psci: save context id in cpu_on command
Patrick Delaunay
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-10-15
ARM: uniphier: use pr_() instead of printf() where appropriate
Masahiro Yamada
2017-08-20
Revert "ARM: uniphier: fix ROM boot mode for PH1-sLD3"
Masahiro Yamada
2017-08-20
Revert "ARM: uniphier: move lowlevel debug init code after page table switch"
Masahiro Yamada
2017-08-20
ARM: uniphier: remove sLD3 SoC support
Masahiro Yamada
2017-01-22
ARM: uniphier: simplify SoC ID get function
Masahiro Yamada
2016-08-28
ARM: uniphier: support system reset functionality for PSCI
Masahiro Yamada
2016-08-11
ARM: uniphier: add PSCI support for UniPhier ARMv7 SoCs
Masahiro Yamada
2016-08-11
ARM: uniphier: add uniphier_cache_set_active_ways()
Masahiro Yamada
2016-08-11
ARM: uniphier: add uniphier_cache_inv_way() to support way invalidation
Masahiro Yamada
2016-08-11
ARM: uniphier: move (and rename) CONFIG_UNIPHIER_L2CACHE_ON to Kconfig
Masahiro Yamada
2016-08-11
ARM: uniphier: move outer cache register macros to .c file
Masahiro Yamada
2016-08-11
ARM: uniphier: reuse uniphier_cache_disable() for lowlevel_init
Masahiro Yamada
2016-08-11
ARM: uniphier: export uniphier_cache_enable/disable functions
Masahiro Yamada
2016-08-11
ARM: uniphier: move lowlevel debug init code after page table switch
Masahiro Yamada
2016-08-11
ARM: uniphier: fix ROM boot mode for PH1-sLD3
Masahiro Yamada
2016-08-11
ARM: uniphier: refactor L2 zero-touching code in lowlevel_init
Masahiro Yamada
2016-08-11
ARM: uniphier: do not compile v7_outer_cache_disable if L2 is disabled
Masahiro Yamada
2016-08-11
ARM: uniphier: support prefetch and touch operations for outer cache
Masahiro Yamada
2016-08-11
ARM: uniphier: refactor outer cache code
Masahiro Yamada
2016-07-24
ARM: uniphier: rename outer-cache register macros
Masahiro Yamada
2016-07-24
ARM: uniphier: clear notification flag before L2 operation
Masahiro Yamada
2016-06-30
ARM: uniphier: fix typo "talbe"
Masahiro Yamada
2016-04-11
arm: Replace v7_maint_dcache_all(ARMV7_DCACHE_CLEAN_INVAL_ALL) with asm code
Hans de Goede
2016-04-01
ARM: uniphier: rename function names ph1_* to uniphier_*
Masahiro Yamada
2016-03-24
ARM: uniphier: drop PH1- prefix from CONFIG options and file names
Masahiro Yamada
2016-03-09
ARM: uniphier: allow debug_ll_init() to do nothing for unknown SoCs
Masahiro Yamada
2016-03-01
ARM: uniphier: prepare directory structure for ARMv8 SoC support
Masahiro Yamada