From c82336bb19d4a6462af8d00366118704aa73239e Mon Sep 17 00:00:00 2001 From: Adrian Stratulat Date: Tue, 16 Jun 2020 08:30:23 +0200 Subject: Ampere/aarch64 bring-up changes * Refactor the efi-secure-boot feature (in order for it to be disabled for certain targets) * Add support for emag8180 compilation target (used as Enea NFV Access host) * Add emag8180 support in ostree * Add support for qemuarm64 compilation target (used as Enea NFV Access VNF) Note: The aarch64 family does not support the secure-boot feature yet, so the "efi-secure-boot" has been disabled. Change-Id: I32336761d322102a07d065c9ab02ea5051854609 Signed-off-by: Adrian Stratulat --- scripts/lib/wic/canned-wks/enea-nfv-access-vnf-qemuarm64.wks | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/lib/wic/canned-wks/enea-nfv-access-vnf-qemuarm64.wks (limited to 'scripts') diff --git a/scripts/lib/wic/canned-wks/enea-nfv-access-vnf-qemuarm64.wks b/scripts/lib/wic/canned-wks/enea-nfv-access-vnf-qemuarm64.wks new file mode 100644 index 0000000..1495f17 --- /dev/null +++ b/scripts/lib/wic/canned-wks/enea-nfv-access-vnf-qemuarm64.wks @@ -0,0 +1,5 @@ +# short-description: Create an MBR partition table with PCBIOS +# long-description: Create an MBR partition table with PCBIOS +part /boot --source bootimg-efi --sourceparams="loader=grub-efi" --label boot --active --part-type C12A7328-F81F-11D2-BA4B-00A0C93EC93B --use-uuid --align 1024 +part / --source rootfs --fstype=ext4 --label access --part-type 0FC63DAF-8483-4772-8E79-3D69D8477DE4 --use-uuid --align 1024 +bootloader --ptable gpt --timeout=5 --append="console=ttyS0,115200 hugepagesz=2M hugepages=256 isolcpus=1 nohz_full=1 rcu_nocbs=1 audit=0 quiet" -- cgit v1.2.3-54-g00ecf