coreboot-kgpe-d16/util/inteltool
Julius Werner 98eeb96135 commonlib: Add commonlib/bsd
This patch creates a new commonlib/bsd subdirectory with a similar
purpose to the existing commonlib, with the difference that all files
under this subdirectory shall be licensed under the BSD-3-Clause license
(or compatible permissive license). The goal is to allow more code to be
shared with libpayload in the future.

Initially, I'm going to move a few files there that have already been
BSD-licensed in the existing commonlib. I am also exracting most
contents of the often-needed <commonlib/helpers.h> as long as they have
either been written by me (and are hereby relicensed) or have an
existing equivalent in BSD-licensed libpayload code. I am also
relicensing <commonlib/compression.h> (written by me) and
<commonlib/compiler.h> (same stuff exists in libpayload).

Finally, I am extracting the cb_err error code definitions from
<types.h> into a new BSD-licensed header so that future commonlib/bsd
code can build upon a common set of error values. I am making the
assumption here that the enum constants and the half-sentence fragments
of documentation next to them by themselves do not meet the threshold of
copyrightability.

Change-Id: I316cea70930f131e8e93d4218542ddb5ae4b63a2
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38420
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
2020-01-28 06:36:13 +00:00
..
Makefile commonlib: Add commonlib/bsd 2020-01-28 06:36:13 +00:00
ahci.c util/inteltool: Add support for Sunrise Point LP 2018-12-28 22:31:54 +00:00
amb.c
cpu.c util/inteltool: Add server 5065x CPU model support 2019-10-22 12:56:20 +00:00
description.md util: Add description.md to each util 2018-07-26 13:26:50 +00:00
gfx.c
gpio.c inteltool: add Lewisburg C62x GPIOs support 2019-09-05 14:59:09 +00:00
gpio_groups.c inteltool: add Lewisburg C62x GPIOs support 2019-09-05 14:59:09 +00:00
inteltool.8
inteltool.c util/inteltool: Add chip detection for IceLake chips 2019-12-29 21:13:17 +00:00
inteltool.h util/inteltool: Add chip detection for IceLake chips 2019-12-29 21:13:17 +00:00
ivy_memory.c util/inteltool: Use appropriate channel for printing timings 2019-05-13 09:24:14 +00:00
memory.c util/inteltool: Add MCHBAR dumping support for Ice Lake U systems 2020-01-10 15:14:02 +00:00
pcie.c inteltool: Add Skylake Xeon E DMI3 Host bridge Id 2019-09-05 15:00:04 +00:00
pcr.c inteltool: add Lewisburg C62x GPIOs support 2019-09-05 14:59:09 +00:00
pcr.h inteltool: Add dumping of full PCR ports 2018-06-11 20:55:06 +00:00
powermgt.c util/inteltool: Add Kabylake E3-1200 Support 2019-05-15 17:21:39 +00:00
rootcmplx.c inteltool: Add Sunrise Point-LP Skylake PCH IDs 2019-05-06 10:38:49 +00:00
spi.c util/inteltool: Make internal functions static 2019-07-07 20:23:42 +00:00