Go to file
Carlo Caione efa2ace602 lib: update libmetal to SHA cd4fb67a4f50
Origin:
	https://github.com/OpenAMP/libmetal

Commit:
	cd4fb67a4f5080665bc9d31c8272f7c411e037c2

Status:
	Merge libmetal version 2022.10.0 after removing useless dirs to bring
	fixes and support for the new cache API in Zephyr.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2022-11-28 09:55:52 -05:00
libmetal lib: update libmetal to SHA cd4fb67a4f50 2022-11-28 09:55:52 -05:00
zephyr zephyr: move kconfig to the zephyr tree 2019-05-30 17:54:49 -04:00
CMakeLists.txt module: make this repo a zephyr module 2019-04-18 23:34:04 -04:00
README lib: update libmetal to SHA 23ba77941cf3 2022-06-30 07:58:52 +02:00

README

libmetal
#####################

Origin:
   https://github.com/OpenAMP/libmetal

Import instructions:
   When we import libmetal we remove the tests/ and examples/ dir to reduce
   the amount of code imported.

Purpose:
   HAL abstraction layer used by open-amp

Description:
   Libmetal provides common user APIs to access devices, handle device
   interrupts and request memory across the following operating environments:

   * Linux user space (based on UIO and VFIO support in the kernel)
   * RTOS (with and without virtual memory)
   * Bare-metal environments

Dependencies:
   Depends on Zephyr itself as it utilizes Zephyr's APIs to provide an
   abstraction to open-amp.

URL:
   https://github.com/OpenAMP/libmetal

commit:
   23ba77941cf38a916d7a9fe5137a8bd2ee1e6122

Maintained-by:
   External

License:
   BSD-3-Clause

License Link:
   https://github.com/OpenAMP/libmetal/blob/master/LICENSE.md