All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] arm64: Update memcpy_{from, to}io() helpers
@ 2021-07-19  9:21 Patrick Delaunay
  2021-07-19  9:21 ` [PATCH v2 1/2] arm: use the correct prototype for reset_cpu function Patrick Delaunay
  2021-07-19  9:21 ` [PATCH v2 2/2] arm64: Update memcpy_{from, to}io() helpers Patrick Delaunay
  0 siblings, 2 replies; 5+ messages in thread
From: Patrick Delaunay @ 2021-07-19  9:21 UTC (permalink / raw)
  To: u-boot
  Cc: Patrick Delaunay, Anastasiia Lukianenko, Biju Das, Chunfeng Yun,
	Fabien Parent, GSS_MTK_Uboot_upstream, Harald Seiler,
	Lad Prabhakar, Oleksandr Andrushchenko, Oliver Graute,
	Patrice Chotard, Ryder Lee, Simon Glass, Suneel Garapati,
	Tom Rini, Weijie Gao, U-Boot STM32


V2 of previous serie [1] sent by Patrice.

The compilation issues raised by Tom are solved [2].

[1] http://patchwork.ozlabs.org/project/uboot/list/?series=231203&state=*

[2] https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/8310


Changes in v2:
- NEW: solve conflicts when cpu_func.h is included

Patrice Chotard (1):
  arm64: Update memcpy_{from, to}io() helpers

Patrick Delaunay (1):
  arm: use the correct prototype for reset_cpu function

 arch/arm/cpu/armv8/cache_v8.c           | 10 ++++++++++
 arch/arm/include/asm/io.h               | 25 +++++++++++++++----------
 arch/arm/mach-mediatek/mt8183/init.c    |  2 +-
 board/congatec/cgtqmx8/cgtqmx8.c        |  2 +-
 board/hoperun/hihope-rzg2/hihope-rzg2.c |  2 +-
 board/silinux/ek874/ek874.c             |  2 +-
 include/cpu_func.h                      |  1 +
 7 files changed, 30 insertions(+), 14 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-07-29 16:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-19  9:21 [PATCH v2 0/2] arm64: Update memcpy_{from, to}io() helpers Patrick Delaunay
2021-07-19  9:21 ` [PATCH v2 1/2] arm: use the correct prototype for reset_cpu function Patrick Delaunay
2021-07-29 16:49   ` Tom Rini
2021-07-19  9:21 ` [PATCH v2 2/2] arm64: Update memcpy_{from, to}io() helpers Patrick Delaunay
2021-07-29 16:49   ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.