Re: [PATCH v2 1/6] dm: pci: add option to map virtual system memory base address

2021-07-20 Thread Simon Glass
On Thu, 15 Jul 2021 at 12:54, Daniel Schwierzeck wrote: > > On MIPS the DRAM start address respectively CONFIG_SYS_SDRAM_BASE > is still used as a virtual, CPU-mapped address instead of being used > as physical address. Converting all MIPS boards and generic MIPS code > to fix that is not trivial.

[PATCH v2 1/6] dm: pci: add option to map virtual system memory base address

2021-07-15 Thread Daniel Schwierzeck
On MIPS the DRAM start address respectively CONFIG_SYS_SDRAM_BASE is still used as a virtual, CPU-mapped address instead of being used as physical address. Converting all MIPS boards and generic MIPS code to fix that is not trivial. Due to the approaching deadline for PCI DM conversion, this workar