All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Stephen Williams" <612dlag102@sneakemail.com>
To: linuxppc-embedded@lists.linuxppc.org
Subject: Another problem with pk pull of linuxppc-2.4
Date: Fri, 11 Jun 2004 08:52:44 -0700	[thread overview]
Message-ID: <29365-19760@sneakemail.com> (raw)


The ibm405gpr.h header file is missing the definition of OPB_BASE_START.
I copied the definitions from the linuxppc_2_4_devel tree and it worked
just fine, so I believe this is a correct patch.

According to bk, this file hasn't been changed in linuxppc-2.4 in over
a year (2003-03-12) so *how* pray tell have people been compiling this
thing for PPC405GPr? Who's the right party for getting this patch
installed?

# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
#   2004/06/11 08:49:06-07:00 steve@wing.XXXXXXXXXX
#   Defines of OPB_BASE_START needed by ibm405gpr.c,
#   which does not include ibm405gp.h.
#
# arch/ppc/platforms/ibm405gpr.h
#   2004/06/11 08:49:04-07:00 steve@wing.XXXXXXXXXX +2 -0
#   Defines of OPB_BASE_START needed by ibm405gpr.c,
#   which does not include ibm405gp.h.
#
diff -Nru a/arch/ppc/platforms/ibm405gpr.h b/arch/ppc/platforms/ibm405gpr.h
--- a/arch/ppc/platforms/ibm405gpr.h    2004-06-11 08:50:46 -07:00
+++ b/arch/ppc/platforms/ibm405gpr.h    2004-06-11 08:50:46 -07:00
@@ -75,6 +75,8 @@
  #define PPC4xx_ONB_IO_PADDR    ((uint)0xef600000)
  #define PPC4xx_ONB_IO_VADDR    PPC4xx_ONB_IO_PADDR
  #define PPC4xx_ONB_IO_SIZE     ((uint)4*1024)
+#define OPB_BASE_START        0x40000000
+#define EBIU_BASE_START       0xF0100000

  /* serial port defines */
  #define RS_TABLE_SIZE  2



--
Steve Williams                "The woods are lovely, dark and deep.
steve at XXXXXXXXXX           But I have promises to keep,
http://www.XXXXXXXXXX         and lines to code before I sleep,
http://www.picturel.com       And lines to code before I sleep."


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

             reply	other threads:[~2004-06-11 15:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-11 15:52 Stephen Williams [this message]
2004-06-11 23:16 ` Another problem with pk pull of linuxppc-2.4 Matt Porter

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=29365-19760@sneakemail.com \
    --to=612dlag102@sneakemail.com \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    /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 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.