diff options
author | Matt DeVillier <matt.devillier@amd.corp-partner.google.com> | 2023-12-15 15:48:49 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-12-17 18:43:24 +0000 |
commit | 17092b36462ed683ffd0df5ee51fb6f9efbeda8d (patch) | |
tree | 403809510ac2da3f165788a41d4e3e404171a94f | |
parent | 024c5c908b80c73761d984f5f7468cfdd65ef96e (diff) |
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 <matt.devillier@amd.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79590
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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. |