gt; > Both partition tables will have PATE entries for HV and normal
> > virtual
>
> Can you expand novel acronyms on their first usage please, ie. PATE.
>
Agreed. This confused me a while ago. It is "Partition Table Entry",
correct?
> > machines.
> >
] [c0009258] syscall_exit+0x0/0x98
We are missing a call to of_node_get. pnv_pci_to_phb_node should call
of_node_get otherwise np's reference count isn't incremented and it might go
away. Rename pnv_pci_to_phb_node to pnv_pci_get_phb_node so it's clear it
calls of_node_get.
Signed-off
On 01/28/2015 12:53 AM, Ian Munsie wrote:
Excerpts from Michael Ellerman's message of 2015-01-28 16:04:40 +1100:
I just wanted to check the status of this one? I can't see it in your
tree and wanted to make sure you didn't simply miss it.
It looked fishy, but I never got around to replying.
T
Turning snoops on is the last step in CAPP recovery. Sapphire is expected to
have reinitialized the PHB and done the previous recovery steps.
Add mode argument to opal call to do this. Driver can turn snoops off although
it does not currently.
Signed-off-by: Ryan Grimm
---
arch/powerpc
ays are preserved which
then can be read through debugfs.
PERST also triggers CAPP recovery. An HMI comes in, which is handled by EEH.
EEH unbinds the driver, calls into Sapphire to reinitialize the PHB, then
rebinds the driver.
Signed-off-by: Ryan Grimm
---
Documentation/ABI/testing/sysfs-class
to the pcie slot is required to load the image.
"user" loads the user provided image and "factory" loads the factory image upon
PERST.
sysfs updates the cxl struct in the driver then calls cxl_update_image_control
to write the vals in the VSEC.
Signed-off-by: Rya
.
cxl_update_image_control writes these bits into the VSEC.
Signed-off-by: Ryan Grimm
---
Please consider this patch for stable. Without these defaults, the card could
get in a bad state and require a power cycle to the box.
drivers/misc/cxl/cxl.h | 1 +
drivers/misc/cxl/pci.c | 42
On 01/19/2015 12:03 AM, Ian Munsie wrote:
Acked-by: Ian Munsie
Looks like you forgot your Signed-off-by line - mpe, do you want Ryan to
resend the whole patch (maybe with the below explanation included), or
just reply with a Signed-off-by?
OK resending.
-Ryan
This would also be good to CC
ays are preserved which
then can be read through debugfs.
PERST also triggers CAPP recovery. An HMI comes in, which is handled by EEH.
EEH unbinds the driver, calls into Sapphire to reinitialize the PHB, then
rebinds the driver.
Signed-off-by: Ryan Grimm
---
Documentation/ABI/testing/sysfs-class
Turning snoops on is the last step in CAPP recovery. Sapphire is expected to
have reinitialized the PHB and done the previous recovery steps.
Add mode argument to opal call to do this. Driver can turn snoops off although
it does not currently.
Signed-off-by: Ryan Grimm
---
arch/powerpc
load_image_on_perst identifies whether a PERST will cause the image to be
flashed to the card. And if so, which image.
Valid entries are: "none", "user" and "factory".
A value of "none" means PERST will not cause the image to be flashed. A power
cycle to the pcie slot is required to load the im
Select defaults such that a PERST causes flash image reload. Select which
image based on what the card is set up to load.
CXL_VSEC_PERST_LOADS_IMAGE selects whether PERST assertion causes flash image
load.
CXL_VSEC_PERST_SELECT_USER selects which image is loaded on the next PERST.
cxl_update_im
On 01/15/2015 11:27 PM, Ian Munsie wrote:
Hi Ryan,
Excerpts from Ryan Grimm's message of 2015-01-16 09:27:17 +1100:
Adds reset to sysfs which will PERST the card. If load_image_on_perst is set
to "user" or "factory", the PERST will cause that image to be loaded.
load_image_on_perst is set to
On 01/15/2015 11:15 PM, Ian Munsie wrote:
Hi Ryan,
Excerpts from Ryan Grimm's message of 2015-01-16 09:27:15 +1100:
reset_image_select identifies whether a PERST will cause the image to be
s/reset_image_select/load_image_on_perst/
Ah, thanks, fixed.
+What: /sys/class/cxl//load_
ays are preserved which
then can be read through debugfs.
PERST also triggers CAPP recovery. An HMI comes in, which is handled by EEH.
EEH unbinds the driver, calls into Sapphire to reinitialize the PHB, then
rebinds the driver.
Signed-off-by: Ryan Grimm
---
Documentation/ABI/testing/sysfs-cla
Turning snoops on is the last step in CAPP recovery. Sapphire is expected to
have reinitialized the PHB and done the previous recovery steps.
Add mode argument to opal call to do this. Driver can turn snoops off although
it does not currently.
Signed-off-by: Ryan Grimm
---
arch/powerpc
to the pcie slot is required to load the image.
"user" loads the user provided image and "factory" loads the factory image upon
PERST.
sysfs updates the cxl struct in the driver then calls cxl_update_image_control
to write the vals in the VSEC.
Signed-off-by: Ryan Grimm
---
Doc
On 01/15/2015 12:42 AM, Ian Munsie wrote:
Excerpts from Ryan Grimm's message of 2015-01-15 13:56:41 +1100:
This allows an image to be downloaded to the flash without rebooting the
machine. The driver perform a PERST, which results in FPGA image downloaded to
flash and the CAPP unit enters recov
On 01/15/2015 12:16 AM, Ian Munsie wrote:
Excerpts from Ryan Grimm's message of 2015-01-15 13:56:40 +1100:
Add mode to opal call. SNOOP control turns CAPP unit snooping on/off. This is
needed for the following reset patch, which turns snoops off in the CAPP
recovery path.
Looking at patch 3
Ian,
Thanks for reviewing!
On 01/14/2015 11:41 PM, Ian Munsie wrote:
Excerpts from Ryan Grimm's message of 2015-01-15 13:56:39 +1100:
Add reset_loads_image and reset_image_select to sysfs.
reset_image_select identifies which image will be loaded to the card on the
next PERST. Valid entries a
be used by
hand for debugging purposes.
Signed-off-by: Ryan Grimm
---
Documentation/ABI/testing/sysfs-class-cxl | 6 +
drivers/misc/cxl/cxl.h| 1 +
drivers/misc/cxl/pci.c| 38 +--
drivers/misc/cxl/sysfs.c
Add mode to opal call. SNOOP control turns CAPP unit snooping on/off. This is
needed for the following reset patch, which turns snoops off in the CAPP
recovery path.
Signed-off-by: Ryan Grimm
---
arch/powerpc/include/asm/opal.h | 12
arch/powerpc/include/asm/pnv-pci.h
image load. A power cycle is required to load the image. Value
of 1 means PERST will cause image load.
sysfs updates the cxl struct in the driver then calls cxl_update_image_control
to write the vals in the VSEC.
Signed-off-by: Ryan Grimm
---
Documentation/ABI/testing/sysfs-class-cxl | 15 ++
23 matches
Mail list logo