Skip to content
Snippets Groups Projects
Commit 9c721657 authored by Matthias Fuchs's avatar Matthias Fuchs Committed by Tom Rix
Browse files

ppc4xx: Add CONFIG_PCI_4xx_PTM_OVERWRITE to some esd 4xx boards


Signed-off-by: default avatarMatthias Fuchs <matthias.fuchs@esd.eu>
Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent 247eeb98
No related branches found
No related tags found
No related merge requests found
...@@ -171,6 +171,8 @@ ...@@ -171,6 +171,8 @@
#define CONFIG_SYS_PCI_PTM2MS 0xffc00001 /* 4MB, enable */ #define CONFIG_SYS_PCI_PTM2MS 0xffc00001 /* 4MB, enable */
#define CONFIG_SYS_PCI_PTM2PCI 0x04000000 /* Host: use this pci address */ #define CONFIG_SYS_PCI_PTM2PCI 0x04000000 /* Host: use this pci address */
#define CONFIG_PCI_4xx_PTM_OVERWRITE 1 /* overwrite PTMx settings by env */
/*----------------------------------------------------------------------- /*-----------------------------------------------------------------------
* IDE/ATA stuff * IDE/ATA stuff
*----------------------------------------------------------------------- *-----------------------------------------------------------------------
......
...@@ -192,6 +192,8 @@ ...@@ -192,6 +192,8 @@
#define CONFIG_SYS_PCI_PTM2MS 0xffc00001 /* 4MB, enable */ #define CONFIG_SYS_PCI_PTM2MS 0xffc00001 /* 4MB, enable */
#define CONFIG_SYS_PCI_PTM2PCI 0x04000000 /* Host: use this pci address */ #define CONFIG_SYS_PCI_PTM2PCI 0x04000000 /* Host: use this pci address */
#define CONFIG_PCI_4xx_PTM_OVERWRITE 1 /* overwrite PTMx settings by env */
/*----------------------------------------------------------------------- /*-----------------------------------------------------------------------
* IDE/ATA stuff * IDE/ATA stuff
*----------------------------------------------------------------------- *-----------------------------------------------------------------------
......
...@@ -189,6 +189,8 @@ ...@@ -189,6 +189,8 @@
#define CONFIG_SYS_PCI_PTM2MS 0xffc00001 /* 4MB, enable */ #define CONFIG_SYS_PCI_PTM2MS 0xffc00001 /* 4MB, enable */
#define CONFIG_SYS_PCI_PTM2PCI 0x04000000 /* Host: use this pci address */ #define CONFIG_SYS_PCI_PTM2PCI 0x04000000 /* Host: use this pci address */
#define CONFIG_PCI_4xx_PTM_OVERWRITE 1 /* overwrite PTMx settings by env */
/*----------------------------------------------------------------------- /*-----------------------------------------------------------------------
* IDE/ATA stuff * IDE/ATA stuff
*----------------------------------------------------------------------- *-----------------------------------------------------------------------
......
...@@ -193,6 +193,8 @@ ...@@ -193,6 +193,8 @@
#define CONFIG_SYS_PCI_PTM2MS 0xffc00001 /* 4MB, enable */ #define CONFIG_SYS_PCI_PTM2MS 0xffc00001 /* 4MB, enable */
#define CONFIG_SYS_PCI_PTM2PCI 0x04000000 /* Host: use this pci address */ #define CONFIG_SYS_PCI_PTM2PCI 0x04000000 /* Host: use this pci address */
#define CONFIG_PCI_4xx_PTM_OVERWRITE 1 /* overwrite PTMx settings by env */
/*----------------------------------------------------------------------- /*-----------------------------------------------------------------------
* IDE/ATA stuff * IDE/ATA stuff
*----------------------------------------------------------------------- *-----------------------------------------------------------------------
......
...@@ -181,6 +181,8 @@ ...@@ -181,6 +181,8 @@
#define CONFIG_SYS_PCI_PTM2MS 0xff000001 /* 16MB, enable */ #define CONFIG_SYS_PCI_PTM2MS 0xff000001 /* 16MB, enable */
#define CONFIG_SYS_PCI_PTM2PCI 0x00000000 /* Host: use this pci address */ #define CONFIG_SYS_PCI_PTM2PCI 0x00000000 /* Host: use this pci address */
#define CONFIG_PCI_4xx_PTM_OVERWRITE 1 /* overwrite PTMx settings by env */
/* /*
* Start addresses for the final memory configuration * Start addresses for the final memory configuration
* (Set up by the startup code) * (Set up by the startup code)
......
...@@ -164,6 +164,8 @@ ...@@ -164,6 +164,8 @@
#define CONFIG_SYS_PCI_PTM2MS 0xff000001 /* 16MB, enable=1 */ #define CONFIG_SYS_PCI_PTM2MS 0xff000001 /* 16MB, enable=1 */
#define CONFIG_SYS_PCI_PTM2PCI 0x04000000 /* Host: use this pci address */ #define CONFIG_SYS_PCI_PTM2PCI 0x04000000 /* Host: use this pci address */
#define CONFIG_PCI_4xx_PTM_OVERWRITE 1 /* overwrite PTMx settings by env */
/* /*
* For booting Linux, the board info and command line data * For booting Linux, the board info and command line data
* have to be in the first 8 MB of memory, since this is * have to be in the first 8 MB of memory, since this is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment