From: Michael Bringmann <mwb@linux.vnet.ibm.com>
To: linuxppc-dev@lists.ozlabs.org, nfont@linux.vnet.ibm.com
Cc: Michael Bringmann <mwb@linux.vnet.ibm.com>
Subject: [PATCH V4 0/4] powerpc/devtree: Add support for 'ibm,drc-info' property
Date: Thu, 16 Nov 2017 14:10:58 -0600 [thread overview]
Message-ID: <cf4b4744-8401-540c-db0f-4731e513fc2c@linux.vnet.ibm.com> (raw)
Several properties in the DRC device tree format are replaced by
more compact representations to allow, for example, for the encoding
of vast amounts of memory, and or reduced duplication of information
in related data structures.
"ibm,drc-info": This property, when present, replaces the following
four properties: "ibm,drc-indexes", "ibm,drc-names", "ibm,drc-types"
and "ibm,drc-power-domains". This property is defined for all
dynamically reconfigurable platform nodes. The "ibm,drc-info" elements
are intended to provide a more compact representation, and reduce some
search overhead.
"ibm,architecture.vec": Bidirectional communication mechanism between
the host system and the front end processor indicating what features
the host system supports and what features the front end processor will
actually provide. In this case, we are indicating that the host system
can support the new device tree structure "ibm,drc-info".
Signed-off-by: Michael Bringmann <mwb@linux.vnet.ibm.com>
Michael Bringmann (4):
powerpc/firmware: Add definitions for new drc-info firmware feature.
pseries/drc-info: Search new DRC properties for CPU indexes
hotplug/drc-info: Add code to search new devtree property
powerpc: Enable support for new DRC devtree property
---
Changes in V4:
-- Rename of_one_drc_info to of_read_drc_info_cell
-- Fix some spacing within expressions
-- Make some style corrections
next reply other threads:[~2017-11-16 20:11 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-16 20:10 Michael Bringmann [this message]
2017-11-16 20:11 ` [PATCH V4 1/4] powerpc/firmware: Add definitions for new drc-info firmware feature Michael Bringmann
2017-11-16 20:11 ` [PATCH V4 2/4] pseries/drc-info: Search DRC properties for CPU indexes Michael Bringmann
2017-11-20 15:35 ` Nathan Fontenot
2017-11-27 19:00 ` Michael Bringmann
2017-11-16 20:11 ` Subject: [PATCH V4 3/4] hotplug/drc-info: Add code to search ibm,drc-info property Michael Bringmann
2017-11-20 15:38 ` Nathan Fontenot
2017-11-27 19:26 ` Michael Bringmann
2017-11-16 20:11 ` [PATCH V3 4/4] powerpc: Enable support for ibm,drc-info devtree property Michael Bringmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cf4b4744-8401-540c-db0f-4731e513fc2c@linux.vnet.ibm.com \
--to=mwb@linux.vnet.ibm.com \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=nfont@linux.vnet.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).