coreboot-kgpe-d16/src/vendorcode
Martin Roth 4f1786dcac vendorcode: Rename Makefiles from .inc to .mk
The .inc suffix is confusing to various tools as it's not specific to
Makefiles. This means that editors don't recognize the files, and don't
open them with highlighting and any other specific editor functionality.

This issue is also seen in the release notes generation script where
Makefiles get renamed before running cloc.

Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: I80559b7c86a8fd2583cb0335279f676e0aa0209e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80067
Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-by: Erik van den Bogaert <ebogaert@eltan.com>
2024-01-24 08:34:46 +00:00
..
amd vendorcode: Rename Makefiles from .inc to .mk 2024-01-24 08:34:46 +00:00
cavium vendorcode: Rename Makefiles from .inc to .mk 2024-01-24 08:34:46 +00:00
eltan vendorcode: Rename Makefiles from .inc to .mk 2024-01-24 08:34:46 +00:00
google vendorcode: Rename Makefiles from .inc to .mk 2024-01-24 08:34:46 +00:00
intel vendorcode: Rename Makefiles from .inc to .mk 2024-01-24 08:34:46 +00:00
mediatek vendorcode: Rename Makefiles from .inc to .mk 2024-01-24 08:34:46 +00:00
siemens vendorcode: Rename Makefiles from .inc to .mk 2024-01-24 08:34:46 +00:00
wuffs lib/jpeg: Replace decoder with Wuffs' implementation 2023-12-13 16:17:34 +00:00
Makefile.mk vendorcode: Rename Makefiles from .inc to .mk 2024-01-24 08:34:46 +00:00
README.md

The files in the coreboot src/vendorcode subdirectory are supplied by various hardware and software vendors to support their platforms. While these directories and files are a part of the coreboot project, their licenses, coding styles, and maintenance may be significantly different than the rest of the coreboot codebase.

By contributing these directories and files to the coreboot codebase, the authors and copyright holders have agreed to the use and modification of these files by the coreboot community, however the final ownership and responsibility still remains with the company that contributed the files.

The ideal goal would be to properly integrate these files into coreboot proper. But such undertakings should be coordinated with the owners. Community modification should in general be limited to fixing issues and adding functionality.

Licenses for the files were determined by the copyright holder when the files were contributed. All files here must have an open source license compatible with coreboot's GPL v2.