summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAdrian Stratulat <adrian.stratulat@enea.com>2020-06-16 08:30:23 +0200
committerAdrian Stratulat <adrian.stratulat@enea.com>2020-07-13 04:22:55 +0200
commitc82336bb19d4a6462af8d00366118704aa73239e (patch)
tree71bdb688cf957e3066a8500b965b59ee95573fa4 /scripts
parentde9614aad1d7da8204cfe2da9c2006ea757fc106 (diff)
downloadmeta-el-nfv-access-c82336bb19d4a6462af8d00366118704aa73239e.tar.gz
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 <adrian.stratulat@enea.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/wic/canned-wks/enea-nfv-access-vnf-qemuarm64.wks5
1 files changed, 5 insertions, 0 deletions
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 @@
1# short-description: Create an MBR partition table with PCBIOS
2# long-description: Create an MBR partition table with PCBIOS
3part /boot --source bootimg-efi --sourceparams="loader=grub-efi" --label boot --active --part-type C12A7328-F81F-11D2-BA4B-00A0C93EC93B --use-uuid --align 1024
4part / --source rootfs --fstype=ext4 --label access --part-type 0FC63DAF-8483-4772-8E79-3D69D8477DE4 --use-uuid --align 1024
5bootloader --ptable gpt --timeout=5 --append="console=ttyS0,115200 hugepagesz=2M hugepages=256 isolcpus=1 nohz_full=1 rcu_nocbs=1 audit=0 quiet"