soc/intel/common/block/cpu: Fix boot failure
[coreboot.git] / Documentation / releases / coreboot-4.1-relnotes.md
blobd269688db25587a2668fcecfb9b4069a9a46fcb3
1 coreboot 4.1 release notes
2 ==========================
4 Dear coreboot community,
6 It has been more than 5 years since we have "released" coreboot 4.0.
7 That last release marked some very important milestones that we
8 originally prototyped in the abandoned LinuxBIOS v3 efforts, like the
9 coreboot filesystem (CBFS), Kconfig support, and (strictly) separate
10 device trees, build logic and configuration.
12 Since then there have been as many significant original developments,
13 such as support for many new architectures (ARM, ARM64, MIPS, RISC-V),
14 and related architectural changes like access to non-memory mapped SPI
15 flash, or better insight about the internals of coreboot at runtime
16 through the cbmem console, timestamp collection, or code coverage
17 support.
19 It became clear that a new release is overdue. With our new release
20 process only slowly getting in shape, I decided to take a random commit
21 and call it 4.1.
23 The release itself happens at an arbitrary point in time, but will serve
24 as a starting point for other activities that require some kind of
25 starting point to build on, described below.
27 Future releases will happen more frequently, and with more guarantees
28 about the state of the release, like having a cool down phase where
29 boards can be tested and so on. I plan to create a release every three
30 months, so the changes between any two release don't become too
31 overwhelming.
33 With the release of coreboot 4.1, you get an announcement (this email),
34 a git tag (4.1), and tar archives at http://www.coreboot.org/releases/,
35 for the coreboot sources and the redistributable blobs.
37 Starting with coreboot 4.1, we will maintain a high level changelog and
38 'flag days' document. The latter will provide a concise list of changes
39 which went into coreboot that require chipset or mainboard code to
40 change to keep it working with the latest upstream coreboot.
42 For the time being, I will run these efforts, but I'll happily share
43 documentation duties with somebody else. It is a great opportunity to
44 keep track of things, learn about the project and its design and various
45 internals, while contributing to the project without the need to code.
47 Please contact me (for example by email or on IRC) if you're interested,
48 and we'll work out how to collaborate on this.
50 The process should enable users of coreboot to follow releases if they
51 want a more static base to build on, while making it easier to follow
52 along with new developments by providing upgrade documentation.
54 Since moving away from a rolling (non-)release model is new for
55 coreboot, things may still be a bit rough around the edges, but I'll
56 provide support for any issues that arise from the release process.
58 Patrick