Re: [PATCH v2 08/16] pci: coreboot: Don't read regions when booting

2023-03-24 Thread Christian Gmeiner
Hi > When U-Boot is the second-stage bootloader, PCI is already set up. We > cannot read the regions from the device tree. There is no point anyway, > since PCI devices have already been allocated according to the regions > and it is not safe for U-Boot to make any changes. > > Signed-off-by:

[PATCH v2 08/16] pci: coreboot: Don't read regions when booting

2023-03-23 Thread Simon Glass
When U-Boot is the second-stage bootloader, PCI is already set up. We cannot read the regions from the device tree. There is no point anyway, since PCI devices have already been allocated according to the regions and it is not safe for U-Boot to make any changes. Signed-off-by: Simon Glass