From 17092b36462ed683ffd0df5ee51fb6f9efbeda8d Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Fri, 15 Dec 2023 15:48:49 -0600 Subject: [PATCH] README.md: Add .apcb files under the uncopyrightable files section .apcb files are binary configuration data for AMD firmware binaries created by another tool/script, nothing in them is copyrightable. Change-Id: I254c12e65b118ef074deea983a853850a8cad77c Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/79590 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 318e943677..eef5eb65c5 100644 --- a/README.md +++ b/README.md @@ -140,9 +140,10 @@ These uncopyrightable files include: These may be required to exist as part of the build process but are not needed for the particular project. - Configuration files either in binary or text form. Examples would be - files such as .vbt files describing graphics configuration, spd files - as binary .spd or text \*spd\*.hex representing memory chip - configuration. + files such as .vbt files describing graphics configuration, .apcb + files containing configuration parameters for AMD firmware binaries, + and spd files as binary .spd or text \*spd\*.hex representing memory + chip configuration. - Machine-generated files containing version numbers, dates, hash values or other "non-creative" content.