nb/intel/sandybridge: Use SA devid to identify PC type
[coreboot2.git] / Documentation / releases / checklist.md
blob2d334870dbd6f1f0738dc21e19edb3b06c66427a
1 ```eval_rst
2 :orphan:
3 ```
5 # coreboot Release Process
7 This document describes our release process and all prerequisites to
8 implement it successfully.
11 ## Purpose of coreboot releases
12 Our releases aren't primarily a vehicle for code that is stable across
13 all boards: The logistics of testing the more than 100 boards that are
14 spread out all continents (except Antarctica, probably) on a given tree
15 state are prohibitive for project of our size.
17 Instead, the releases are regular breakpoints that serve multiple
18 purposes: They support cooperation between multiple groups (corporations
19 or otherwise) in that it's easier to keep source trees synchronized
20 based on a limited set of commits. They allow a quick assessment of the
21 age of any given build or source tree based on its git version (4.8-1234
22 was merged into master a few months after 4.8, which came out in April
23 of 2018. 4.0-21718's age is harder to guess).
25 And finally we use releases to as points in time where we remove old
26 code: Once we decide that a certain part of coreboot gets in the way of
27 future development, we announce on the next release that we intend to
28 remove that part - and everything that depends on it - after the
29 following release. So removing feature FOO will be announced in release
30 X for release X+1. The first commit after X+1 is fair game for such
31 removal.
33 Together with our 3 months release horizon, this provides time to plan
34 any migrations necessary to keep older boards in the tree by bringing
35 them up to current standards.
37 ## coreboot release team
38 To avoid issues of blocking the release on a single person, a release
39 team has been formed. Please see the `COREBOOT RELEASES` section of the
40 MAINTAINERS file for the current members.
42 These individuals work together to make sure releases are done on time,
43 follow the steps of this document, and update the release processes and
44 scripts.
47 ## Needed credentials & authorizations
49 ### coreboot admins only
50 * Website access is required to post the release files to the website.
52 ### All release team members
53 * IRC topic access is required to update the topic.
54 * Git access rights are needed to post the tag.
55 * Blog post access is needed to do the blog post.
56 * A PGP key is required to sign the release tarballs and git tag.
58 Most of the steps in the release process can be done by anyone on the
59 release team. Only adding the files to the website needs to be done
60 by a coreboot administrator.
62 ## When to release
63 Releases are done roughly on a 3-month schedule. If a release is
64 delayed, the next release will still be 3 months after the last release.
67 ## Checklist
69 ### ~2 weeks prior to release
70 - [ ] Announce upcoming release to mailing list, ask people to test and
71       to update release notes.
72 - [ ] Start marking patches that should to go into the release with a
73       tag "coreboot_release_X.yy"
75 ### ~1 week prior to release
76 - [ ] Send reminder email to mailing list, ask for people to test,
77       and to update the release notes.
78 - [ ] Update the topic in the IRC channel with the date of the upcoming
79       release.
80 - [ ] If there are any deprecations announced for the following release,
81       make sure that a list of currently affected boards and chipsets is
82       part of the release notes.
83 - [ ] Finalize release notes as much as possible
84 - [ ] Prepare release notes template for following release
85 - [ ] Update `Documentation/releases/index.md`
86 - [ ] Check which branches need to be released. Any branch with changes
87       should get a new release. Announce these branch releases and
88       prepare release notes.
90 ### Day before release
91 - [ ] Make sure patches with tags for the release are merged.
92 - [ ] Announce to IRC that the release will be tomorrow and ask for
93       testing.
94 - [ ] Run `util/vboot_list/vboot_list.sh` script to update the list of
95       boards supported by vboot.
97 ### Day of release
98 - [ ] Review the full documentation about doing the release below.
99 - [ ] Select a commit ID to base the release upon.
100 - [ ] Test the commit selected for release.
101 - [ ] Submit last pre-release release notes.
102 - [ ] Run the release script.
103 - [ ] Test the release from the actual release tarballs.
104 - [ ] Push signed Tag to repo. *This is the actual release step.*
105       Once this patch is pushed, the release itself has been done.
106       everything after this step is packaging and delivering the
107       release.
109 - [ ] Announce that the release tag is done on IRC.
110 - [ ] Update the topic in the IRC channel that the release is done.
112 - [ ] Do the final release notes - Fill in the release date, remove
113       "Upcoming release" and other filler from the current release
114       notes.
115 - [ ] ADMIN: Upload release files to web server.
116 - [ ] ADMIN: Upload the final release notes to the web server.
117 - [ ] ADMIN: Upload crossgcc sources to web server.
118 - [ ] Create coreboot-sdk and coreboot-jenkins-node docker images
119       based on the release ID and push them to dockerhub. These
120       can be used as release builders.
122 ### Week following the release
123 - [ ] Update download page to point to files, push to repo.
124 - [ ] Write and publish blog post with release final notes. Branch
125       releases notes should be included in the same post.
126 - [ ] Remove code that was announced it was going to be removed.
127 - [ ] Update `Documentation/releases/boards_supported_on_branches.md`
129 ### Creating a branch
130 - [ ] Branches are named 4.xx_branch to differentiate from the tags.
131       Instructions on creating branches are listed below.
134 ## Pre-Release tasks
135 Announce the upcoming release to the mailing list release 2 weeks ahead
136 of the planned release date.
138 The announcement should state the planned release date, point to the
139 release notes that are in the making and ask people to test the hardware
140 they have to make sure it's working with the current master branch,
141 from which the release will ultimately be derived from.
143 People should be encouraged to provide additions to the release notes.
145 The final release notes will reside in coreboot's Documentation/releases
146 directory, so asking for additions to that through the regular Gerrit
147 process works as well. Note that git requires lots of conflict
148 resolution on heavily edited text files though.
150 Frequently, we will want to wait until particular things are in the
151 release. Once those are in, you can select the commit ID that you want
152 to use for your release. For the 4.6 release, we waited until we had
153 time to do the release, then pulled in a few patches that we wanted
154 to have in the release. The release was based on the final of those
155 patches to be pulled in.
157 When a release candidate has been selected, announce the commit ID to
158 the #coreboot IRC channel, and request that it get some testing, just
159 to make sure that everything is sane.
162 ## Generate the release
163 After the commit for the release has been selected and verified, run the
164 release script - util/release/build-release. This will download a new
165 tree, checkout the commit that you specified, download the submodules,
166 create a tag, then generate and sign the tarballs.
168 **Be prepared to type in your PGP key’s passphrase.**
170 ```text
171 usage: util/release/build-release <version> [commit id] [username] [gpg key id]
172 Tags a new coreboot version and creates a tar archive
174 version:    New version name to tag the tree with
175 commit id:  check out this commit-id after cloning the coreboot tree
176 username:   clone the tree using ssh://USERNAME - defaults to https://
177 gpg key id: used to tag the version, and generate a gpg signature
180 After running the script, you should have a new directory for the
181 release, along with 4 files: 2 tarballs, and 2 signature files.
183 ```text
184 drwxr-xr-x   9 martin martin      4096 Apr 30 19:57 coreboot-4.6
185 -rw-r--r--   1 martin martin  29156788 Apr 30 19:58 coreboot-4.6.tar.xz
186 -rw-r--r--   1 martin martin       836 Apr 30 19:58 coreboot-4.6.tar.xz.sig
187 -rw-r--r--   1 martin martin   5902076 Apr 30 19:58 coreboot-blobs-4.6.tar.xz
188 -rw-r--r--   1 martin martin       836 Apr 30 19:58 coreboot-blobs-4.6.tar.xz.sig
191 Here’s the command that was used to generate the 4.6 release:
192 ```bash
193 util/release/build-release 4.6 db508565 Gaumless 3E4F7DF7
197 ## Test the release from the tarballs
198 * Run “make what-jenkins-does” and verify that everything is building.
199 * Build and test qemu
200 ```bash
201 cp configs/config.emulation_qemu_x86_i440fx .config
202 make olddefconfig
203 make
204 qemu-system-x86_64 -bios build/coreboot.rom -serial stdio
206 * Build and test any other platforms you can.
207 * Compare the directory from the tarballs to the coreboot repo to make
208   sure nothing went wrong.
209 * Push the tag to git
211 A good tag will look like this:
212 ````text
213 % git show 4.6
214 tag 4.6
215 Tagger: Martin Roth <martinroth@google.com>
216 Date:   Sun Apr 30 19:48:38 2017 -0600
218 coreboot version 4.6
219 -----BEGIN PGP SIGNATURE-----
220 Version: GnuPG v1
222 iQIcBAABCQAGBQJZBpP2AAoJEBl5bCs+T333xfgQAKhilfDTzqlr3MLJC4VChbmr
224 678e0NzyWsyqU1Vx2rdFdLANx6hghH1R7E5ybzHHUQrhb55BoEsnQMU1oS0npnT4
225 dwfLho1afk0ZLPUU1JFW
226 =25y8
227 -----END PGP SIGNATURE-----
229 commit db508565d2483394b709654c57533e55eebace51 (HEAD, tag: 4.6, origin/master, origin/HEAD)
231 ````
233 When you used the script to generate the release, a signed tag was
234 generated in the tree that was downloaded. From the coreboot-X.Y tree,
235 just run: `git push origin X.Y`. In case you pushed the wrong tag
236 already, you have to force push the new one.
238 You will need write access for tags to the coreboot git repo to do this.
241 ## After the release is tagged in git
242 Announce that the release has been tagged - this lets people know that
243 they should update their trees to grab the new tag. Until they do this,
244 the version number in build.h will still be based on the previous tag.
246 Copy the tarballs and .sig files generated by the script to
247 the coreboot server, and put them in the release directory at
248 `/srv/docker/www.coreboot.org-staticfiles/releases/`
250 ````bash
251 # Update the sha256sum file
252 sha256sum -b coreboot-*.tar.xz > sha256suma.txt
254 # make sure the two new files are present (and nothing else has changed)
255 diff sha256sum.txt sha256suma.txt
257 mv sha256suma.txt sha256sum.txt
258 ````
260 People can now see the release tarballs on the website at
261 <https://www.coreboot.org/releases/>
263 The downloads page is the official place to download the releases from,
264 and it needs to be updated with links to the new release tarballs and
265 .sig files. It can be found at:
266 <https://review.coreboot.org/cgit/homepage.git/tree/downloads.html>
268 Here is an example commit to change it:
269 <https://review.coreboot.org/c/homepage/+/19515>
272 ## Upload crossgcc sources
273 Sometimes the source files for older revisions of
274 crossgcc disappear. To deal with that we maintain a mirror at
275 <https://www.coreboot.org/releases/crossgcc-sources/> where we host the
276 sources used by the crossgcc scripts that are part of coreboot releases.
280 ````bash
281 util/crossgcc/buildgcc -u
282 ````
284 This will output the set of URLs that the script uses to download the
285 sources. Download them yourself and copy them into the crossgcc-sources
286 directory on the server.
289 ## After the release is complete
290 Post the final release notes on <https://blogs.coreboot.org>
293 ## Making a branch
294 At times we will need to create a branch, generally for patch fixes.
295 When making a branch, do NOT name it the same as the release tag: X.Y -
296 this creates trouble when trying to check it out, as git can’t tell
297 whether you want the tag or the branch. Instead, name it X.Y\_branch:
298 ```bash
299 git checkout 4.8
300 git checkout -b 4.8_branch
301 git push origin 4.8_branch
304 You can then cherry-pick changes and push them up to the branch:
305 ````bash
306 git cherry-pick c6d134988c856d0025153fb885045d995bc8c397
307 git push origin HEAD:refs/for/4.8_branch
308 ````