feat(dice): add typedefs from the Open DICE repoThe DPE implementation in RSS is aligned with theOpen Profile for DICE specification:https://pigweed.googlesource.com/open-dice/Type definitions
feat(dice): add typedefs from the Open DICE repoThe DPE implementation in RSS is aligned with theOpen Profile for DICE specification:https://pigweed.googlesource.com/open-dice/Type definitions are needed to specify the inputvalues for the DPE service. Instead of mandating toclone the entire open-dice repo, the following fileis copied from the repository:https://pigweed.googlesource.com/open-dice/+/refs/heads/main/include/dice/dice.hGit SHA of the source version: cf549422e39da872d64993be944099ac62ba22a9This is external code, with Apache 2.0 license, thereforethe license.rst is updated accordingly and a copy of thislicense is also added.Signed-off-by: Tamas Ban <tamas.ban@arm.com>Signed-off-by: David Vincze <david.vincze@arm.com>Change-Id: Ie84b8483034819d1143fe0ec812e66514ac7d4cb
show more ...
docs(license): rectify `arm-gic.h` licenseThe `arm-gic.h` file distributed by the Linux kernel is disjunctivelydual-licensed under the GPL-2.0 or MIT licenses, but the BSD-3-Clauselicense has bee
docs(license): rectify `arm-gic.h` licenseThe `arm-gic.h` file distributed by the Linux kernel is disjunctivelydual-licensed under the GPL-2.0 or MIT licenses, but the BSD-3-Clauselicense has been applied in violation of the requirements of bothlicenses. This change ensures the file is correctly licensed under theterms of the MIT license, and that we comply with it by distributing acopy of the license text.Change-Id: Ie90066753a5eb8c0e2fc95ba43e3f5bcbe2fa459Signed-off-by: Chris Kay <chris.kay@arm.com>