Skip to content
Snippets Groups Projects
Select Git revision
  • 38257988abfe74d459ca2ad748b109ca04e4efe1
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
8 results

reform-boundary-uboot

Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
user avatar
Sergei Shtylyov authored
If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
was illegal according to PCI 2.1 (the later revisions seem to have excluded the
sentence about "0" being considered an invalid address) -- so, use a reasonable
starting value of 0x1000 (that's what the most Linux archs are using).

Alternatively, one might have fixed the calls to pci_set_region() individually
(some code even seems to have taken care of this issue) but that would have
been a lot more work. :-)

Signed-off-by: default avatarSergei Shtylyov <sshtylyov@ru.mvista.com>
Acked-by: default avatarStefan Roese <sr@denx.de>
38257988
History
Name Last commit Last update