All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/5] powerpc/mpc85xx: fix Unicode characters in release.S
@ 2012-08-31 20:25 Timur Tabi
  2012-08-31 20:25 ` [U-Boot] [PATCH 2/5] powerpc/85xx: introduce SET_PCI_LIODN_BASE, for setting PCI LIODNs Timur Tabi
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Timur Tabi @ 2012-08-31 20:25 UTC (permalink / raw)
  To: u-boot

The previous commit unintentionally used the Unicode version of the
apostrophy.  Replace it with the normal ASCII version.

Signed-off-by: Timur Tabi <timur@freescale.com>
---
 arch/powerpc/cpu/mpc85xx/release.S |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/arch/powerpc/cpu/mpc85xx/release.S b/arch/powerpc/cpu/mpc85xx/release.S
index 22e73e0..8662ae4 100644
--- a/arch/powerpc/cpu/mpc85xx/release.S
+++ b/arch/powerpc/cpu/mpc85xx/release.S
@@ -159,20 +159,20 @@ __secondary_start_page:
 /*
  * PIR definition for E6500
  * 0-17 Reserved (logic 0s)
- * 8-19 CHIP_ID,    2?b00      - SoC 1
+ * 8-19 CHIP_ID,    2'b00      - SoC 1
  *                  all others - reserved
- * 20-24 CLUSTER_ID 5?b00000   - CCM 1
+ * 20-24 CLUSTER_ID 5'b00000   - CCM 1
  *                  all others - reserved
- * 25-26 CORE_CLUSTER_ID 2?b00 - cluster 1
- *                       2?b01 - cluster 2
- *                       2?b10 - cluster 3
- *                       2?b11 - cluster 4
- * 27-28 CORE_ID         2?b00 - core 0
- *                       2?b01 - core 1
- *                       2?b10 - core 2
- *                       2?b11 - core 3
- * 29-31 THREAD_ID       3?b000 - thread 0
- *                       3?b001 - thread 1
+ * 25-26 CORE_CLUSTER_ID 2'b00 - cluster 1
+ *                       2'b01 - cluster 2
+ *                       2'b10 - cluster 3
+ *                       2'b11 - cluster 4
+ * 27-28 CORE_ID         2'b00 - core 0
+ *                       2'b01 - core 1
+ *                       2'b10 - core 2
+ *                       2'b11 - core 3
+ * 29-31 THREAD_ID       3'b000 - thread 0
+ *                       3'b001 - thread 1
  */
 	rlwinm  r4,r0,29,25,31
 #elif	defined(CONFIG_E500MC)
-- 
1.7.3.4

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

end of thread, other threads:[~2012-09-11 16:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-31 20:25 [U-Boot] [PATCH 1/5] powerpc/mpc85xx: fix Unicode characters in release.S Timur Tabi
2012-08-31 20:25 ` [U-Boot] [PATCH 2/5] powerpc/85xx: introduce SET_PCI_LIODN_BASE, for setting PCI LIODNs Timur Tabi
2012-08-31 20:25 ` [U-Boot] [PATCH 3/5] powerpc/85xx: move SRIO configuration out of corenet_ds.h Timur Tabi
2012-08-31 20:25 ` [U-Boot] [PATCH 4/5] powerpc/85xx: Add P5040 processor support Timur Tabi
2012-09-06 16:52   ` Scott Wood
2012-09-10 23:00   ` [U-Boot] [u-boot-release] " Kim Phillips
2012-09-10 23:30     ` Tabi Timur-B04825
2012-09-11 15:57       ` Kim Phillips
2012-09-11 16:03         ` Timur Tabi
2012-08-31 20:25 ` [U-Boot] [PATCH 5/5] powerpc/85xx: add support for the Freescale P5040DS Superhydra reference board Timur Tabi

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.