You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
ramoops: use DT reserved-memory bindings
Instead of a ramoops-specific node, use a child node of /reserved-memory. This requires that of_platform_device_create() be explicitly called for the node, though, since "/reserved-memory" does not have its own "compatible" property. Suggested-by: Rob Herring <robh@kernel.org> Signed-off-by: Kees Cook <keescook@chromium.org> Acked-by: Rob Herring <robh@kernel.org>
This commit is contained in:
+4
-4
@@ -2,8 +2,9 @@ Ramoops oops/panic logger
|
||||
=========================
|
||||
|
||||
ramoops provides persistent RAM storage for oops and panics, so they can be
|
||||
recovered after a reboot. It is a backend to pstore, so this node is named
|
||||
"ramoops" after the backend, rather than "pstore" which is the subsystem.
|
||||
recovered after a reboot. This is a child-node of "/reserved-memory", and
|
||||
is named "ramoops" after the backend, rather than "pstore" which is the
|
||||
subsystem.
|
||||
|
||||
Parts of this storage may be set aside for other persistent log buffers, such
|
||||
as kernel log messages, or for optional ECC error-correction data. The total
|
||||
@@ -21,8 +22,7 @@ Required properties:
|
||||
|
||||
- compatible: must be "ramoops"
|
||||
|
||||
- memory-region: phandle to a region of memory that is preserved between
|
||||
reboots
|
||||
- reg: region of memory that is preserved between reboots
|
||||
|
||||
|
||||
Optional properties:
|
||||
Reference in New Issue
Block a user