aboutsummaryrefslogtreecommitdiffstats
path: root/meta-arm-autonomy
AgeCommit message (Collapse)Author
2021-10-29arm-autonomy: Remove code from master as part of the deprecation planDiego Sueiro
The meta-arm-autonomy layer is being deprecated from master, with bug fixes only being applied to the following branches. Additionally, all support and maintenance of meta-arm-autonomy will stop as per the schedule below. honister: End-of-life scheduled to June 2022 hardknot: End-of-life scheduled to December 2021 gatesgarth: End-of-life scheduled to October 2021 dunfell: End-of-life scheduled to October 2021 master: End-of-life scheduled to October 2021 and code removed Issue-Id: SCM-3552 Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Change-Id: I3ca58f8c13b1ecb3dbaf0d60f0f52b016292633d Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-10-14arm-autonomy/docs: Update docs instructions to use honisterHugo L'Hostis
Issue-Id: SCM-3549 Signed-off-by: Hugo L'Hostis <hugo.lhostis@arm.com> Change-Id: Ie8537e6574f81f90af254b19d1b38f80ef9aa6fd Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-09-20arm-autonomy/n1sdp: Fix xen build after tunes files updateKamil Dziezyk
After update f9cd6797d2925496280fd51cf512cab13da63dbf xen build ends with: | cc1: error: switch '-mcpu=generic' conflicts with '-march=armv8.2-a+crypto' switch [-Werror] | cc1: all warnings being treated as errors This patch removes '-march=*' build flag for xen build. Issue-Id: SCM-2987 Signed-off-by: Kamil Dziezyk <kamil.dziezyk@arm.com> Change-Id: I526c412a0174cdf715b87fcac077b314bf368b8a Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-09-20arm-autonomy: Add missing new override syntaxKamil Dziezyk
Issue-Id: SCM-2987 Signed-off-by: Kamil Dziezyk <kamil.dziezyk@arm.com> Change-Id: I8d200f1594005f0f9288683d4f1a5f31c2f29b44 Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-08-11arm-autonomy/arm64-autonomy-guest: Add tar.bz2 by appending to IMAGE_FSTYPESDiego Sueiro
This wil prevent default values assignment (?=) to be ignored depending on the config files parsing order. Issue-Id: SCM-3027 Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Change-Id: I0629b52ad100c10eaac9f7004bcdfc778de678f0 Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-08-11arm-autonomy/xenguest-network: add missing new override syntaxKamil Dziezyk
Issue-Id: SCM-3027 Signed-off-by: Kamil Dziezyk <kamil.dziezyk@arm.com> Change-Id: Idf757266faf655527179b0d23a0ff8bafc90ff2f Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-08-10arm: remove support for hardknott and olderJon Mason
No testing is being done against older branches. Only have the compatibility set to honister to prevent any issues. Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-08-04meta-arm: Convert to new override syntaxJon Mason
Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-08-04meta-arm: Add honister layer compatibilityJon Mason
Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-07-26arm-autonomy/fvp-base: Add support for runfvp for arm-autonomy-hostHugo L'Hostis
Expand the FVP_DATA variable used by the fvpboot.bbclass to load both Xen and its device tree when building arm-autonomy-host image for fvp-base. Issue-Id: SCM-2718 Signed-off-by: Hugo L'Hostis <hugo.lhostis@arm.com> Change-Id: Ia6e2f6a13e84c8e762d297ac34ccbe5417a7793b Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-07-07arm-autonomy: Bump Xen to 4.15Diego Sueiro
Also remove disabling CONFIG_ARM64_SVE in the kernel since it is now supported in xen 4.15+ Issue-Id: SCM-3027 Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Change-Id: I8fa09a10d16e892ea24e6abc77678d2fb1947e43 Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-06-30arm-autonomy: fixes for yocto-check-layerDiego Sueiro
Add fixes for yocto-check-layer with no new functionality introduced. Issue-Id: SCM-2625 Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Change-Id: I4f7dc30e7ca27f88dfe140ac84ff2b73fe99b728 Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-06-14arm-autonomy/xenguest-network: add "none" network type to xenguestsHugo L'Hostis
This patch adds a new "none" network type that can be set for xenguests using XENGUEST_IMAGE_NETWORK_TYPE in their configuration. Issue-Id: SCM-2338 Signed-off-by: Hugo L'Hostis <hugo.lhostis@arm.com> Change-Id: If4f6de282b0048e5c68d293a3db5b56cd5adce66 Signed-off-by: Ross Burton <ross.burton@arm.com>
2021-06-13arm-autonomy/n1sdp: add kernel modules to mount FAT filesystemHugo L'Hostis
This patch adds kernel modules necessary for n1sdp to mount the FAT filesystem codepage 437 and NLS ISO 8859-1. Issue-Id: SCM-2682 Signed-off-by: Hugo L'Hostis <hugo.lhostis@arm.com> Change-Id: I2d4fede311544917050326564b2b0a7d0123cb21 Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-06-07arm-autonomy/xenguest-manager: fix xenguest initscript stop sequenceHugo L'Hostis
This patch fixes an issue where xenguest initscript stop sequence was not properly identifying the running guests. Issue-Id: SCM-2772 Signed-off-by: Hugo L'Hostis <hugo.lhostis@arm.com> Change-Id: I3ad88e00f48fab07f99936a10c0d1deb7459e83b Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-06-01arm-autonomy: fix building for xen-tools >=4.15luca fancellu
The 0001-vif-nat-fix-hostname.patch is merged in xen-tools 4.15, so fix the layer to apply the patch only for 4.14. Issue-Id: SCM-2608 Signed-off-by: Luca Fancellu <luca.fancellu@arm.com> Change-Id: I1306955ab0b1ee435a8da42e953e142270c4b2d3 Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-05-27arm-autonomy: Move fvp-base u-boot bbappend to dynamic layersDiego Sueiro
Issue-Id: SCM-2329 Signed-off-by: Richard Neill <richard.neill@arm.com> Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Change-Id: Ifaa06c88bb032bd3296fca13adb66fdf6b91632a Signed-off-by: Ross Burton <ross.burton@arm.com>
2021-05-11autonomy/u-boot: fix malformed Upstream-Status tagRoss Burton
Change-Id: I5728d9f268db9ce0e18ada9982310431c0c99e89 Signed-off-by: Ross Burton <ross.burton@arm.com>
2021-05-07arm-autonomy/sysvinit-inittab: Fix console login for host and guestDiego Sueiro
In meta-virtualization master branch the sysvinit-inittab_virtualization.inc was introduced to handle the installation of the getty-wrapper for spawing the console login for /dev/hvc0. Since we don't make usage of the virtualization DISTRO_FEATURES we have to manually include the mentioned file when building with arm-autonomy-host and arm-autonomy-guest DISTRO_FEATURES. Also, since arm-autonomy-guest doesn't include the xen DISTRO_FEATURES we have to manually include sysvinit-inittab_xen.inc to append the getty-wrapper entry to /etc/inittab. Issue-Id: SCM-2329 Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Change-Id: I0f92565de8a9053c0541928c30b8f979757bfbca Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-05-07arm-autonomy/fvp-base: Make usage of wic imagesDiego Sueiro
In meta-arm-bsp fvp-base switched to wic images. Hence, make the appropriate changes to also use wic images in meta-arm-autonomy. Change-Id: I34d68fee11ea339fb52a97d7593e373aa69faa1c Issue-Id: SCM-2329 Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-04-26arm-autonomy/linux-arm-autonomy: Remove Xen irq lock patchPeter Hoyes
The following patch has been backported to kernel 5.10.30: 0001-xen-evtchn-Change-irq_info-lock-to-raw_spinlock_t.patch Issue-Id: SCM-2307 Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com> Change-Id: I9cef017b60891780176dff944e3eca5986746d8a Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-04-21layer.conf: don't claim compatibility with GatesgarthRoss Burton
We don't test this, and don't expect it to work, so don't claim it does. Change-Id: I045930e690edba5a5b0b8cb810130c8c6733623f Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-04-21arm-autonomy/docs: Change quickstart instructions to hardknottPeter Hoyes
Issue-Id: SCM-2307 Change-Id: Ieb7a6d3280a7eba573a57b4e52e275adb0a208df Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-04-20arm-autonomy/arm-autonomy-host: Set Xen to 4.14+stable versionDiego Sueiro
Since meta-virtualization master branch bumped to 4.15+stable we need to force the 4.14+stable until we validate the new version. Issue-Id: SSCM-2307 Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Change-Id: Id204314af9c87615d88dfc60702867380225b491 Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-04-16arm-autonomy/linux-arm-autonomy: Do not apply xen IRQ patch for 5.12+ kernelsRichard Neill
As the xen event channel kernel patch is mainlined in 5.12, this patch ensures it is only applied to the applicable versions earlier than 5.12. Signed-off-by: Richard Neill <richard.neill@arm.com> Change-Id: I03a3dc51281fdc94cd7e9a9da2540b34668a6ad1
2021-03-31autonomy/docs: Documentation updates and fixesNathan Dunne
Issue-Id: SCM-2038 Signed-off-by: Nathan Dunne <Nathan.Dunne@arm.com> Change-Id: Ida94958b63c78097be6402be019d65a80260f297 Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-03-30arm-autonomy/linux: Remove patches for booting Dom0 with preempt_rtPeter Hoyes
With the linux-yocto version update to 5.10.25, the following backport patches are being removed: 0001-xen-events-reset-affinity-of-2-level-event-when-tear.patch 0002-xen-events-don-t-unmask-an-event-channel-when-an-eoi.patch 0003-xen-events-avoid-handling-the-same-event-on-two-cpus.patch Issue-Id: SCM-2064 Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com> Change-Id: Iaf313440f85ab18211cc1a786d84c1f83950699f Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-03-26arm-autonomy/linux-arm-autonomy: Fix Dom0 boot issue with preempt_rt kernelLuca Fancellu
To fix Dom0 with PREEMPT_RT kernels older than 5.10.24, backport the following patches: 0001-xen-events-reset-affinity-of-2-level-event-when-tear.patch 0002-xen-events-don-t-unmask-an-event-channel-when-an-eoi.patch 0003-xen-events-avoid-handling-the-same-event-on-two-cpus.patch Also, add the following fix (waiting to be merged upstream): 0004-xen-evtchn-Change-irq_info-lock-to-raw_spinlock_t.patch Issue-Id: SCM-2147 Signed-off-by: Luca Fancellu <luca.fancellu@arm.com> Change-Id: I0b3a93139b0229ceb6001d87b545704b9bfc581e Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-03-26arm-autonomy/n1sdp: Remove support for linux-linaro-arm_5.4Peter Hoyes
* Remove linux-linaro-arm and associated patches * Use linux-yocto for N1SDP Issue-Id: SCM-1506 Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com> Change-Id: I6e0ebf7de42af98e7427132590fe813c1703d1c6 Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-03-25arm-autonomy/images: Introduced xenguest-extern-guests recipeNathan Dunne
Seperated guest inclusion for image into seperate recipe, allowing a do_install task to be used rather than directly copying from the local path. This allows all bitbake fetcher types to be used rather than only local files. Alternate fetchers are enabled through parsing ARM_AUTONOMY_HOST_IMAGE_EXTERN_GUESTS with set_src_uri_from_var.bbclass Issue-Id: SCM-2225 Signed-off-by: Nathan Dunne <Nathan.Dunne@arm.com> Change-Id: Iff5483926a5cde8ce7519da60f1b9119946a7f4e Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-03-25arm-autonomy/docker: Updated fetcher to use set_src_uri_from_var.bbclassNathan Dunne
Use new class to parser CONTAINER_IMAGE_FILES variable and add entries to the SRC_URI, as well as to generate the manifest. Issue-Id: SCM-2225 Signed-off-by: Nathan Dunne <Nathan.Dunne@arm.com> Change-Id: Idd34f564844c725f1b38a20e1e33d9aba6195e43 Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-03-25arm-autonomy/classes: Introduced set_src_uri_from_var.bbclassNathan Dunne
Introduced set_src_uri_from_var.bbclass to add entries to the SRC_URI based on a named variable, and generate a manifest file alongside fetched items containing a number of parameters for each entry. Parameters can have an optional default value, or cause an error if omitted. Issue-Id: SCM-2225 Signed-off-by: Nathan Dunne <Nathan.Dunne@arm.com> Change-Id: Ia85b3f4bc3fa666fa7e7aec2d670979ac9348f52 Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-03-25arm-autonomy/u-boot: Modified kernel_addr for fvp-base with xenNathan Dunne
Modified the default booti command for fvp-base with xen to boot into xen at 0x84000000, rather than requiring the user to break into the u-boot prompt. Issue-Id: SCM-2195 Signed-off-by: Nathan Dunne <Nathan.Dunne@arm.com> Change-Id: I91f324ce77716474596a78f97e74f432969d9803 Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-03-16layers: add hardknott to compatible release branchesRoss Burton
Upstream oe-core is preparing to be the Hardknott release, so add hardknott to our compatible release list. Once hardknott is public we should remove gatesgarth. Change-Id: Ia5c59e703910db96a3967a1ecad074ac80d03ee9 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-03-15arm-autonomy/linux-arm-autonomy: Drop mainlined kernel patch for xenbus probeRichard Neill
The xenbus_probe patch to fix xen initialisation was mainlined in yocto-linux v5.10.17. As oe-core has upgraded past this version, the patch can now be dropped. Issue-Id: SCM-2263 Signed-off-by: Richard Neill <richard.neill@arm.com> Change-Id: I40e154cdc4dbabfa531a6886d724ecd400657dd9 Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-03-11arm-autonomy: Moved dynamic-layers/meta-gem5 to meta-gem5Nathan Dunne
Gem5 xen support in meta-arm-autonomy moved to meta-gem5 under dynamic-layers/meta-virtualization. Any dependencies on 'arm-autonomy-host' or 'arm-autonomy-guest' in DISTRO_FEATURES replaced with 'xen'. Issue-Id: SCM-2091 Signed-off-by: Nathan Dunne <Nathan.Dunne@arm.com> Change-Id: Ia2db68e2cd88c4277e8edc213aebb88d90c0cd23 Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-03-11arm-autonomy: replace xen distro feature dependencies with arm-autonomy-hostNathan Dunne
Features in meta-arm-autonomy should depend on the 'arm-autonomy-host' DISTRO_FEATURES entry rather than 'xen' Issue-Id: SCM-2040 Signed-off-by: Nathan Dunne <Nathan.Dunne@arm.com> Change-Id: Ib39b761827dbeaf80635c748e6fc3a6d6109a1a1 Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-03-11arm-autonomy/host-image-minimal: use XENGUEST_MANAGER_GUEST_DIR in image recipeNathan Dunne
Created conf/xenguest.conf which defines XENGUEST_MANAGER_GUEST_DIR for both arm-autonomy-host-image-minimal and xenguest-manager to ensure the value is aligned. Issue-Id: SCM-2168 Signed-off-by: Nathan Dunne <Nathan.Dunne@arm.com> Change-Id: I9cd5a351b5910bb122b275f47d542798b2df7b1f Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-03-11arm-autonomy/containers: Allow multiple docker images to be includedNathan Dunne
Added docker_extern_containers bbclass that installs external docker images that have been exported. The import-docker-image recipe has been renamed to import-docker-containers and updated to install a new init script that imports all of the docker containers when the image boots. The new init script now attempts to start the docker daemon if it is not already running. Issue-Id: SCM-1811 Signed-off-by: Nathan Dunne <Nathan.Dunne@arm.com> Change-Id: Icd8222775ca9f640856a4ad4b51b18de17e5680d Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-03-11arm-autonomy/xenguest: Generate xenguest.env containing variable valuesNathan Dunne
Added task "do_deploy_xenguestenv" to xenguest_image.bbclass which creates intermediary files for each recipe that inherits xenguest_image. These files are merged into the main xenguest.env file in DEPLOY_DIR_IMAGE by the task "do_merge_xenguestenv" in image_types_xenguest.bbclass, which has a dependency on all do_deploy_xenguestenv in recipes it depends on. Variables to write to the file are listed in XENGUEST_IMAGE_VARS, and any extra variables in child recipes should be added to XENGUEST_IMAGE_VARS_EXTRA xenguest-image had to be renamed xenguest_image to use EXPORT, since dash is illegal in bash function names. Issue-Id: SCM-2035 Signed-off-by: Nathan Dunne <Nathan.Dunne@arm.com> Change-Id: I6fe45b8a5db6eb7a757c6150515da0b4de8a7205 Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-03-09arm-autonomy/linux: Move linaro recipes to arm-autonomy layerPeter Hoyes
The n1sdp has been upgraded to the linux-yocto 5.10 kernel in meta-arm-bsp, but Xen + PREEMPT_RT is currently broken in 5.10, so autonomy builds cannot upgrade. Therefore, move the linux-linaro-arm configuration and recipes to meta-arm-autonomy as they are now only required for autonomy builds. Issue-Id: SCM-2185 Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com> Change-Id: Ibe918bc39ffef0d9c92c19ed0a0815c83e48a2be Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-03-09arm-autonomy/n1sdp: Use anonymous function to set kernel providerPeter Hoyes
Only set PREFERRED_PROVIDER_virtual/kernel in arm-autonomy to linux-linaro-arm if it is set to linux-yocto. Allows it to be modifed from local.conf, e.g. for RT builds. Issue-Id: SCM-2185 Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com> Change-Id: Ied871389ccaa017437babb4f0cb48d23862eb7bd Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-03-08arm-autonomy/xen: remove patches that have been mainlined in xen 4.14.1Richard Neill
Remove the 4 patches from recipes-extended/xen/xen_4.14.bbappend that have been integrated in xen 4.14.1 Issue-Id: SCM-2133 Signed-off-by: Richard Neill <richard.neill@arm.com> Change-Id: If38262d17699794eb600b11e131c168ed4de4391 Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-03-04arm-autonomy: Add meta-networking dependency to autonomy layer configRichard Neill
meta-arm-autonomy requires the bridge-utils package, which is provided by the meta-openembedded/meta-networking layer. This patch adds the explicit dependency. Issue-Id: SCM-2166 Signed-off-by: Richard Neill <richard.neill@arm.com> Change-Id: I3a43eb78fe1f40a9a2fb5116b5dbaf3ebfc9af7d Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-03-03arm-autonomy/linux-arm-autonomy: Add Xen per-cpu address translation patchRichard Neill
Adds a kernel patch to avoid Xen guest initialisation failure when converting a virtual address to a frame number when the initial address space has a non-contiguous physical layout. The patch is mainlined for kernel versions >= 5.9, so we only apply it for earlier versions. Issue-Id: SCM-1910 Signed-off-by: Richard Neill <richard.neill@arm.com> Change-Id: I3fd2aef88f57c928400389b6c4bb0b5eb5666e48 Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-03-02arm-autonomy/linux-arm-autonomy: Drop XenStore initialisation patchRichard Neill
With the linux-yocto version upgrade, the xenstore initialisation patch is no longer necessary. Signed-off-by: Richard Neill <richard.neill@arm.com> Change-Id: I38d81172d5da97a87d41a76f26fe81d5c3b3f83e Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-03-01arm-autonomy/xenguest: Fix issues raised by shellcheckPeter Hoyes
Ignore issues in xenguest-manager and xenguest-mkimage as these will soon be rewritten. Issue-Id: SCM-1526 Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com> Change-Id: I733b4bfaaa5002f7a64c577e16548af62c425ebf Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-02-18arm-autonomy: Fix xenbus probe for guest kernels < 5.10.17Diego Sueiro
The arm64-autonomy-guest kernel from commit 3499ba8198ca ("xen: Fix event channel callback via INTX/GSI") are hanging at `xen:balloon: Initialising balloon driver`. The arm-autonomy-guest kernels older than 5.10.17 need to backport the 0001-arm-xen-Don-t-probe-xenbus-as-part-of-an-early-initc.patch in order to be able to boot. Issue-Id: SCM-2151 Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Change-Id: I74f58366f42733be4f67ab3841584efa1636abbb Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-02-18arm-autonomy: Fix XenStore initialisation for host kernels < 5.10.13Diego Sueiro
The arm-autonomy-host kernels older than 5.10.13 need to backport the 0001-xen-Fix-XenStore-initialisation-for-XS_LOCAL.patch in order to be able to use the `xl block-attach` and fix this issue: ``` xl block-attach 0 "phy:/dev/vg-xen-vda3/base" xvda w libxl: error: libxl_xshelp.c:201:libxl__xs_read_mandatory: xenstore read failed: `/libxl/0/type': No such file or directory libxl: warning: libxl_dom.c:52:libxl__domain_type: unable to get domain type for domid=0, assuming HVM libxl: error: libxl_disk.c:314:device_disk_add: device already exists in xenstore libxl: error: libxl_device.c:1407:device_addrm_aocomplete: unable to add device ``` This issue is not present in linux-linaro-arm[-rt] 5.4.0 used by N1SDP, hence we do not apply this patch for it. Issue-Id: SCM-2151 Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Change-Id: I1a38e22084161fb4b6028ef12443707cc566d56e Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-02-18arm-autonomy/documentation: Update multiconfig docs with mc name requirementsNathan Dunne
Update documentation to mention that hyphens are illegal in multiconfig conf file names Signed-off-by: Nathan Dunne <Nathan.Dunne@arm.com> Change-Id: I0c0c16063cc66f1d0d66b5458ee0eea5da4d2ee4 Signed-off-by: Jon Mason <jon.mason@arm.com>