| f340f3d8 | 27-Nov-2024 |
Manish Pandey <manish.pandey2@arm.com> |
Merge changes Ibe44f19e,I9e023edb,I96d655fc into integration
* changes: build: use parameters in calls to `MAKE_DEP` build: disable suffix rules globally build: use full paths for generated li
Merge changes Ibe44f19e,I9e023edb,I96d655fc into integration
* changes: build: use parameters in calls to `MAKE_DEP` build: disable suffix rules globally build: use full paths for generated libraries
show more ...
|
| 4d36d99d | 27-Nov-2024 |
Manish V Badarkhe <manish.badarkhe@arm.com> |
Merge changes Ibd4e4730,I783a6838 into integration
* changes: build(deps): bump setuptools in the pip group across 1 directory chore(deps): bump micromatch |
| 8f6ab4b5 | 26-Nov-2024 |
Yann Gautier <yann.gautier@st.com> |
Merge "docs(maintainers): update qti maintainer" into integration |
| fe85aa7e | 25-Nov-2024 |
Yann Gautier <yann.gautier@st.com> |
Merge changes I52c84dc2,I9b2a2a11 into integration
* changes: fix(intel): add FPGA isolation trigger when reconfiguration fix(intel): redesign F2SOC bridge enable and disable flow for Agilex5 |
| 480561f2 | 25-Nov-2024 |
Yann Gautier <yann.gautier@st.com> |
Merge "fix(docs): fix the indent and the build command for MT8188" into integration |
| a7bbd8e7 | 11-Sep-2024 |
Chris Kay <chris.kay@arm.com> |
build: use parameters in calls to `MAKE_DEP`
This is a small change to the behaviour of the `MAKE_DEP` macro to force it to take its inputs as arguments, rather than assuming the variables that its
build: use parameters in calls to `MAKE_DEP`
This is a small change to the behaviour of the `MAKE_DEP` macro to force it to take its inputs as arguments, rather than assuming the variables that its inputs come from.
Change-Id: Ibe44f19e6bea43c9feed34710cdd30704576b4d7 Signed-off-by: Chris Kay <chris.kay@arm.com>
show more ...
|
| daab00cf | 03-Sep-2024 |
Chris Kay <chris.kay@arm.com> |
build: disable suffix rules globally
This change centralises the logic that disables the default suffix rules that Make provides. These rules are a hold-over from legacy standards of Make, and occas
build: disable suffix rules globally
This change centralises the logic that disables the default suffix rules that Make provides. These rules are a hold-over from legacy standards of Make, and occasionally conflict with our rules.
Change-Id: I9e023edbc01b5ae48a96fa1078d0b81faabb0cb9 Signed-off-by: Chris Kay <chris.kay@arm.com>
show more ...
|
| 6e622818 | 03-Sep-2024 |
Chris Kay <chris.kay@arm.com> |
build: use full paths for generated libraries
This change modifies the build rules for static libraries so that individual rules which use those libraries depend directly on the archive files that a
build: use full paths for generated libraries
This change modifies the build rules for static libraries so that individual rules which use those libraries depend directly on the archive files that are generated, rather than their phony target aliases and `-lX` link flags.
The goal of this is to clean up Make's view of the dependencies between files, avoiding phony targets (which do not honour timestamps) making their way into intermediate dependencies.
Change-Id: I96d655fcd94dc259ffa6e8970b2be7b8c7e11123 Signed-off-by: Chris Kay <chris.kay@arm.com>
show more ...
|
| e99abe1b | 25-Nov-2024 |
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
build(deps): bump setuptools in the pip group across 1 directory
Bumps the pip group with 1 update in the / directory: [setuptools](https://github.com/pypa/setuptools).
Updates `setuptools` from 74
build(deps): bump setuptools in the pip group across 1 directory
Bumps the pip group with 1 update in the / directory: [setuptools](https://github.com/pypa/setuptools).
Updates `setuptools` from 74.1.2 to 75.3.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v74.1.2...v75.3.0)
--- updated-dependencies: - dependency-name: setuptools dependency-type: indirect dependency-group: pip ...
Change-Id: Ibd4e4730bfc5cce8d85ec55021983d6f748ffc47 Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Chris Kay <chris.kay@arm.com>
show more ...
|
| 292cb355 | 25-Nov-2024 |
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
chore(deps): bump micromatch
Bumps the npm_and_yarn group with 1 update in the / directory: [micromatch](https://github.com/micromatch/micromatch).
Updates `micromatch` from 4.0.5 to 4.0.8 - [Relea
chore(deps): bump micromatch
Bumps the npm_and_yarn group with 1 update in the / directory: [micromatch](https://github.com/micromatch/micromatch).
Updates `micromatch` from 4.0.5 to 4.0.8 - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8)
--- updated-dependencies: - dependency-name: micromatch dependency-type: indirect dependency-group: npm_and_yarn ...
Change-Id: I783a6838616c570a41a5a0f58db3e6430c43c344 Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Chris Kay <chris.kay@arm.com>
show more ...
|
| 4ec2948f | 20-Nov-2024 |
Govindraj Raja <govindraj.raja@arm.com> |
Merge "docs(changelog): changelog for v2.12 release" into integration |
| 8f6e40f8 | 20-Nov-2024 |
Govindraj Raja <govindraj.raja@arm.com> |
Merge "docs(changelog): add subsection common" into integration |
| 46bafc17 | 20-Nov-2024 |
Govindraj Raja <govindraj.raja@arm.com> |
Merge "docs: update build tool prerequisites" into integration |
| 8a48bca3 | 20-Nov-2024 |
Govindraj Raja <govindraj.raja@arm.com> |
Merge "docs(tc): deprecate tc2 in documentation" into integration |
| f11a9113 | 20-Nov-2024 |
Govindraj Raja <govindraj.raja@arm.com> |
Merge "docs(fvp): update FVP model versions as per usage" into integration |
| 4b55bcb5 | 20-Nov-2024 |
Govindraj Raja <govindraj.raja@arm.com> |
Merge "fix(stm32mp15-fdts): correct MCO2_PLL4 clock name for DHCOM" into integration |
| 74606e76 | 19-Nov-2024 |
Icen Zeyada <Icen.Zeyada2@arm.com> |
docs(tc): deprecate tc2 in documentation
added a note to specify that tc2 has been deprecated
Change-Id: I7ab69a2560e0e56379f4e144d41da20671c1ca9d Signed-off-by: Icen Zeyada <Icen.Zeyada2@arm.com> |
| fc2e4bab | 20-Nov-2024 |
Yann Gautier <yann.gautier@st.com> |
fix(stm32mp15-fdts): correct MCO2_PLL4 clock name for DHCOM
This clock name was renamed from MCO2_PLL4P to MCO2_PLL4 with the RCC binding update commit [1]. This file was missed in that update, and
fix(stm32mp15-fdts): correct MCO2_PLL4 clock name for DHCOM
This clock name was renamed from MCO2_PLL4P to MCO2_PLL4 with the RCC binding update commit [1]. This file was missed in that update, and the board fails to compile.
[1]: 52b253bfa2 feat(dt-bindings): new RCC DT bindings
Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: I215abff1fc275ac1ef6dfb2ac86b9223e6990064
show more ...
|
| 07a6a654 | 15-Nov-2024 |
Govindraj Raja <govindraj.raja@arm.com> |
docs(changelog): changelog for v2.12 release
Generated this change-log using below command: npm run release -- --skip.commit --skip.tag --release-as 2.12.0
Change-Id: Idb74f6a31bf2691e7666e2738030d
docs(changelog): changelog for v2.12 release
Generated this change-log using below command: npm run release -- --skip.commit --skip.tag --release-as 2.12.0
Change-Id: Idb74f6a31bf2691e7666e2738030d6f0e2b8c519 Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
show more ...
|
| 5699f840 | 19-Nov-2024 |
Manish V Badarkhe <Manish.Badarkhe@arm.com> |
docs(fvp): update FVP model versions as per usage
Update the documentation to reflect the various FVP models used in the OpenCI environment.
Change-Id: I6144ab7c41d3776421164125d07371dadc9252b5 Sig
docs(fvp): update FVP model versions as per usage
Update the documentation to reflect the various FVP models used in the OpenCI environment.
Change-Id: I6144ab7c41d3776421164125d07371dadc9252b5 Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
show more ...
|
| 1c800903 | 05-Nov-2024 |
Abhi Singh <abhi.singh@arm.com> |
refactor(rpi3): move mbedtls helper to common code
In order to support measured boot we need plat_get_mbedtls_heap, this function currently resides in rpi3_trusted_boot.c, but we do not need trusted
refactor(rpi3): move mbedtls helper to common code
In order to support measured boot we need plat_get_mbedtls_heap, this function currently resides in rpi3_trusted_boot.c, but we do not need trusted board boot to use measured boot, so moving this to common code removes the need to compile rpi3_trusted_boot.c
Change-Id: I6ac6dfa8c540e456d7cb6932098c921907ad086a Signed-off-by: Tushar Khandelwal <tushar.khandelwal@arm.com> Signed-off-by: Abhi Singh <abhi.singh@arm.com>
show more ...
|
| 5c0cbb2f | 05-Nov-2024 |
Abhi Singh <abhi.singh@arm.com> |
fix(rpi3): use correct name for include guards
fixed rpi_shared.h include guard, previously the commented endif was RPI3_PRIVATE, which could be a cause for confusion when searching through header f
fix(rpi3): use correct name for include guards
fixed rpi_shared.h include guard, previously the commented endif was RPI3_PRIVATE, which could be a cause for confusion when searching through header files.
Change-Id: I721f9f7c38cd14cda0385593b307cdfc71f810f8 Signed-off-by: Abhi Singh <abhi.singh@arm.com>
show more ...
|
| e614ba34 | 19-Nov-2024 |
Govindraj Raja <govindraj.raja@arm.com> |
docs(changelog): add subsection common
Introduce subsection common under Arm.
Change-Id: I24177b5ab1636af56aab3c55b21f2ca014546b9c Signed-off-by: Govindraj Raja <govindraj.raja@arm.com> |
| 847d6f4a | 19-Nov-2024 |
Olivier Deprez <olivier.deprez@arm.com> |
Merge changes from topic "el3spmc-fix-v2.12-rc0" into integration
* changes: feat(qemu): increase size of bl31 fix(qemu): fix EL3-SPMC data store alignment fix(qemu): fix build error with spmd |
| 78a91582 | 01-Nov-2024 |
Jens Wiklander <jens.wiklander@linaro.org> |
feat(qemu): increase size of bl31
Increase BL31 size to have room to spare for debugging with EL3 SPMC.
Change-Id: I6e260a284ed2aa5d515b45be90ee2cdeded9c6a9 Signed-off-by: Jens Wiklander <jens.wikl
feat(qemu): increase size of bl31
Increase BL31 size to have room to spare for debugging with EL3 SPMC.
Change-Id: I6e260a284ed2aa5d515b45be90ee2cdeded9c6a9 Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|