All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] arm64: booti: update "res1" field to "flags"
@ 2017-02-22  2:34 Masahiro Yamada
  2017-02-22  2:34 ` [U-Boot] [PATCH 2/2] arm64: booti: allow to place kernel image anywhere in physical memory Masahiro Yamada
  0 siblings, 1 reply; 12+ messages in thread
From: Masahiro Yamada @ 2017-02-22  2:34 UTC (permalink / raw)
  To: u-boot

As Documentation/arm64/booting.txt of the latest Linux says,
the field "res1" is now "flags".

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 cmd/booti.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/booti.c b/cmd/booti.c
index bff87a8..f65f0e7 100644
--- a/cmd/booti.c
+++ b/cmd/booti.c
@@ -20,7 +20,7 @@ struct Image_header {
 	uint32_t	code1;		/* Executable code */
 	uint64_t	text_offset;	/* Image load offset, LE */
 	uint64_t	image_size;	/* Effective Image size, LE */
-	uint64_t	res1;		/* reserved */
+	uint64_t	flags;		/* kernel flags, LE */
 	uint64_t	res2;		/* reserved */
 	uint64_t	res3;		/* reserved */
 	uint64_t	res4;		/* reserved */
-- 
1.9.1

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

end of thread, other threads:[~2017-03-07 14:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-22  2:34 [U-Boot] [PATCH 1/2] arm64: booti: update "res1" field to "flags" Masahiro Yamada
2017-02-22  2:34 ` [U-Boot] [PATCH 2/2] arm64: booti: allow to place kernel image anywhere in physical memory Masahiro Yamada
2017-02-22 16:19   ` Tom Rini
2017-02-23  9:17     ` Masahiro Yamada
2017-02-23 15:31       ` Tom Rini
2017-02-26 22:41         ` Tom Rini
2017-02-28 17:03           ` Masahiro Yamada
2017-02-28 17:15             ` Tom Rini
2017-03-07 11:43               ` Mark Rutland
2017-03-07 12:16                 ` Tom Rini
2017-03-07 13:54                   ` Mark Rutland
2017-03-07 14:12                     ` 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.