All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: Add arm handoff header file
@ 2020-01-05 15:51 Michael Trimarchi
  2020-01-10  9:39 ` Simon Glass
  2020-01-25 17:08 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Trimarchi @ 2020-01-05 15:51 UTC (permalink / raw)
  To: u-boot

Add an arch-specific handoff header so that we can use the HANDOFF feature
on arm devices.

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
---
 arch/arm/include/asm/handoff.h | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 arch/arm/include/asm/handoff.h

diff --git a/arch/arm/include/asm/handoff.h b/arch/arm/include/asm/handoff.h
new file mode 100644
index 0000000000..0790d2ab1e
--- /dev/null
+++ b/arch/arm/include/asm/handoff.h
@@ -0,0 +1,21 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Architecture-specific SPL handoff information for ARM
+ *
+ * Copyright 2019 Amarula Solutions, BV
+ * Written by Michael Trimarchi <michael@amarulasolutions.com>
+ */
+
+#ifndef __asm_handoff_h
+#define __asm_handoff_h
+
+/**
+ * struct arch_spl_handoff - architecture-specific handoff info
+ *
+ * @usable_ram_top: Value returned by board_get_usable_ram_top() in SPL
+ */
+struct arch_spl_handoff {
+	ulong usable_ram_top;
+};
+
+#endif
-- 
2.17.1

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

* [PATCH] arm: Add arm handoff header file
  2020-01-05 15:51 [PATCH] arm: Add arm handoff header file Michael Trimarchi
@ 2020-01-10  9:39 ` Simon Glass
  2020-01-25 17:08 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2020-01-10  9:39 UTC (permalink / raw)
  To: u-boot

On Mon, 6 Jan 2020 at 04:51, Michael Trimarchi
<michael@amarulasolutions.com> wrote:
>
> Add an arch-specific handoff header so that we can use the HANDOFF feature
> on arm devices.
>
> Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
> ---
>  arch/arm/include/asm/handoff.h | 21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)
>  create mode 100644 arch/arm/include/asm/handoff.h

Reviewed-by: Simon Glass <sjg@chromium.org>

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

* [PATCH] arm: Add arm handoff header file
  2020-01-05 15:51 [PATCH] arm: Add arm handoff header file Michael Trimarchi
  2020-01-10  9:39 ` Simon Glass
@ 2020-01-25 17:08 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2020-01-25 17:08 UTC (permalink / raw)
  To: u-boot

On Sun, Jan 05, 2020 at 04:51:13PM +0100, Michael Trimarchi wrote:

> Add an arch-specific handoff header so that we can use the HANDOFF feature
> on arm devices.
> 
> Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200125/39b46a5a/attachment.sig>

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

end of thread, other threads:[~2020-01-25 17:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-05 15:51 [PATCH] arm: Add arm handoff header file Michael Trimarchi
2020-01-10  9:39 ` Simon Glass
2020-01-25 17:08 ` 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.