All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] gem5: use GEM5_RUN_PROFILE in DTB generation
@ 2021-01-14 11:16 Ross Burton
  2021-01-14 11:16 ` [PATCH 2/2] gem5: centralise v20 sources Ross Burton
  2021-01-14 19:25 ` [meta-arm] [PATCH 1/2] gem5: use GEM5_RUN_PROFILE in DTB generation Jon Mason
  0 siblings, 2 replies; 3+ messages in thread
From: Ross Burton @ 2021-01-14 11:16 UTC (permalink / raw)
  To: meta-arm

From: Adrian Herrera <adrian.herrera@arm.com>

Allows to generate DTBs from profiles other than baremetal.py, which is
the default established by the layer.

Signed-off-by: Adrian Herrera <adrian.herrera@arm.com>
Change-Id: Ic990bd6751e473756d0739f421dce4b8f98248d7
---
 meta-gem5/recipes-devtools/gem5/gem5-aarch64-dtb.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gem5/recipes-devtools/gem5/gem5-aarch64-dtb.bb b/meta-gem5/recipes-devtools/gem5/gem5-aarch64-dtb.bb
index b97a1b2..50ac030 100644
--- a/meta-gem5/recipes-devtools/gem5/gem5-aarch64-dtb.bb
+++ b/meta-gem5/recipes-devtools/gem5/gem5-aarch64-dtb.bb
@@ -11,7 +11,7 @@ do_configure[noexec] = "1"
 do_compile() {
     # generate a dtb using gem5
     gem5.opt \
-        ${STAGING_DATADIR_NATIVE}/gem5/configs/example/arm/baremetal.py \
+        ${STAGING_DATADIR_NATIVE}/gem5/${GEM5_RUN_PROFILE} \
         --dtb-gen
 
     if [ ! -f m5out/system.dtb ]; then
-- 
2.25.1


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

end of thread, other threads:[~2021-01-14 19:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-14 11:16 [PATCH 1/2] gem5: use GEM5_RUN_PROFILE in DTB generation Ross Burton
2021-01-14 11:16 ` [PATCH 2/2] gem5: centralise v20 sources Ross Burton
2021-01-14 19:25 ` [meta-arm] [PATCH 1/2] gem5: use GEM5_RUN_PROFILE in DTB generation Jon Mason

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.