{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":675067583,"defaultBranch":"main","name":"trusted-firmware-m","ownerLogin":"TrustedFirmware-M","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-08-05T16:59:18.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/101129834?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715620164.0","currentOid":""},"activityList":{"items":[{"before":"98b09fea01da527adeec05c786f6d31a37730260","after":"06c0515a508ccbf60620e9337d5283bd00cd218c","ref":"refs/heads/main","pushedAt":"2024-09-27T15:58:17.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"Platform: CS1000: Add crypto configs for ADAC\n\nThe Musca-B1's cmake is used as a reference. Updated the Corstone-1000\nport to link the ADAC cmake targets to the correct crypto\nconfigurations.\n\nSigned-off-by: Bence Balogh \nChange-Id: Ib690f9729e06b0d566b3149bb539bcc503d121e3","shortMessageHtmlLink":"Platform: CS1000: Add crypto configs for ADAC"}},{"before":"6584e262fcfd43ad3edb0d5bdedca7408971359e","after":"98b09fea01da527adeec05c786f6d31a37730260","ref":"refs/heads/main","pushedAt":"2024-09-27T15:57:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"Kconfig: Conditional imports of GUI libraries\n\ntfm_kconfig.py only imports GUI libraries when GUI is enabled.\nAllows easier integration of Kconfig tests with CI.\n\nChange-Id: If1f7c5e64fe3592b7374f558d4029fc844fe1bfe\nSigned-off-by: Igor Silin ","shortMessageHtmlLink":"Kconfig: Conditional imports of GUI libraries"}},{"before":"6bd630eaaf1e5e2774ee4f29375352db210d4bfb","after":"6584e262fcfd43ad3edb0d5bdedca7408971359e","ref":"refs/heads/main","pushedAt":"2024-09-27T13:50:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"Platform: RSE: Add volatile qualifier to local buf\n\nThe integrity check value can be copied to a local buffer in the driver\nbefore being checked, or read out from a local buffer after being\ngenerated. At -O3, the compiler deduces that the local buffer is written\nbut not read (by the CPU), or read without being modified, and\neliminates the write or read. This patch adds a volatile qualifier to\nthe buffer to ensure the reads & writes actually occur.\n\nSigned-off-by: Jamie Fox \nChange-Id: Icffb40ee1701079171cd0668c220b5b91e7fcd18","shortMessageHtmlLink":"Platform: RSE: Add volatile qualifier to local buf"}},{"before":"7a761b32dc5c6199514d628e73b3ee60ecefb764","after":"6bd630eaaf1e5e2774ee4f29375352db210d4bfb","ref":"refs/heads/main","pushedAt":"2024-09-27T13:49:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"Build: bump tf-m-extras\n\nSigned-off-by: Antonio de Angelis \nChange-Id: Ic7d8f6045258df4697bdcef3869fd1c81d5a8bad","shortMessageHtmlLink":"Build: bump tf-m-extras"}},{"before":"b37402805e8ac33139677f6f65bea3570307107d","after":"7a761b32dc5c6199514d628e73b3ee60ecefb764","ref":"refs/heads/main","pushedAt":"2024-09-27T13:06:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"Mailbox: Auto-generate Mailbox signal handling utilities\n\nPlatform ports have to override Mailbox signal handling utilities\nMAILBOX_ENABLED_INTERRUPTS()/MAILBOX_SIGNAL_IS_ACTIVE()/\nMAILBOX_SIGNAL_GET_ACTIVE(), if multiple mailbox signals are enabled or\ntheir names are different from the default ones.\n\nIt becomes more inconvenient to implement platform-specific utilities if\nmore mailbox signals are enabled.\n\nUse TF-M manifest tool to automatically generate a header file to\nimplement those platform-specific utilities, according to platform\nmailbox signals. Platform ports don't have to manually implement those\nutilities.\n\n - Add a ns_agent_mailbox_signal_utils.h.template for generating those\n utilities into ns_agent_mailbox_signal_utils.h\n - Let Mailbox NS Agent SP include ns_agent_mailbox_signal_utils.h\n - Remove all the other signal handing utilities.\n\nChange-Id: I3aa257aaf65b589e88c4bfb3138f647afda9d60a\nSigned-off-by: David Hu ","shortMessageHtmlLink":"Mailbox: Auto-generate Mailbox signal handling utilities"}},{"before":"d8ad93a221603a7d5f5cd95e42e0137cfa309072","after":"b37402805e8ac33139677f6f65bea3570307107d","ref":"refs/heads/main","pushedAt":"2024-09-27T10:46:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"BL2: Fix compiler warning\n\nUnused variable in boot_save_shared_data()\n\nSigned-off-by: Antonio de Angelis \nChange-Id: I9541cc6de494fdc26f8bd52d5a294d84eef1fac2","shortMessageHtmlLink":"BL2: Fix compiler warning"}},{"before":"8980b0bbf7690df9df4eedc96fabfad26f622a3d","after":"d8ad93a221603a7d5f5cd95e42e0137cfa309072","ref":"refs/heads/main","pushedAt":"2024-09-27T09:00:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"SPM: Finish removal of connection critical section\n\nCommit 6293f553ce1dd09b1fb5f00d3233cb143e70b08e\n(\"SPM: Delete connection critical section\") removed the critical\nsections around calls to spm_allocate_connection() but neglected to\nremove the critical section in spm_free_connection().\n\nChange-Id: Icfc38a0074bf248590f89d5dfc25abb5214ab01e\nSigned-off-by: Chris Brand ","shortMessageHtmlLink":"SPM: Finish removal of connection critical section"}},{"before":"cc15536531b42d23388b1359dc1db11339cb6b57","after":"8980b0bbf7690df9df4eedc96fabfad26f622a3d","ref":"refs/heads/main","pushedAt":"2024-09-27T09:00:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"Build: Use GIT_SHALLOW option for fetching\n\nAdds the GIT_SHALLOW option to fetch_remote_library calls where possible\n(when checking out a tag rather than a hash), which reduces the build\ntime in projects that do not use local checkouts.\n\nSigned-off-by: Jamie Fox \nChange-Id: I4bee0ca65b34bb56c53038827ebcb3c2e49ee947","shortMessageHtmlLink":"Build: Use GIT_SHALLOW option for fetching"}},{"before":"417063d18e7004f9a50ddeb9e6ce78441eaa46b2","after":"cc15536531b42d23388b1359dc1db11339cb6b57","ref":"refs/heads/main","pushedAt":"2024-09-27T08:59:40.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"RSE: update irq_source data type to uint32_t\n\nThe data type of irq_source in the struct tfm_ns_mailbox_client_id_info\nhas been updated to uint32_t.\nThe input parameter irq_source of get_locality_from_irq_source() is from\ntfm_ns_mailbox_client_id_info.irq_source. Update the input parameter\ndata type to uint32_t as well.\n\nChange-Id: I5f2a57fbd507201c202920bbe05e9a3f353914ab\nSigned-off-by: David Hu ","shortMessageHtmlLink":"RSE: update irq_source data type to uint32_t"}},{"before":"725b62292123ae6fa983085f56ab73652b407cdc","after":"417063d18e7004f9a50ddeb9e6ce78441eaa46b2","ref":"refs/heads/main","pushedAt":"2024-09-26T16:08:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"SPM: mailbox_agent_api: Free connection if params association fails\n\nAfter the connection is successfully allocated, if the parameters\nassociation fails, then the connection needs to be released.\nThis is only required for STATELESS connections for the reason that\nfor stateful connections those are taken care of as part of the\npsa_close sequence.\n\nSigned-off-by: Nicola Mazzucato \nChange-Id: Ic0674098b7780a4e83b21fe93c5ed83ff5a2e8d1","shortMessageHtmlLink":"SPM: mailbox_agent_api: Free connection if params association fails"}},{"before":"1fae4f3373d8b99b09479da7ffa58421d2749d1d","after":"725b62292123ae6fa983085f56ab73652b407cdc","ref":"refs/heads/main","pushedAt":"2024-09-25T13:35:04.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"Build: Do not install crypto_accelerator_config.h\n\ncrypto_accelerator_config.h does not need to be located on\nthe api_ns exported tree as client configurations do not\nneed to include any accelerator specific config, as those\nconfigurations are required only on the service side config.\n\nSigned-off-by: Antonio de Angelis \nChange-Id: I024cb83ac1cbfe471d21d78c7f0adc1c3db458c6","shortMessageHtmlLink":"Build: Do not install crypto_accelerator_config.h"}},{"before":"93e437611b6be45b4228647acb3c8985fd47eb18","after":"1fae4f3373d8b99b09479da7ffa58421d2749d1d","ref":"refs/heads/main","pushedAt":"2024-09-25T12:11:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"Build: Bump tf-m-extras\n\nSigned-off-by: Antonio de Angelis \nChange-Id: Id6fced8d5e6f995bde22c95c60cfcd700058a06b","shortMessageHtmlLink":"Build: Bump tf-m-extras"}},{"before":"d11f54329c511b1cc8ee3b79ea433a62280f410f","after":"93e437611b6be45b4228647acb3c8985fd47eb18","ref":"refs/heads/main","pushedAt":"2024-09-25T10:15:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"NS Agent Mailbox - update critical section HAL API\n\nUpdate mailbox critical section API to avoid usage of global variables\nfor critical section state. It's easier to provide safe implementation\nof critical section that can be called recursively when state is saved\nin stack instead of tracking number of locks in global variable.\n\nChange-Id: I86ad17cd47139a2e646eb2a2bed851e6fbf533c5\nSigned-off-by: Roman Mazurak ","shortMessageHtmlLink":"NS Agent Mailbox - update critical section HAL API"}},{"before":"4a5b1649e6acf9633d4cea68d79f3b2a3088378f","after":"d11f54329c511b1cc8ee3b79ea433a62280f410f","ref":"refs/heads/main","pushedAt":"2024-09-25T09:55:53.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"Config: Add CRYPTO_EXT_RNG\n\nAdd CRYPTO_EXT_RNG and update config_crypto_check.h to enable using\nexternal RNG instead of NV seed independently from HW accelerator.\nAdd CRYPTO_EXT_RNG to platform config files.\n\nSigned-off-by: Gabor Toth \nChange-Id: I5aae6fc3369983a8bcc2a7ca7d5462371fcbaee5","shortMessageHtmlLink":"Config: Add CRYPTO_EXT_RNG"}},{"before":"934761b65914af950ec88f5d7d624fb5e1520451","after":"4a5b1649e6acf9633d4cea68d79f3b2a3088378f","ref":"refs/heads/main","pushedAt":"2024-09-25T09:54:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"CS315: Fix tfm profile support\n\nHKDF is used by the early bootloader stages,\nenabled these crypto parts in every profile.\n\nSigned-off-by: Dávid Házi \nChange-Id: I45ab53b3b7e2e310e064b825c1df27a246c97367","shortMessageHtmlLink":"CS315: Fix tfm profile support"}},{"before":"ac7219e2dcf4465204d6a3970883f0d3a6ec4096","after":"934761b65914af950ec88f5d7d624fb5e1520451","ref":"refs/heads/main","pushedAt":"2024-09-24T20:45:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"PS: Add new config option PS_AES_KEY_USAGE_LIMIT\n\nThis adds a counter to each object (stored in the object table) and key\ngeneration numbers (master in the object table plus one in each object).\nGeneration number is included in the label when deriving the key for\nthe object. Counter gets incremented for every block encrypted or\ndecrypted with that key. New objects get the generation number from the\nobject table, which will always be the highest of any object that has\never been deleted.\n\nOverall, when the number of blocks encrypted or decrypted with a given\nkey approaches the limit, the key generation number will be changed and\nthe object data will be encrypted with a new key which will then be used\nuntil the limit is again approached.\n\nChange-Id: I821a1c948df5564d0e49a273cc680f729861f3fc\nSigned-off-by: Chris Brand ","shortMessageHtmlLink":"PS: Add new config option PS_AES_KEY_USAGE_LIMIT"}},{"before":"9fd9a81c4f3ad1a0d3ab1aad14d5d8e09db18822","after":"ac7219e2dcf4465204d6a3970883f0d3a6ec4096","ref":"refs/heads/main","pushedAt":"2024-09-24T20:42:59.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"Lib: Make printing libraries INTERFACE\n\nTo allow them to inherit compile options from targets they are linked\nto, fixing the RSE relocatable code-sharing\n\nChange-Id: I99f39a4e98a1a7ed8f62b6ab93ffc32cf64002bd\nSigned-off-by: Raef Coles ","shortMessageHtmlLink":"Lib: Make printing libraries INTERFACE"}},{"before":"d547568e510dcb69ff0098463c095a22bdf8d3fc","after":"9fd9a81c4f3ad1a0d3ab1aad14d5d8e09db18822","ref":"refs/heads/main","pushedAt":"2024-09-24T15:19:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"CC3XX: Add support for custom config files\n\nBy default, the lowlevel and psa layers of the CC3XX\ndriver include cc3xx_config.h and cc3xx_psa_api_config.h\nconfiguration headers that specify config options. Those\nfiles should be provided in the include paths available\nat build time (normally, per platform). This patch adds\nthe capability to include an header config file as set\nby the build system through command line definition of\nCC3XX_CONFIG_FILE and CC3XX_PSA_API_CONFIG_FILE.\n\nSigned-off-by: Antonio de Angelis \nChange-Id: I4b079d14f0046c5de5fb690fbc8ef61184721e06","shortMessageHtmlLink":"CC3XX: Add support for custom config files"}},{"before":"58b17fd0745e82e6dc8669371b9535477871abdd","after":"d547568e510dcb69ff0098463c095a22bdf8d3fc","ref":"refs/heads/main","pushedAt":"2024-09-24T15:19:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"RSE: Add support for custom relocation offset\n\nUpdate objcopy to allow setting custom section address. This supports\nplatform where VM1_BASE_S address may vary. Default behaviour remains\nunchanged.\n\nSigned-off-by: Arnold Gabriel Benedict \nChange-Id: I7172f118da71d0f9aa50e76e54c1c7970b34ce00","shortMessageHtmlLink":"RSE: Add support for custom relocation offset"}},{"before":"8d506f548d4dfc63354c7caca398fef36b3cfb8d","after":"58b17fd0745e82e6dc8669371b9535477871abdd","ref":"refs/heads/main","pushedAt":"2024-09-24T14:42:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"RSE: Bump tf-m-extras dependency\n\nIncludes fixes to the Delegated Attestation build.\n\nSigned-off-by: Antonio de Angelis \nChange-Id: Icbb9b52cc1551a375c01870a489a7d539de98bf9","shortMessageHtmlLink":"RSE: Bump tf-m-extras dependency"}},{"before":"2613b096a6f64fb0d687cdbe65b92f8a0b5538d9","after":"8d506f548d4dfc63354c7caca398fef36b3cfb8d","ref":"refs/heads/main","pushedAt":"2024-09-24T14:19:38.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"Crypto: Protect writes to avoid out-of-bound access\n\nSeveral places in the Crypto service directly write\nwithout checking at least pointer validity (i.e. not\nNULL) or out-of-bound access in the scratch buffer\nwrites. These mostly would lead to crashes, i.e. a\nDenial-of-Service attack for which TF-M does not\nprotect against, but reduce the potential for more\nserious attacks by protecting those writes anyway.\n\nSigned-off-by: Antonio de Angelis \nChange-Id: I4d60cca04162f15abd96a8c3fbe3683042b7b55d","shortMessageHtmlLink":"Crypto: Protect writes to avoid out-of-bound access"}},{"before":"c3fa68995b247c802589890c6ea3e721127b0c78","after":"2613b096a6f64fb0d687cdbe65b92f8a0b5538d9","ref":"refs/heads/main","pushedAt":"2024-09-24T11:09:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"Platform: Corstone1000: Use instances for sizeof()\n\nReferencing the instance instead of the type in the sizeof() function\nmakes the code clearer and more robust because changing the variable's\ntype will not necessitate change of the sizeof() statement too.\n\nThis commit updates the sizeof() calls in the fwu_agent.c file so\nthe instances are used.\n\nSigned-off-by: Bence Balogh \nChange-Id: I0a777864c70c6ed64f4bb132a670b2be3b67e535","shortMessageHtmlLink":"Platform: Corstone1000: Use instances for sizeof()"}},{"before":"8a1920906c7b80d46aaec180b70a36d0366610dc","after":"c3fa68995b247c802589890c6ea3e721127b0c78","ref":"refs/heads/main","pushedAt":"2024-09-24T11:08:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"Platform: CS1000: Fix platform name in logs\n\nSigned-off-by: Bence Balogh \nChange-Id: I4c4d5dce3de6356dd3b92dafeb8cef552ad85534","shortMessageHtmlLink":"Platform: CS1000: Fix platform name in logs"}},{"before":"8b16551db8423a891dc725fc67cd162518fc4de8","after":"8a1920906c7b80d46aaec180b70a36d0366610dc","ref":"refs/heads/main","pushedAt":"2024-09-24T11:05:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"RSE: Remove references to log.h\n\nlog.h has been replaced by tfm_log.h\nThis header is not used and therefore removed to\nfix the build error.\n\nSigned-off-by: Lokesh B V \nChange-Id: I79c1a6df7ad3616f508f6ac2cd7c21ca8b155d96","shortMessageHtmlLink":"RSE: Remove references to log.h"}},{"before":"a98a8df03fb609ceede41c9cb00c3638f8f38d85","after":"8b16551db8423a891dc725fc67cd162518fc4de8","ref":"refs/heads/main","pushedAt":"2024-09-24T11:05:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"Build: Bump tf-m-tests\n\nSigned-off-by: Antonio de Angelis \nChange-Id: Ieb7aefad333b0f0b49f3e470229174c868c1d772","shortMessageHtmlLink":"Build: Bump tf-m-tests"}},{"before":"b03f5a736bd1ea253f422e4058bd6955aeb52fdc","after":"a98a8df03fb609ceede41c9cb00c3638f8f38d85","ref":"refs/heads/main","pushedAt":"2024-09-23T21:30:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"Attest: Update CCA attestation profile identifier\n\nAdd support for the new CCA token profile(s) defined in\ndraft-ffm-rats-cca-token-00.\n\nSigned-off-by: Tamas Ban \nChange-Id: Iaed3ac8998c6fa658735b0939a7bd560a0e91195","shortMessageHtmlLink":"Attest: Update CCA attestation profile identifier"}},{"before":"6c6743e302377fa49aa62a714488c98ce2812961","after":"b03f5a736bd1ea253f422e4058bd6955aeb52fdc","ref":"refs/heads/main","pushedAt":"2024-09-23T17:01:37.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"Crypto: Support fallback to SW in CC3XX\n\nSupport fallback to SW when CC3XX is enabled in case\nPSA_WANT_ALG_SHA_384 or PSA_WANT_ALG_SHA_512 are set\nbecause these two algorithms are not supported by\nhardware.\n\nSigned-off-by: Antonio de Angelis \nChange-Id: I8cc729c398e39db8ba8e9b6fba15566e7b94fca6","shortMessageHtmlLink":"Crypto: Support fallback to SW in CC3XX"}},{"before":"e1b4a07f3932a50d454e569e91dc7a44464f7310","after":"6c6743e302377fa49aa62a714488c98ce2812961","ref":"refs/heads/main","pushedAt":"2024-09-23T15:53:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"Build: Bump tf-m-tests to fix FPU issues\n\nBump the tf-m-tests required to make sure the fix\nfor the FPU tests observed in CI is taken into\naccount.\n\nSigned-off-by: Antonio de Angelis \nChange-Id: I91b368f5447c111787c7b58b0dc797232ada08bd","shortMessageHtmlLink":"Build: Bump tf-m-tests to fix FPU issues"}},{"before":"2d62074c7cd0f36a33a5d41e56bb8abf28ca2f81","after":"e1b4a07f3932a50d454e569e91dc7a44464f7310","ref":"refs/heads/main","pushedAt":"2024-09-23T15:52:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"Platform: RSE: Refactor of PPC driver\n\nCurrently, each platform has its own Peripheral Protection Controller\ndriver, which duplicates much code.\nTheir init functions intialize variables that never change.\nThere are also unnecessary wrapper functions around PPC driver methods.\n\nThis patch creates a platform-agnostic PPC driver, moving platform-\nspecific code to device_definition.c.\nConstant initialization is moved to compile-time in device_definition.c.\nWrapper functions and their source files are removed.\n\nChange-Id: I7133bfff243eff1b08e6ecc40f946e6ec9be0d2d\nSigned-off-by: Igor Silin ","shortMessageHtmlLink":"Platform: RSE: Refactor of PPC driver"}},{"before":"5e1dc2b4ac74f05c036e73312868db187b8cf65d","after":"2d62074c7cd0f36a33a5d41e56bb8abf28ca2f81","ref":"refs/heads/main","pushedAt":"2024-09-23T15:49:36.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"openci-bot","name":"Trusted Firmware Open CI Bot","path":"/openci-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99038966?s=80&v=4"},"commit":{"message":"docs: security: Minor cosmetics fixes\n\nFix some typos and minor cosmetics inaccuracies.\n\nSigned-off-by: Nicola Mazzucato \nChange-Id: Idb147ddf95510cdb383e873ec01cc2bcaedbe3fd","shortMessageHtmlLink":"docs: security: Minor cosmetics fixes"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yN1QxNTo1ODoxNy4wMDAwMDBazwAAAATCyiKN","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yM1QxNTo0OTozNi4wMDAwMDBazwAAAAS-KxZ9"}},"title":"Activity · TrustedFirmware-M/trusted-firmware-m"}