Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81197
b: refs/heads/master
c: 4922566
h: refs/heads/master
i:
  81195: e7601ac
v: v3
  • Loading branch information
Josh Boyer committed Dec 23, 2007
1 parent acf373f commit 65947d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: af7baf9259c12cfbe927a674f3bd17d855d1e156
refs/heads/master: 4922566f0394ac41c72fb960f22b4f84333026bc
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/boot/cuboot-rainier.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
CUBOOT_INIT();
platform_ops.fixups = rainier_fixups;
platform_ops.exit = ibm44x_dbcr_reset;
ft_init(_dtb_start, 0, 32);
fdt_init(_dtb_start);
serial_console_init();
}
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/platforms/44x/rainier.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <asm/time.h>
#include <asm/uic.h>
#include <asm/of_platform.h>
#include <asm/pci-bridge.h>
#include "44x.h"

static struct of_device_id rainier_of_bus[] = {
Expand Down Expand Up @@ -47,6 +48,8 @@ static int __init rainier_probe(void)
if (!of_flat_dt_is_compatible(root, "amcc,rainier"))
return 0;

ppc_pci_flags = PPC_PCI_REASSIGN_ALL_RSRC;

return 1;
}

Expand Down

0 comments on commit 65947d8

Please sign in to comment.