Bo Chen
c152f9f6bc
mics: Update reference kernel to 6.2
...
Signed-off-by: Bo Chen <chen.bo@intel.com >
2023-03-11 09:55:34 +00:00
Rob Bradford
d5ce855649
misc: Update reference kernel to 6.1.6
...
Signed-off-by: Rob Bradford <robert.bradford@intel.com >
2023-01-30 08:12:56 +00:00
Rob Bradford
6c365617ee
Revert "scripts, README.md: Bump reference kernel to 5.18.8"
...
This reverts commit 1999ab5707 .
See: #4273
Signed-off-by: Rob Bradford <robert.bradford@intel.com >
2022-07-04 10:55:28 +01:00
Rob Bradford
1999ab5707
scripts, README.md: Bump reference kernel to 5.18.8
...
This marginally reduced the number of patches in the fork.
Signed-off-by: Rob Bradford <robert.bradford@intel.com >
2022-07-01 18:45:05 +01:00
Henry Wang
d5b4d0d951
resources: AArch64: Enable Device Mapper and NVME Multipath in config
...
From 15358ef79d : Device Mapper Multipath
config can avoid systemd errors related to Device Mapper multipath while
guest booting.
From 46672c384c : CONFIG_NVME_MULTIPATH is
needed to fix the observed guest hanging issue cased by systemd crash
while booting.
Signed-off-by: Henry Wang <Henry.Wang@arm.com >
2022-01-18 18:00:00 -08:00
Michael Zhao
e02f5c9699
resources: Update kernel config on AArch64
...
Adapted the kernel config on AArch64 to 5.15.12.
Signed-off-by: Michael Zhao <michael.zhao@arm.com >
2022-01-13 15:39:18 +08:00
Jianyong Wu
a9f50dda08
resources: Enable rtc_drv_efi in arm64 kernel config
...
rtc-efi is used when system boot from UEFI thus the related kernel
driver should be enabled.
Signed-off-by: Jianyong Wu <jianyong.wu@arm.com >
2021-09-29 16:32:51 +01:00
Jianyong Wu
a2e72774a9
bump kernel version to 5.14 for arm
...
Bump kernel version and update kernel config file accordingly.
Especially, enable virtio-mem and MEMORY_HOTPLUG_DEFAULT_ONLINE here.
Signed-off-by: Jianyong Wu <jianyong.wu@arm.com >
2021-09-07 09:34:22 +01:00
Rob Bradford
5d1abec565
resources, scripts: Update aarch64 kernel to 5.12
...
Signed-off-by: Rob Bradford <robert.bradford@intel.com >
2021-04-27 11:31:17 +02:00
Henry Wang
c853ed3fdc
resources: Enable GPIO PL061 driver in kernel
...
This commit enables the kernel config of PL061 GPIO controller.
Signed-off-by: Henry Wang <Henry.Wang@arm.com >
2021-03-16 20:27:15 +08:00
Henry Wang
3965a8505b
resources: AArch64: Enable PL011 driver in kernel
...
This commit enables the kernel config of PL011 UART controller.
Signed-off-by: Henry Wang <Henry.Wang@arm.com >
2021-03-16 11:53:51 +08:00
Michael Zhao
c3a75dafc5
tests: Enable serial test cases for AArch64
...
Enabled all "ttyS0" related test cases:
- test_serial_off
- test_serial_tty
- test_serial_file
Enabled mandatory guest kernel driver for "ns16550a" on AArch64.
Signed-off-by: Michael Zhao <michael.zhao@arm.com >
2021-03-15 20:59:50 +08:00
Rob Bradford
852bf0b2ce
scripts, resources: aarch64: Update to Linux kernel v5.10 base
...
This allows the removal of most of the custom patches in particular all
the virtio-fs ones have been integrated.
Fixes : #2070
Signed-off-by: Rob Bradford <robert.bradford@intel.com >
2021-01-11 12:56:05 +01:00
Michael Zhao
52f60188ca
resources: Enable watchdog in guest driver
...
Signed-off-by: Michael Zhao <michael.zhao@arm.com >
2020-11-02 08:19:07 +00:00
Henry Wang
77ba041362
ci: AArch64: Update custom linux kernel to v5.8-rc4
...
This commit updates the AArch64 kernel config file and integration
test script to v5.8-rc4, and this update keeps the aarch64 guest
kernel in sync with the x86_64 one.
Fixes: https://github.com/cloud-hypervisor/cloud-hypervisor/issues/1516
Signed-off-by: Henry Wang <Henry.Wang@arm.com >
2020-07-31 14:06:55 +02:00
Michael Zhao
8e520d2415
resource: Enable PCI controller driver in AArch64 kernel config
...
Signed-off-by: Michael Zhao <michael.zhao@arm.com >
2020-07-30 09:52:12 +02:00
Henry Wang
2ce231370d
tests: Preparation of enabling integration tests for AArch64
...
This commit adds supporting components and code for enabling the
AArch64 integration tests, including:
1. A Linux kernel config file to build kernel on AArch64 machines.
2. Refactoring the `run_integration_test.sh` to architecture
specific scripts for readability.
Signed-off-by: Henry Wang <Henry.Wang@arm.com >
2020-07-07 13:55:39 +01:00