Hello,
this is my first attempt to add local bus nodes to the DTS file
of the TQM8560 for the following devices:
CS1: 128 MB NOR FLASH at 0xf800
CS2: Two Intel 82527 CAN controller at 0xe300
CS3: 128 MB NAND FLASH at 0xe301
Index: linux-2.6-denx/arch/powerpc/boot/dts/tqm8560.d
Hi Paul,
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git for-2.6.26
to pick up a handful of additional commits for 2.6.26. Most of these
are bug fixes. Grant adds a helpful make target for building dtb files,
which is quite useful for some newer 4xx board
Hi All,
Unless someone screams loudly and has reasons why this shouldn't go in,
the following commit should hit the 4xx next branch in the next day or
so.
josh
commit eaf997b847be3c351eb9d0107e0562035dc58095
Author: Josh Boyer <[EMAIL PROTECTED]>
Date: Sun Apr 6 08:01:21 2008 -0500
[POWER
Unless someone screams loudly and has reasons why this shouldn't go in,
These configs won't show up for "make help" anymore, which of course is
nice because that list was too long, but we need a way to get that back
since it was useful. I'll see what I can do.
Segher
Segher Boessenkool wrote:
>> +[EMAIL PROTECTED] {
>> +label = "fs";
>> +reg = <0x0030 0x07c0>;
>> +};
>> +[EMAIL PROTECTED] {
>> +
Wolfgang Grandegger wrote:
> Segher Boessenkool wrote:
>>> +[EMAIL PROTECTED] {
>>> +label = "fs";
>>> +reg = <0x0030 0x07c0>;
>>> +};
>>> +[EMAIL PROTECTE
PowerPC will start moving board defconfigs into subarch-specific
subdirs soon. "make help" currently does not look in subdirs to
find the defconfigs to show. This is partially a good thing,
since there are way too many defconfigs for one list.
This patch makes the main "make help" display someth
Kumar Gala writes:
> Wanted to get any feedback on this initial port of the fixmap support over
> from x86. There are a few TODOs:
I have no objection in principle, but your patch below imports a few
things that aren't (and won't be) needed on powerpc AFAICS -- for
example, we don't need FIX_VDS
> You have FIX_PCIE_MCFG in there too (keyed off CONFIG_PCI_MMCONFIG
> which we don't have and don't want to have). If you need to map in
> PCIe config space, what's wrong with just using ioremap? Why do you
> need to have a fixed virtual address for it?
Well, that was the whole point for doing
I am Linux software engineer. These days I was debugging a MPC8313 system.
In the debugging process, some source code in the kernel makes me puzzled. So
I have find your email address in the source code. I think you can give me
some advises to solve the problem.
My version is
Bastian Blank writes:
> The attached patch changes the powerpc main Makefile from using the override
> make directive to KBUILD_CFLAGS and similar.
I get build failures on all 64-bit targets with this patch. It ends
up using both -m32 and -m64 on the gcc command line for assembling .S
files.
Pa
I think I found one:
.../...
> - mr r6,r3
> rlwinm r12,r1,0,0,(31-THREAD_SHIFT)/* current_thread_info() */
> /* disable interrupts so current_thread_info()->flags can't change */
> LOAD_MSR_KERNEL(r10,MSR_KERNEL) /* doesn't include MSR_EE */
> SYNC
> M
The following patches have been added to the master and powerpc-next
branches of the powerpc.git repository. There is a bunch that I
pulled from Josh Boyer's tree plus others that I have committed.
Paul.
Grant Likely (2):
[POWERPC] add target for building .dtb files
[POWERPC] bootwra
Kumar Gala writes:
> We can set LOAD_OFFSET and use the AT attribute on sections and the
> linker will properly set the physical address of the LOAD program
> header for us.
Nice...
> #define KERNELBASE ASM_CONST(CONFIG_KERNEL_START)
> #define PAGE_OFFSET ASM_CONST(CONFIG_PAGE_OFFSET)
>
From: Paul Mackerras <[EMAIL PROTECTED]>
Date: Mon, 7 Apr 2008 15:52:12 +1000
> The following patches have been added to the master and powerpc-next
> branches of the powerpc.git repository. There is a bunch that I
> pulled from Josh Boyer's tree plus others that I have committed.
Please let me
15 matches
Mail list logo