linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation/devicetree: fix dead links to PCI/OF specs
@ 2017-07-07  0:43 Brian Norris
  2017-07-10 14:33 ` Rob Herring
  0 siblings, 1 reply; 4+ messages in thread
From: Brian Norris @ 2017-07-07  0:43 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: linux-kernel, linux-pci, devicetree, Rob Herring, Brian Norris

www.firmware.org doesn't resolve for me. I found these equivalent URLs
by taking the redirects from the previous (openfirmware.org) URLs, as
seen before commit f517256a6867 ("Documentation/devicetree: Update PCI
Device Tree bindings") updated them.

Signed-off-by: Brian Norris <briannorris@chromium.org>
---
This is my best attempt at a resolution. I'm not sure what firmware.org is or
if its owner is even legit. It does seem like openfirmware.info is a proper
successor to openfirmware.org, and it's registered to a coreboot dev.

 Documentation/devicetree/bindings/pci/pci.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/pci/pci.txt b/Documentation/devicetree/bindings/pci/pci.txt
index 50f9e2ca5b13..13a73b423233 100644
--- a/Documentation/devicetree/bindings/pci/pci.txt
+++ b/Documentation/devicetree/bindings/pci/pci.txt
@@ -1,12 +1,12 @@
 PCI bus bridges have standardized Device Tree bindings:
 
 PCI Bus Binding to: IEEE Std 1275-1994
-http://www.firmware.org/1275/bindings/pci/pci2_1.pdf
+https://www.openfirmware.info/data/docs/bus.pci.pdf
 
 And for the interrupt mapping part:
 
 Open Firmware Recommended Practice: Interrupt Mapping
-http://www.firmware.org/1275/practice/imap/imap0_9d.pdf
+https://www.openfirmware.info/data/docs/rec.intmap.d09.pdf
 
 Additionally to the properties specified in the above standards a host bridge
 driver implementation may support the following properties:
-- 
2.13.2.725.g09c95d1e9-goog

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] Documentation/devicetree: fix dead links to PCI/OF specs
  2017-07-07  0:43 [PATCH] Documentation/devicetree: fix dead links to PCI/OF specs Brian Norris
@ 2017-07-10 14:33 ` Rob Herring
  2017-07-10 17:43   ` Brian Norris
  0 siblings, 1 reply; 4+ messages in thread
From: Rob Herring @ 2017-07-10 14:33 UTC (permalink / raw)
  To: Brian Norris; +Cc: Bjorn Helgaas, linux-kernel, linux-pci, devicetree

On Thu, Jul 06, 2017 at 05:43:23PM -0700, Brian Norris wrote:
> www.firmware.org doesn't resolve for me. I found these equivalent URLs
> by taking the redirects from the previous (openfirmware.org) URLs, as
> seen before commit f517256a6867 ("Documentation/devicetree: Update PCI
> Device Tree bindings") updated them.
> 
> Signed-off-by: Brian Norris <briannorris@chromium.org>
> ---
> This is my best attempt at a resolution. I'm not sure what firmware.org is or
> if its owner is even legit. It does seem like openfirmware.info is a proper
> successor to openfirmware.org, and it's registered to a coreboot dev.

This site doesn't seem to be complete. There was still a complete mirror 
(matching playground.sun.com) at one point, but I can't seem to find it 
now. Fortunately, I had archived off the whole mirror with the intention 
of putting it on devicetree.org. Let me get moving on that.

Rob

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Documentation/devicetree: fix dead links to PCI/OF specs
  2017-07-10 14:33 ` Rob Herring
@ 2017-07-10 17:43   ` Brian Norris
  2017-07-11 19:01     ` Rob Herring
  0 siblings, 1 reply; 4+ messages in thread
From: Brian Norris @ 2017-07-10 17:43 UTC (permalink / raw)
  To: Rob Herring; +Cc: Bjorn Helgaas, linux-kernel, linux-pci, devicetree

