]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(optee): add device tree for coreboot table
authorJeffrey Kardatzke <jkardatzke@google.com>
Thu, 9 Feb 2023 18:45:35 +0000 (10:45 -0800)
committerManish Pandey <manish.pandey2@arm.com>
Thu, 11 May 2023 08:46:57 +0000 (10:46 +0200)
commitf4bbf435554e87de31c0a70039aa03b19962aaea
tree6f4efa4ede0f165f00b4fa6279f62a20f2ebd3ff
parenta63de43661015b392be1e0827b64a77ae687d8f8
feat(optee): add device tree for coreboot table

This adds creation of a device tree that will be passed to OP-TEE.
Currently that device tree only contains the coreboot table per the
Linux coreboot device tree specification. This device tree is then
passed to OP-TEE so it can extract the CBMEM console information from
the coreboot table for logging purposes.

Signed-off-by: Jeffrey Kardatzke <jkardatzke@google.com>
Change-Id: I6a26d335e16f7226018c56ad571cca77b81b0f6a
include/lib/coreboot.h
lib/coreboot/coreboot_table.c
services/spd/opteed/opteed.mk
services/spd/opteed/opteed_main.c