Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
7096a45a
Commit
7096a45a
authored
Nov 19, 2020
by
Madhukar Pappireddy
Committed by
TrustedFirmware Code Review
Nov 19, 2020
Browse files
Merge "Fix typos and misspellings" into integration
parents
730495c7
5d9101b3
Changes
4
Hide whitespace changes
Inline
Side-by-side
docs/components/psa-ffa-manifest-binding.rst
View file @
7096a45a
...
...
@@ -13,7 +13,7 @@ Partition Properties
- compatible [mandatory]
- value type: <string>
- Must be the string "arm,ffa-manifest-X.Y" which specifies the major and
minor versions
f
o the device tree binding for the FFA manifest represented
minor versions o
f
the device tree binding for the FFA manifest represented
by this node. The minor number is incremented if the binding changes in a
backwards compatible manner.
...
...
@@ -240,7 +240,7 @@ Device Regions
- exclusive-access
- value type: <empty>
- Presence of this field implies that this endpoint must be granted exclusive
access and ownership of this device
s
's MMIO region.
access and ownership of this device's MMIO region.
--------------
...
...
docs/getting_started/porting-guide.rst
View file @
7096a45a
...
...
@@ -116,7 +116,7 @@ likely to be suitable for all platform ports.
by ``plat/common/aarch64/platform_mp_stack.S`` and
``plat/common/aarch64/platform_up_stack.S``.
- **define : CACHE_WRITEBACK_GRANULE**
- **
#
define : CACHE_WRITEBACK_GRANULE**
Defines the size in bits of the largest cache line across all the cache
levels in the platform.
...
...
docs/process/coding-style.rst
View file @
7096a45a
...
...
@@ -101,7 +101,7 @@ Note that there is no space between the name of a function and the following
parentheses.
Control statements (``if``, ``for``, ``switch``, ``while``, etc) must be
separated from the following open par
a
nthesis by a single space. The previous
separated from the following open par
e
nthesis by a single space. The previous
example illustrates this for an ``if`` statement.
Line Length
...
...
plat/common/aarch64/platform_mp_stack.S
View file @
7096a45a
...
...
@@ -14,7 +14,7 @@
.
weak
plat_set_my_stack
/
*
---------------------------------------------------------------------
*
When
the
compatility
layer
is
disabled
,
the
platform
APIs
*
When
the
compati
bi
lity
layer
is
disabled
,
the
platform
APIs
*
plat_get_my_stack
()
and
plat_set_my_stack
()
are
supported
by
the
*
platform
and
the
previous
APIs
platform_get_stack
()
and
*
platform_set_stack
()
are
defined
in
terms
of
new
APIs
making
use
of
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment