[U-Boot] [PATCH] fdt: Fix fdt_pci_dma_ranges handling of 64-bit ranges
Jerry Van Baren
vanbaren at cideas.com
Mon Aug 10 00:54:39 CEST 2009
Wolfgang Denk wrote:
> Dear Kumar Gala,
>
> In message <1249481034-21936-1-git-send-email-galak at kernel.crashing.org> you wrote:
>> If the size of a region equal to 4G it can't be represnted in a 32-bit
>> BAR so we should have marked that case as MEM64.
>>
>> Additionally bump the number of inbound windows up to 4 to handle the
>> fact that Freescale PPCs that have an implicit window for CCSRBAR.
>>
>> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
>> ---
>> common/fdt_support.c | 4 ++--
>> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> Applied, thanks.
>
> Hope this is OK, Jerry.
>
> Best regards,
>
> Wolfgang Denk
Yes, no problem. It is only peripherally related to fdt (fdt is the
mechanism used, the logic is Kumar's bailiwick).
gvb
More information about the U-Boot
mailing list