Skip to content
Snippets Groups Projects
Commit c36c6816 authored by Stefan Roese's avatar Stefan Roese
Browse files

ppc4xx: Change inbound PCIe location for endpoint tests on Katmai


On Yucca & Katmai, the inbound memory map pointed to 0x4.0000.0000, which
is the internal SRAM. Since I now ported and tested this endpoint mode
on Kilauea successfully to map to 0 (SDRAM), I also changed this for
Katmai.

Yucca will stay at internal SRAM for now. Not sure if somebody relies on
this setup.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent 5cb4af47
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@
#define CFG_PCIE2_XCFGBASE 0xc3002000
/* base address of inbound PCIe window */
#define CFG_PCIE_INBOUND_BASE 0x0000000400000000ULL
#define CFG_PCIE_INBOUND_BASE 0x0000000000000000ULL
/* System RAM mapped to PCI space */
#define CONFIG_PCI_SYS_MEM_BUS CFG_SDRAM_BASE
......
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