From e9e7c20d17651f2387bda514bd1d1c15822533cc Mon Sep 17 00:00:00 2001 From: Mario Limonciello <mario.limonciello@amd.com> Date: Thu, 29 Aug 2024 08:53:51 -0500 Subject: [PATCH] Send people over to gitlab.com/kernel-firmware/drm-firmware --- README.md | 61 +------------------------------------------------------ 1 file changed, 1 insertion(+), 60 deletions(-) diff --git a/README.md b/README.md index c41f4be7..5dc12336 100644 --- a/README.md +++ b/README.md @@ -1,60 +1 @@ -# drm/firmware - -This repository contains the firmware required by the Linux kernel for DRM -firmware. It is a fork of the [linux-firmware](https://gitlab.com/kernel-firmware/linux-firmware) -repository that is used specifically for staging updated DRM firmware. - -## Branches -The `overview` branch is only used for this `README.md` file. - -The `main` branch tracks the upstream [linux-firmware](https://gitlab.com/kernel-firmware/linux-firmware) repository. This branch is not touched by -this repository and is for reference only. - -All vendors commit updated firmware to their approriate `-staging` branch. -These branches are used for pull requests into the upstream [linux-firmware](https://gitlab.com/kernel-firmware/linux-firmware) repository. - -```mermaid -gitGraph - commit - commit - branch amd-staging - checkout amd-staging - commit - commit - checkout main - branch intel-staging - checkout intel-staging - commit - commit - checkout main - branch nvidia-staging - checkout nvidia-staging - commit - commit - checkout main - merge amd-staging - commit - commit - checkout main - merge intel-staging - checkout main - commit - commit - merge nvidia-staging - branch overview -``` - -## Submitting upstream pull requests - -In order to submit a pull request, do the following steps: - -* Commit your firmware changes to `vendor-staging` -* Create a tag in the format `vendor-YYYY-MM-DD` on `vendor-staging` -* Push your changes so that its available on Gitlab -* Send a git pull request via email to `linux-firmware@kernel.org` - -Following vendors are available: - -* `amd` -* `intel` -* `nvidia` +This repository is no longer used, please use https://gitlab.com/kernel-firmware/drm-firmware instead. -- GitLab