All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1116909286.4992.17.camel@gaston>

diff --git a/a/1.txt b/N1/1.txt
index 3c0586c..c29a20c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -432,7 +432,7 @@ like in practice.
       | | - #address-cells = <1>
       | | - #size-cells = <0>
       | |
-      | o PowerPC,970@0
+      | o PowerPC,970 at 0
       |   |- name = "PowerPC,970"
       |   |- device_type = "cpu"
       |   |- reg = <0>
@@ -440,7 +440,7 @@ like in practice.
       |   |- linux,boot-cpu
       |   |- linux,phandle = <2>
       |
-      o memory@0
+      o memory at 0
       | |- name = "memory"
       | |- device_type = "memory"
       | |- reg = <00000000 00000000 00000000 20000000>
@@ -459,7 +459,7 @@ physical memory layout, and misc informations passed through /chosen
 like in this example, the platform type (mandatory) and the kernel
 command line arguments (optional).
 
-The /cpus/PowerPC,970@0/linux,boot-cpu property is an example of a
+The /cpus/PowerPC,970 at 0/linux,boot-cpu property is an example of a
 property without a value. All other properties have a value. The
 signification of the #address-cells and #size-cells properties will be
 explained in chapter IV which defines precisely the required nodes and
@@ -671,8 +671,8 @@ address which can extend beyond that limit.
       this is also used as-is as the unit number for constructing the
       unit name in the full path, for example, with 2 CPUs, you would
       have the full path:
-        /cpus/PowerPC,970FX@0
-        /cpus/PowerPC,970FX@1
+        /cpus/PowerPC,970FX at 0
+        /cpus/PowerPC,970FX at 1
       (unit addresses do not require to have leading zero's)
     - d-cache-line-size : one cell, L1 data cache line size in bytes
     - i-cache-line-size : one cell, L1 instruction cache line size in
@@ -808,7 +808,7 @@ purpose.
 
   - An example of code for iterating nodes & retreiving properties
     directly from the flattened tree format can be found in the kernel
-    file arch/ppc64/kernel/prom.c, look at scan_flat_dt() function,
+    file arch/ppc64/kernel/prom.c, look@scan_flat_dt() function,
     it's usage in early_init_devtree(), and the corresponding various
     early_init_dt_scan_*() callbacks. That code can be re-used in a
     GPL bootloader, and as the author of that code, I would be happy
diff --git a/a/content_digest b/N1/content_digest
index 81dd1a4..a3c6bf0 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,10 +1,7 @@
  "From\0Benjamin Herrenschmidt <benh@kernel.crashing.org>\0"
- "Subject\0Booting the Linux/ppc64 kernel without Open Firmware HOWTO (v3)\0"
+ "Subject\0[U-Boot-Users] Booting the Linux/ppc64 kernel without Open Firmware HOWTO (v3)\0"
  "Date\0Tue, 24 May 2005 14:34:45 +1000\0"
- "To\0linuxppc64-dev@ozlabs.org\0"
- "Cc\0linuxppc-dev list <linuxppc-dev@ozlabs.org>"
-  Tzachi Perelstein <tzachi@marvell.com>
- " u-boot-users@lists.sourceforge.net\0"
+ "To\0u-boot@lists.denx.de\0"
  "\00:1\0"
  "b\0"
  "Hi !\n"
@@ -441,7 +438,7 @@
  "      | | - #address-cells = <1>\n"
  "      | | - #size-cells = <0>\n"
  "      | |\n"
- "      | o PowerPC,970@0\n"
+ "      | o PowerPC,970 at 0\n"
  "      |   |- name = \"PowerPC,970\"\n"
  "      |   |- device_type = \"cpu\"\n"
  "      |   |- reg = <0>\n"
@@ -449,7 +446,7 @@
  "      |   |- linux,boot-cpu\n"
  "      |   |- linux,phandle = <2>\n"
  "      |\n"
- "      o memory@0\n"
+ "      o memory at 0\n"
  "      | |- name = \"memory\"\n"
  "      | |- device_type = \"memory\"\n"
  "      | |- reg = <00000000 00000000 00000000 20000000>\n"
@@ -468,7 +465,7 @@
  "like in this example, the platform type (mandatory) and the kernel\n"
  "command line arguments (optional).\n"
  "\n"
- "The /cpus/PowerPC,970@0/linux,boot-cpu property is an example of a\n"
+ "The /cpus/PowerPC,970 at 0/linux,boot-cpu property is an example of a\n"
  "property without a value. All other properties have a value. The\n"
  "signification of the #address-cells and #size-cells properties will be\n"
  "explained in chapter IV which defines precisely the required nodes and\n"
@@ -680,8 +677,8 @@
  "      this is also used as-is as the unit number for constructing the\n"
  "      unit name in the full path, for example, with 2 CPUs, you would\n"
  "      have the full path:\n"
- "        /cpus/PowerPC,970FX@0\n"
- "        /cpus/PowerPC,970FX@1\n"
+ "        /cpus/PowerPC,970FX at 0\n"
+ "        /cpus/PowerPC,970FX at 1\n"
  "      (unit addresses do not require to have leading zero's)\n"
  "    - d-cache-line-size : one cell, L1 data cache line size in bytes\n"
  "    - i-cache-line-size : one cell, L1 instruction cache line size in\n"
@@ -817,11 +814,11 @@
  "\n"
  "  - An example of code for iterating nodes & retreiving properties\n"
  "    directly from the flattened tree format can be found in the kernel\n"
- "    file arch/ppc64/kernel/prom.c, look at scan_flat_dt() function,\n"
+ "    file arch/ppc64/kernel/prom.c, look@scan_flat_dt() function,\n"
  "    it's usage in early_init_devtree(), and the corresponding various\n"
  "    early_init_dt_scan_*() callbacks. That code can be re-used in a\n"
  "    GPL bootloader, and as the author of that code, I would be happy\n"
  "    do discuss possible free licencing to any vendor who wishes to\n"
      integrate all or part of this code into a non-GPL bootloader.
 
-801c54eba177446849cff088c84517813a9c5d22aa13269d1e2e33b538ad0e01
+cba626e29f4e116955e113266b2ab880d6e28aee042dc5152541e89eb200471a

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.