All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH gatesgarth] arm-autonomy/u-boot: Modified kernel_addr for fvp-base with xen
@ 2021-03-24 15:26 Nathan Dunne
  0 siblings, 0 replies; only message in thread
From: Nathan Dunne @ 2021-03-24 15:26 UTC (permalink / raw)
  To: meta-arm; +Cc: nd, Nathan Dunne

From: Nathan Dunne <Nathan.Dunne@arm.com>

Modified the default booti command for fvp-base with xen to boot
into xen at 0x84000000, rather than requiring the user to break
into the u-boot prompt.

Issue-Id: SCM-2195
Signed-off-by: Nathan Dunne <Nathan.Dunne@arm.com>
Change-Id: I91f324ce77716474596a78f97e74f432969d9803
---
 .../documentation/arm-autonomy-quickstart.md     |  4 ++++
 .../fvp-base/xen_u-boot_kernel_addr.patch        | 16 ++++++++++++++++
 .../recipes-bsp/u-boot/u-boot_2020.07.bbappend   |  9 +++++++++
 3 files changed, 29 insertions(+)
 create mode 100644 meta-arm-autonomy/recipes-bsp/u-boot/u-boot-2020.07/fvp-base/xen_u-boot_kernel_addr.patch
 create mode 100644 meta-arm-autonomy/recipes-bsp/u-boot/u-boot_2020.07.bbappend

diff --git a/meta-arm-autonomy/documentation/arm-autonomy-quickstart.md b/meta-arm-autonomy/documentation/arm-autonomy-quickstart.md
index ce9dd53..2a997b8 100644
--- a/meta-arm-autonomy/documentation/arm-autonomy-quickstart.md
+++ b/meta-arm-autonomy/documentation/arm-autonomy-quickstart.md
@@ -119,6 +119,10 @@ To boot the system using an u-boot base board you will need to:

 In this example the addresses might need to be adapted depending on your board.

+For arm-autonomy host on FVP-Base u-boot has been modified such that
+`booti 0x84000000 - 0x83000000` is the default boot command. If FVP-Base is your
+MACHINE target there should be no need to interfere with u-boot.
+
 Guest project
 -------------
 The guest projects are not target specific and will use a Yocto MACHINE defined
diff --git a/meta-arm-autonomy/recipes-bsp/u-boot/u-boot-2020.07/fvp-base/xen_u-boot_kernel_addr.patch b/meta-arm-autonomy/recipes-bsp/u-boot/u-boot-2020.07/fvp-base/xen_u-boot_kernel_addr.patch
new file mode 100644
index 0000000..ac27dde
--- /dev/null
+++ b/meta-arm-autonomy/recipes-bsp/u-boot/u-boot-2020.07/fvp-base/xen_u-boot_kernel_addr.patch
@@ -0,0 +1,16 @@
+Upstream Status: Inappropriate [meta-arm-autonomy specifc u-boot config]
+Signed-off-by: Nathan Dunne <nathan.dunne@arm.com>
+
+diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h
+index e63c335f85..9ee050a4a6 100644
+--- a/include/configs/vexpress_aemv8a.h
++++ b/include/configs/vexpress_aemv8a.h
+@@ -162,7 +162,7 @@
+ #elif CONFIG_TARGET_VEXPRESS64_BASE_FVP
+ #define CONFIG_EXTRA_ENV_SETTINGS	\
+ 				"kernel_name=Image\0"		\
+-				"kernel_addr=0x80080000\0"	\
++				"kernel_addr=0x84000000\0"	\
+ 				"initrd_name=ramdisk.img\0"	\
+ 				"initrd_addr=0x88000000\0"	\
+ 				"fdtfile=devtree.dtb\0"		\
diff --git a/meta-arm-autonomy/recipes-bsp/u-boot/u-boot_2020.07.bbappend b/meta-arm-autonomy/recipes-bsp/u-boot/u-boot_2020.07.bbappend
new file mode 100644
index 0000000..daabc5f
--- /dev/null
+++ b/meta-arm-autonomy/recipes-bsp/u-boot/u-boot_2020.07.bbappend
@@ -0,0 +1,9 @@
+# Machine specific u-boot
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/${BP}:"
+
+#
+# FVP BASE
+#
+
+SRC_URI_append_fvp-base = "${@bb.utils.contains('DISTRO_FEATURES', 'arm-autonomy-host', ' file://xen_u-boot_kernel_addr.patch', '', d)}"
--
2.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-24 15:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-24 15:26 [PATCH gatesgarth] arm-autonomy/u-boot: Modified kernel_addr for fvp-base with xen Nathan Dunne

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.