All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] arm-bsp/fvp-baser-aemv8r64/docs: Add instructions to build previous versions
@ 2021-10-05 12:49 Hugo L'Hostis
  2021-10-05 12:49 ` [PATCH 2/3] kas/fvp-baser-aemv8r64: Use the HEAD of master for meta-arm and poky Hugo L'Hostis
  2021-10-05 12:49 ` [PATCH 3/3] arm-bsp/fvp-baser-aemv8r64: Update to linux-yocto 5.14 Hugo L'Hostis
  0 siblings, 2 replies; 3+ messages in thread
From: Hugo L'Hostis @ 2021-10-05 12:49 UTC (permalink / raw)
  To: meta-arm; +Cc: nd

This patch adds instructions to fetch and build previous versions of the
software stack for fvp-baser-aemv8r64 instead of the ongoing
development.

Signed-off-by: Hugo L'Hostis <hugo.lhostis@arm.com>
Change-Id: I430196c0ca80c7f1e4b9f8349cdc957c86f384ee
---
 meta-arm-bsp/documentation/fvp-baser-aemv8r64.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md b/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md
index ca01a14..97a88ff 100644
--- a/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md
+++ b/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md
@@ -70,6 +70,13 @@ The variables should be set like so:
 for the next steps to work correctly.
 
 ### Fetch sources
+To fetch and build the ongoing development of the software stack follow the
+instructions on this document.
+
+To fetch and build the version 1 (single core) find instructions at https://community.arm.com/developer/tools-software/oss-platforms/w/docs/633/release-1-single-core
+
+To fetch and build the version 2 (linux smp) find instructions at https://community.arm.com/developer/tools-software/oss-platforms/w/docs/634/release-2---smp
+
 Fetch the meta-arm repository into a build directory:
 
     mkdir -p ~/fvp-baser-aemv8r64-build
-- 
2.25.1



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

* [PATCH 2/3] kas/fvp-baser-aemv8r64: Use the HEAD of master for meta-arm and poky
  2021-10-05 12:49 [PATCH 1/3] arm-bsp/fvp-baser-aemv8r64/docs: Add instructions to build previous versions Hugo L'Hostis
@ 2021-10-05 12:49 ` Hugo L'Hostis
  2021-10-05 12:49 ` [PATCH 3/3] arm-bsp/fvp-baser-aemv8r64: Update to linux-yocto 5.14 Hugo L'Hostis
  1 sibling, 0 replies; 3+ messages in thread
From: Hugo L'Hostis @ 2021-10-05 12:49 UTC (permalink / raw)
  To: meta-arm; +Cc: nd

Signed-off-by: Hugo L'Hostis <hugo.lhostis@arm.com>
Change-Id: I0db7d208146f22020ca56b5618b4c29cd19089a3
---
 kas/fvp-baser-aemv8r64-bsp.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/kas/fvp-baser-aemv8r64-bsp.yml b/kas/fvp-baser-aemv8r64-bsp.yml
index 33dd7a1..5a45575 100644
--- a/kas/fvp-baser-aemv8r64-bsp.yml
+++ b/kas/fvp-baser-aemv8r64-bsp.yml
@@ -12,7 +12,6 @@ repos:
   meta-arm:
     url: https://git.yoctoproject.org/git/meta-arm
     path: layers/meta-arm
-    refspec: ce6c4936e53ef9afb596baabafa893234d914c20
     layers:
       meta-arm:
       meta-arm-bsp:
@@ -21,7 +20,6 @@ repos:
   poky:
     url: https://git.yoctoproject.org/git/poky
     path: layers/poky
-    refspec: 1e2e9a84d6dd81d7f6dd69c0d119d0149d10ade1
     layers:
       meta:
       meta-poky:
-- 
2.25.1



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

* [PATCH 3/3] arm-bsp/fvp-baser-aemv8r64: Update to linux-yocto 5.14
  2021-10-05 12:49 [PATCH 1/3] arm-bsp/fvp-baser-aemv8r64/docs: Add instructions to build previous versions Hugo L'Hostis
  2021-10-05 12:49 ` [PATCH 2/3] kas/fvp-baser-aemv8r64: Use the HEAD of master for meta-arm and poky Hugo L'Hostis
@ 2021-10-05 12:49 ` Hugo L'Hostis
  1 sibling, 0 replies; 3+ messages in thread
From: Hugo L'Hostis @ 2021-10-05 12:49 UTC (permalink / raw)
  To: meta-arm; +Cc: nd

Updating the linux kernel version to 5.14 for fvp-baser-aemv8r64.

Signed-off-by: Hugo L'Hostis <hugo.lhostis@arm.com>
Change-Id: Iad76939460a32d8e34212e86a45905ffd51deb60
---
 meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf | 4 ++--
 meta-arm-bsp/documentation/fvp-baser-aemv8r64.md  | 6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf b/meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf
index f7651c0..b20bc58 100644
--- a/meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf
+++ b/meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf
@@ -9,8 +9,8 @@ require conf/machine/include/arm/armv8r/arch-armv8r64.inc
 EXTRA_IMAGEDEPENDS += "boot-wrapper-aarch64"
 
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
-PREFERRED_VERSION_linux-yocto ?= "5.10%"
-PREFERRED_VERSION_linux-yocto-rt ?= "5.10%"
+PREFERRED_VERSION_linux-yocto ?= "5.14%"
+PREFERRED_VERSION_linux-yocto-rt ?= "5.14%"
 
 KERNEL_IMAGETYPE = "Image"
 KERNEL_DEVICETREE = "arm/fvp-baser-aemv8r64.dtb"
diff --git a/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md b/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md
index 97a88ff..ef68fe4 100644
--- a/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md
+++ b/meta-arm-bsp/documentation/fvp-baser-aemv8r64.md
@@ -28,8 +28,8 @@ where either a standard or Real-Time Linux kernel (PREEMPT\_RT) can be built
 and run:
 
  - boot-wrapper-aarch64: provides PSCI support
- - Linux kernel: linux-yocto-5.10
- - Linux kernel with PREEMPT\_RT support: linux-yocto-rt-5.10
+ - Linux kernel: linux-yocto-5.14
+ - Linux kernel with PREEMPT\_RT support: linux-yocto-rt-5.14
 
 Note that the Real-Time Linux kernel (PREEMPT\_RT) does not use the real-time
 architectural extensions of the Armv8-R feature set.
@@ -200,6 +200,8 @@ Known Issues and Limitations
 Change Log
 ----------
 
+- Updated Linux kernel version from 5.10 to 5.14 for both standard and
+Real-Time (PREEMPT\_RT) builds.
 - Enabled SMP support via boot-wrapper-aarch64 providing the PSCI CPU_ON and
   CPU_OFF functions.
 - Introduced Armv8-R64 compiler flags.
-- 
2.25.1



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

end of thread, other threads:[~2021-10-05 12:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05 12:49 [PATCH 1/3] arm-bsp/fvp-baser-aemv8r64/docs: Add instructions to build previous versions Hugo L'Hostis
2021-10-05 12:49 ` [PATCH 2/3] kas/fvp-baser-aemv8r64: Use the HEAD of master for meta-arm and poky Hugo L'Hostis
2021-10-05 12:49 ` [PATCH 3/3] arm-bsp/fvp-baser-aemv8r64: Update to linux-yocto 5.14 Hugo L'Hostis

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.