Re: [U-Boot] [PATCH v2 3/6] PPC 85xx: Add qemu-ppce500 machine

2014-02-06 Thread Scott Wood
On Fri, 2014-02-07 at 00:28 +0100, Alexander Graf wrote: > On 06.02.2014, at 23:55, Scott Wood wrote: > > > On Thu, 2014-02-06 at 13:48 +0100, Alexander Graf wrote: > >> On 04.02.2014, at 03:19, Scott Wood wrote: > >> > >>> On Fri, 2014-01-31 at 12:16 +0100, Alexander Graf wrote: > +void p

Re: [U-Boot] [PATCH v2 3/6] PPC 85xx: Add qemu-ppce500 machine

2014-02-06 Thread Alexander Graf
On 06.02.2014, at 23:55, Scott Wood wrote: > On Thu, 2014-02-06 at 13:48 +0100, Alexander Graf wrote: >> On 04.02.2014, at 03:19, Scott Wood wrote: >> >>> On Fri, 2014-01-31 at 12:16 +0100, Alexander Graf wrote: +void pci_init_board(void) +{ + struct fsl_pci_info pci_info;

Re: [U-Boot] [PATCH v2 3/6] PPC 85xx: Add qemu-ppce500 machine

2014-02-06 Thread Scott Wood
On Thu, 2014-02-06 at 13:48 +0100, Alexander Graf wrote: > On 04.02.2014, at 03:19, Scott Wood wrote: > > > On Fri, 2014-01-31 at 12:16 +0100, Alexander Graf wrote: > >> +void pci_init_board(void) > >> +{ > >> + struct fsl_pci_info pci_info; > >> + const void *fdt = get_fdt(); > >> + int pci_n

Re: [U-Boot] [PATCH v2 3/6] PPC 85xx: Add qemu-ppce500 machine

2014-02-06 Thread Alexander Graf
On 04.02.2014, at 03:19, Scott Wood wrote: > On Fri, 2014-01-31 at 12:16 +0100, Alexander Graf wrote: >> +void pci_init_board(void) >> +{ >> +struct fsl_pci_info pci_info; >> +const void *fdt = get_fdt(); >> +int pci_node; >> + >> +puts("\n"); >> + >> +pci_node = fdt_path_off

Re: [U-Boot] [PATCH v2 3/6] PPC 85xx: Add qemu-ppce500 machine

2014-02-03 Thread Scott Wood
On Fri, 2014-01-31 at 12:16 +0100, Alexander Graf wrote: > +void pci_init_board(void) > +{ > + struct fsl_pci_info pci_info; > + const void *fdt = get_fdt(); > + int pci_node; > + > + puts("\n"); > + > + pci_node = fdt_path_offset(fdt, "/pci"); > + if (pci_node < 0) { > +

Re: [U-Boot] [PATCH v2 3/6] PPC 85xx: Add qemu-ppce500 machine

2014-02-03 Thread Scott Wood
On Fri, 2014-01-31 at 10:05 -0800, York Sun wrote: > On 01/31/2014 03:16 AM, Alexander Graf wrote: > > +/* > > + * DDR Setup > > + */ > > +#define CONFIG_VERY_BIG_RAM > > +#define CONFIG_SYS_DDR_SDRAM_BASE 0x > > +#define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE > > + >

Re: [U-Boot] [PATCH v2 3/6] PPC 85xx: Add qemu-ppce500 machine

2014-01-31 Thread York Sun
On 01/31/2014 03:16 AM, Alexander Graf wrote: > For KVM we have a special PV machine type called "ppce500". This machine > is inspired by the MPC8544DS board, but implements a lot less features > than that one. > > It also provides more PCI slots and is supposed to be enumerated by > device tree o

[U-Boot] [PATCH v2 3/6] PPC 85xx: Add qemu-ppce500 machine

2014-01-31 Thread Alexander Graf
For KVM we have a special PV machine type called "ppce500". This machine is inspired by the MPC8544DS board, but implements a lot less features than that one. It also provides more PCI slots and is supposed to be enumerated by device tree only. This patch adds support for the current generation p