-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adopt RFC2119 terms for requirements language #48
base: main
Are you sure you want to change the base?
Conversation
817a9e5
to
74c0a3a
Compare
dea5d0b
to
3fef8cb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry it's taken so long to review.
@@ -33,10 +33,10 @@ stage concept. Platforms are free to adopt any other boot architecture. | |||
Example boot architecture | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The RFC says:
"Authors who follow these guidelines
should incorporate this phrase near the beginning of their document:
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and
"OPTIONAL" in this document are to be interpreted as described in
[RFC 2119](https://datatracker.ietf.org/doc/html/rfc2119).
"
So I guess we should copy a lower-case version of that to the start of this spec.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added the statement to the start of the Intro Section.
The IETF RFC2119 defines terms for requirements and guidance statements. This commit changes the spec to adopt those terms, where relevant, and requires future contributions to comply with RFC2119. Fix FirmwareHandoff#30 Change-Id: Ia4cc7f44bcd4508025f30d2410e83802c6ec4a11 Signed-off-by: Jose Marinho <[email protected]>
Hi @jmarinho . If you can fix the conflict here, we can merge. |
Done. |
The IETF RFC2119 defines terms for requirements and guidance statements. This commit changes the spec to adopt those terms, where relevant, and requires future contributions to comply with RFC2119.
Fix #30
Change-Id: Ia4cc7f44bcd4508025f30d2410e83802c6ec4a11