From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?ISO-8859-1?Q?St=FCbner?= Date: Fri, 08 Nov 2019 15:51:21 +0100 Subject: [U-Boot] [PATCH v3 4/4] tests: add OP-TEE test suite In-Reply-To: <20191023144641.5710-4-heiko@sntech.de> References: <20191023144641.5710-1-heiko@sntech.de> <20191023144641.5710-4-heiko@sntech.de> Message-ID: <1831162.TJXf6fBH3I@diego> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am Mittwoch, 23. Oktober 2019, 16:46:41 CET schrieb Heiko Stuebner: > From: Heiko Stuebner > > OP-TEE can get supplied with a devicetree and will then insert > its firmware node and reserved-memory sections into it. > As this devicetree often is not the one supplied to a later > loaded kernel, a previous commit added functionality to transfer > these nodes onto that new devicetree. > > To make sure this functionality stays intact, also add a test > for the transfer functionality. > > Signed-off-by: Heiko Stuebner this patch already received in v2 a Reviewed-by: Simon Glass