On Mon, Jul 10, 2017 at 09:33:13AM -0500, Rob Herring wrote:
> On Thu, Jul 06, 2017 at 05:43:23PM -0700, Brian Norris wrote:
> > www.firmware.org doesn't resolve for me. I found these equivalent URLs
> > by taking the redirects from the previous (openfirmware.org) URLs, as
> > seen before commit f517256a6867 ("Documentation/devicetree: Update PCI
> > Device Tree bindings") updated them.
> > 
> > Signed-off-by: Brian Norris <briannorris@chromium.org>
> > ---
> > This is my best attempt at a resolution. I'm not sure what firmware.org is or
> > if its owner is even legit. It does seem like openfirmware.info is a proper
> > successor to openfirmware.org, and it's registered to a coreboot dev.
> 
> This site doesn't seem to be complete. There was still a complete mirror 
> (matching playground.sun.com) at one point, but I can't seem to find it 
> now. Fortunately, I had archived off the whole mirror with the intention 
> of putting it on devicetree.org. Let me get moving on that.

I don't really know what "complete" is; I just want my URLs to point
somewhere useful :) So whatever suits you best. At least these links
correctly have titles / reference numbers included alongside, so I can
search for the correct thing myself.

BTW, I think I missed some other bad links in the tree. v4.12 release
still points to these:

origin/master:Documentation/devicetree/bindings/usb/usb-device.txt:5:http://www.firmware.org/1275/bindings/usb/usb-1_0.ps
origin/master:Documentation/devicetree/booting-without-of.txt:1285:<http://www.openfirmware.org/ofwg/practice/>

Regards,
Brian

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Documentation/devicetree: fix dead links to PCI/OF specs
  2017-07-10 17:43   ` Brian Norris
@ 2017-07-11 19:01     ` Rob Herring
  0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2017-07-11 19:01 UTC (permalink / raw)
  To: Brian Norris; +Cc: Bjorn Helgaas, linux-kernel, linux-pci, devicetree

On Mon, Jul 10, 2017 at 12:43 PM, Brian Norris <briannorris@chromium.org> wrote:
> On Mon, Jul 10, 2017 at 09:33:13AM -0500, Rob Herring wrote:
>> On Thu, Jul 06, 2017 at 05:43:23PM -0700, Brian Norris wrote:
>> > www.firmware.org doesn't resolve for me. I found these equivalent URLs
>> > by taking the redirects from the previous (openfirmware.org) URLs, as
>> > seen before commit f517256a6867 ("Documentation/devicetree: Update PCI
>> > Device Tree bindings") updated them.
>> >
>> > Signed-off-by: Brian Norris <briannorris@chromium.org>
>> > ---
>> > This is my best attempt at a resolution. I'm not sure what firmware.org is or
>> > if its owner is even legit. It does seem like openfirmware.info is a proper
>> > successor to openfirmware.org, and it's registered to a coreboot dev.
>>
>> This site doesn't seem to be complete. There was still a complete mirror
>> (matching playground.sun.com) at one point, but I can't seem to find it
>> now. Fortunately, I had archived off the whole mirror with the intention
>> of putting it on devicetree.org. Let me get moving on that.
>
> I don't really know what "complete" is; I just want my URLs to point
> somewhere useful :) So whatever suits you best. At least these links
> correctly have titles / reference numbers included alongside, so I can
> search for the correct thing myself.

Here's what it looks like:

http://people.linaro.org/~rob.herring/openfirmware/1275/

There's a bunch of really ancient stuff that we don't care about with
FDT and non-PC style systems.

> BTW, I think I missed some other bad links in the tree. v4.12 release
> still points to these:
>
> origin/master:Documentation/devicetree/bindings/usb/usb-device.txt:5:http://www.firmware.org/1275/bindings/usb/usb-1_0.ps

This should be in the above.

> origin/master:Documentation/devicetree/booting-without-of.txt:1285:<http://www.openfirmware.org/ofwg/practice/>

That should be this I think:

http://people.linaro.org/~rob.herring/openfirmware/1275/practice/

But don't send me patches with the above urls.

Rob

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-07-11 19:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-07  0:43 [PATCH] Documentation/devicetree: fix dead links to PCI/OF specs Brian Norris
2017-07-10 14:33 ` Rob Herring
2017-07-10 17:43   ` Brian Norris
2017-07-11 19:01     ` Rob Herring

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).