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