diff options
| author | Sergei Korneichuk <sergei.korneichuk@amd.com> | 2023-12-14 16:48:40 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-12-20 16:37:00 -0600 |
| commit | 1dac5bab2f7a641c4eb89241f2ef441cb1584b3e (patch) | |
| tree | 6631a6e384d4a1a0bcaae4e5d259ecd070b98abf /meta-xilinx-core | |
| parent | 8ddf34020bbdccb6e79872bacf66bfe397d8b053 (diff) | |
| download | meta-xilinx-1dac5bab2f7a641c4eb89241f2ef441cb1584b3e.tar.gz | |
libmetal-xlnx: Update branch to 2024
The 2024 branch is a rebase onto the upstream release 2023.10.0.
Changelog since xlnx_rel_v2023.2:
The rebased 15 commits:
examples: linux: zynqmp: Remove MB definition
examples: freertos: define xInterruptController in System Device Tree Flow
test: linux: add test for multiple IO regions
log: default to function, line number prefix
log: update ML_ERR, ML_INFO, ML_DBG macros
examples: linux: add an option to set debug log level
libmetal: amp_demo: improve performance measurement
examples: freertos: zynqmp_r5: dynamically set TTC and IPI vars
examples: generic: zynqmp_r5: dynamically set TTC and IPI vars
examples: linux: zynqmp_r5: dynamically set TTC and IPI vars
examples: linux: libmetal_amp_demod: add macro guards for IPI
examples: linux: zynqmp: Use IPI commit API
examples: linux: add IPI with R5 rproc kick sysfs impelmentation
examples: linux: zynqmp: Add IPI uio based API implementation
examples: linux: zynqmp: Introduce common IPI APIs
The upstream 36 commits:
release: libmetal 2023.10.0
CI: Zephyr: Get latest version of the zephyr sdk
github action: Fix stales action to not close PR/issue after 7 days
lib: freertos: consolidate common Xilinx code
lib: generic: consolidate common Xilinx code
lib: a53: remove redundant MB and GB macros
Remove vim editor configuration in files
CI: Zephyr: Only fetch needed branches instead of everything
CI: Fix entrypoint indentation
CI: Zephyr build: Be less verbose
Fix Zephyr testcase with latest Zephyr
log: add function name, line number prefix
github action: add stales action
README: Point people to the offical docs not the wiki
Docs: fix for the readthedocs PR rendering
Docs: style doxygen when built as part of OpenAMP docs
Docs: enable readthedocs rendering (for PRs)
Fix typo in MAINTAINERS.md text
Move libmetal Wiki link to Overview section
CI: Fix Zephyr build by updating Zephyr SDK version to 0.16.1
lib: utilities: add MB and GB defines
lib: system: freertos: Add metal/errno.h to match standalone
Export each of the memory_order enumerators
lib: refactor alloc.h to not need forward declaration
Add reference count to metal_common_state
CI: Fix checkpatch
lib: add support for A78 Baremetal
lib: add support for A72 Baremetal
CI: fix zephyr build issue related to the VERSION file
CI: update checkout action to V3
release: open-amp 2023.04.0
CI: fix zephyr cmake error "No prj.conf file was found"
checkpatch: fix TYPO_SPELLING check for words with apostrophe
lib: system: freertos: remove deprecated METAL_MUTEX_INIT
nuttx: Add missing include header in IRQ implementation
readme: Fix broken openamp-rp mailing list link
Signed-off-by: Sergei Korneichuk <sergei.korneichuk@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
| -rw-r--r-- | meta-xilinx-core/dynamic-layers/openamp-layer/recipes-openamp/libmetal/libmetal-xlnx_v2024.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-openamp/libmetal/libmetal-xlnx_v2024.1.bb b/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-openamp/libmetal/libmetal-xlnx_v2024.1.bb index 306c17a7..787a7327 100644 --- a/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-openamp/libmetal/libmetal-xlnx_v2024.1.bb +++ b/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-openamp/libmetal/libmetal-xlnx_v2024.1.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | SRCBRANCH ?= "2023.2" | 1 | SRCBRANCH ?= "2023.2" |
| 2 | SRCREV = "73cbfb0695cdc21f2afd7a2c347c7f2d9b5dc71e" | 2 | SRCREV = "7c88ee6342b0a141fd076a8a49c518b57b3517ac" |
| 3 | BRANCH = "2023" | 3 | BRANCH = "2024" |
| 4 | LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=f4d5df0f12dcea1b1a0124219c0dbab4" | 4 | LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=f4d5df0f12dcea1b1a0124219c0dbab4" |
| 5 | PV = "${SRCBRANCH}+git${SRCPV}" | 5 | PV = "${SRCBRANCH}+git${SRCPV}" |
| 6 | 6 | ||
