On Tuesday 11 October 2011 01:41:07 Aaron Williams wrote:
> One of these daya I need to work on getting some of our patches back
> upstream since some of them are quite useful for other platforms as well.
yeah, for things like changing pci drivers to use pci_virt_to_mem() or
changing pointer dere
On Monday, October 10, 2011 09:52:59 PM Mike Frysinger wrote:
> On Monday 10 October 2011 22:46:10 Aaron Williams wrote:
> > Our OCTEON platform is a 64-bit SOC and we run it in the MIPS N32 ABI
> > mode (64-bit registers, 32-bit address space).
>
> right, n32 == 32bit pointers, so i don't conside
On Monday 10 October 2011 22:46:10 Aaron Williams wrote:
> Our OCTEON platform is a 64-bit SOC and we run it in the MIPS N32 ABI mode
> (64-bit registers, 32-bit address space).
right, n32 == 32bit pointers, so i don't consider that a port with 64bit
pointer issues
> rather see drivers better ma
Our OCTEON platform is a 64-bit SOC and we run it in the MIPS N32 ABI mode
(64-bit registers, 32-bit address space). In our case we use virtual memory so
we can move U-Boot to the top of memory which is often above 4GB. The only
changes we had to make to U-Boot was that drivers need to use the p
Hi Mike,
On Sun, Oct 9, 2011 at 7:54 PM, Mike Frysinger wrote:
> On Tuesday 04 October 2011 01:24:56 Simon Glass wrote:
>> On Mon, Oct 3, 2011 at 11:57 AM, Mike Frysinger wrote:
>> > On Monday, September 26, 2011 20:10:53 Simon Glass wrote:
>> >> --- a/common/cmd_mem.c
>> >> +++ b/common/cmd_mem.
On Tuesday 04 October 2011 01:24:56 Simon Glass wrote:
> On Mon, Oct 3, 2011 at 11:57 AM, Mike Frysinger wrote:
> > On Monday, September 26, 2011 20:10:53 Simon Glass wrote:
> >> --- a/common/cmd_mem.c
> >> +++ b/common/cmd_mem.c
> >>
> >> printf ("\nMem error @ 0x%08
Hi Mike,
On Mon, Oct 3, 2011 at 11:57 AM, Mike Frysinger wrote:
> On Monday, September 26, 2011 20:10:53 Simon Glass wrote:
>> --- a/common/cmd_mem.c
>> +++ b/common/cmd_mem.c
>>
>> printf ("\nMem error @ 0x%08X: "
>> "found %08l
On Monday, September 26, 2011 20:10:53 Simon Glass wrote:
> --- a/common/cmd_mem.c
> +++ b/common/cmd_mem.c
>
> printf ("\nMem error @ 0x%08X: "
> "found %08lX, expected %08lX\n",
> - (uint)addr,
This fixes a few problems when building on 64-bit machines.
Signed-off-by: Simon Glass
---
common/cmd_mem.c |2 +-
common/fdt_support.c |8
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/common/cmd_mem.c b/common/cmd_mem.c
index e84cc4e..28476d7 100644
--- a/
9 matches
Mail list logo