File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ branch structure:
1111* ` <platform>/rel_vX.Y.Z ` - release branch for version X.Y.Z
1212* ` <feature> ` - tracks development of feature
1313
14- ` <platform> = <coreboot_mainboard_vendor>_<coreboot_mainboard_model> ` if
15- platform is supported by coreboot, otherwise we use common sense and available
16- information about hardware.
14+ > ` <platform> = <coreboot_mainboard_vendor>_<coreboot_mainboard_model> ` if
15+ > platform is supported by coreboot, otherwise we use common sense and available
16+ > information about hardware.
1717
1818## Remotes
1919
@@ -35,7 +35,12 @@ git remote add upstream https://review.coreboot.org/coreboot.git
3535
3636## Tags
3737
38- Dasharo Release tags in git repository use format: ` <platform>_vX.Y.Z `
38+ Tags for Dasharo releases across repositories in the Dasharo GitHub organization
39+ use the following format: ` <platform>_vX.Y.Z ` .
40+
41+ > ` <platform> = <coreboot_mainboard_vendor>_<coreboot_mainboard_model> ` if
42+ > platform is supported by coreboot, otherwise we use common sense and available
43+ > information about hardware.
3944
4045## New platform support
4146
You can’t perform that action at this time.
0 commit comments