1. 03 1月, 2012 5 次提交
  2. 21 12月, 2011 3 次提交
  3. 20 12月, 2011 10 次提交
  4. 17 12月, 2011 11 次提交
  5. 16 12月, 2011 2 次提交
  6. 14 12月, 2011 8 次提交
  7. 13 12月, 2011 1 次提交
    • Y
      ibft: Fix finding IBFT ACPI table on UEFI · 935a9fee
      Yinghai Lu 提交于
      Found one system with UEFI/iBFT, kernel does not detect the iBFT during
      iscsi_ibft module loading.
      
      Root cause: on x86 (UEFI), we are calling of find_ibft_region() much earlier
      - specifically in setup_arch() before ACPI is enabled.
      
      Try to split acpi checking code out and call that later
      
      At that time ACPI iBFT already get permanent mapped with ioremap.
      So isa_virt_to_bus() will get wrong phys from right virt address.
      We could just skip that phys address printing.
      
      For legacy one, print the found address early.
      
      -v2: update comments and description according to Konrad.
      -v3: fix problem about module use case that is found by Konrad.
      -v4: use acpi_get_table() instead of acpi_table_parse() to handle module use case that is found by Konrad again..
      Signed-off-by: NYinghai Lu <yinghai@kernel.org>
      Signed-off-by: NKonrad Rzeszutek Wilk <konrad@kernel.org>
      935a9fee