From 58b1393e75305a2da9046c406295c1f829735d26 Mon Sep 17 00:00:00 2001 From: Andrew Jackson Date: Mon, 10 Sep 2018 10:33:03 +0100 Subject: [PATCH] net/sfc/base: highlight that image layout header generated EF10 signed image layout header is generated from firmware sources. Signed-off-by: Andrew Jackson Signed-off-by: Andrew Rybchenko --- drivers/net/sfc/base/ef10_signed_image_layout.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/drivers/net/sfc/base/ef10_signed_image_layout.h b/drivers/net/sfc/base/ef10_signed_image_layout.h index a35d16012e..c25ffe2f77 100644 --- a/drivers/net/sfc/base/ef10_signed_image_layout.h +++ b/drivers/net/sfc/base/ef10_signed_image_layout.h @@ -4,6 +4,14 @@ * All rights reserved. */ +/* + * This is NOT the original source file. Do NOT edit it. + * To update the image layout headers, please edit the copy in + * the sfregistry repo and then, in that repo, + * "make layout_headers" or "make export" to + * regenerate and export all types of headers. + */ + /* These structures define the layouts for the signed firmware image binary * saved in NVRAM. The original image is in the Cryptographic message * syntax (CMS) format which contains the bootable firmware binary plus the -- 2.20.1