mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-06 16:48:54 +00:00
arm-bsp/fvp-baser-aemv8r64: Update to linux-yocto 5.14
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 Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -9,8 +9,8 @@ require conf/machine/include/arm/armv8r/arch-armv8r64.inc
|
|||||||
EXTRA_IMAGEDEPENDS += "boot-wrapper-aarch64"
|
EXTRA_IMAGEDEPENDS += "boot-wrapper-aarch64"
|
||||||
|
|
||||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
||||||
PREFERRED_VERSION_linux-yocto ?= "5.10%"
|
PREFERRED_VERSION_linux-yocto ?= "5.14%"
|
||||||
PREFERRED_VERSION_linux-yocto-rt ?= "5.10%"
|
PREFERRED_VERSION_linux-yocto-rt ?= "5.14%"
|
||||||
|
|
||||||
KERNEL_IMAGETYPE = "Image"
|
KERNEL_IMAGETYPE = "Image"
|
||||||
KERNEL_DEVICETREE = "arm/fvp-baser-aemv8r64.dtb"
|
KERNEL_DEVICETREE = "arm/fvp-baser-aemv8r64.dtb"
|
||||||
|
|||||||
@@ -28,8 +28,8 @@ where either a standard or Real-Time Linux kernel (PREEMPT\_RT) can be built
|
|||||||
and run:
|
and run:
|
||||||
|
|
||||||
- boot-wrapper-aarch64: provides PSCI support
|
- boot-wrapper-aarch64: provides PSCI support
|
||||||
- Linux kernel: linux-yocto-5.10
|
- Linux kernel: linux-yocto-5.14
|
||||||
- Linux kernel with PREEMPT\_RT support: linux-yocto-rt-5.10
|
- 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
|
Note that the Real-Time Linux kernel (PREEMPT\_RT) does not use the real-time
|
||||||
architectural extensions of the Armv8-R feature set.
|
architectural extensions of the Armv8-R feature set.
|
||||||
@@ -200,6 +200,8 @@ Known Issues and Limitations
|
|||||||
Change Log
|
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
|
- Enabled SMP support via boot-wrapper-aarch64 providing the PSCI CPU_ON and
|
||||||
CPU_OFF functions.
|
CPU_OFF functions.
|
||||||
- Introduced Armv8-R64 compiler flags.
|
- Introduced Armv8-R64 compiler flags.
|
||||||
|
|||||||
Reference in New Issue
Block a user