16 Feb, 2016

6 commits


14 Feb, 2016

8 commits


13 Feb, 2016

1 commit


08 Feb, 2016

12 commits


06 Feb, 2016

2 commits


05 Feb, 2016

10 commits

  • When CONFIG_DM_PCI_COMPAT is not on, there is only a forward declaration
    for pci_write_config32(). Add other missing ones.

    Signed-off-by: Bin Meng
    Reviewed-by: Simon Glass

    Bin Meng
     
  • Now that the RTL8169 driver warning is fixed we can drop this.

    Signed-off-by: Bin Meng
    Reviewed-by: Simon Glass

    Bin Meng
     
  • It does not build if without CONFIG_DM_PCI_COMPAT. For now we just
    disable it, until some day we add USB support to EFI application.

    Signed-off-by: Bin Meng
    Reviewed-by: Simon Glass

    Bin Meng
     
  • Move some #undef from efi-x86.h to efi-x86_defconfig as these are
    already Kconfig options.

    Signed-off-by: Bin Meng
    Reviewed-by: Simon Glass

    Bin Meng
     
  • On some newer chipset (eg: BayTrail), there is an IO base address
    register on the PCH device which configures the base address of a
    memory-mapped I/O controller.

    Signed-off-by: Bin Meng
    Reviewed-by: Simon Glass
    Tested-by: Simon Glass

    Bin Meng
     
  • x86 GPIO registers are accessed via I/O port whose base address is
    configured in a PCI configuration register on the PCH device. Add
    an op get_gpio_base to get the GPIO base address from PCH.

    Signed-off-by: Bin Meng
    Reviewed-by: Simon Glass
    Tested-by: Simon Glass

    Bin Meng
     
  • Spell out 'sbase' to 'spi_base' so that it looks clearer.

    Signed-off-by: Bin Meng
    Reviewed-by: Simon Glass
    Tested-by: Simon Glass

    Bin Meng
     
  • pch_get_version op was only used by the ich spi controller driver,
    and does not really provide a good identification of pch controller
    so far, since we see plenty of Intel PCH chipsets and one differs
    from another a lot, which is not simply either a PCHV_7 or PCHV_9.
    Now that ich spi controller driver was updated to not get such info
    from pch, the pch_get_version op is useless now.

    Signed-off-by: Bin Meng
    Reviewed-by: Simon Glass
    Tested-by: Simon Glass

    Bin Meng
     
  • Unprotecting SPI flash is now handled in the SPI controller driver,
    via a call to the PCH driver. Drop the ad-hoc version.

    Signed-off-by: Bin Meng
    Reviewed-by: Simon Glass
    Tested-by: Simon Glass

    Bin Meng
     
  • Without this CONFIG_BOOTDELAY, autobooting does not work at all. As
    autoboot_command() from common/* will not get called. So lets define
    CONFIG_BOOTDELAY, so that auto-booting works on x86.

    Signed-off-by: Stefan Roese
    Cc: Miao Yan
    Cc: Bin Meng
    Cc: Simon Glass
    Tested-by: Miao Yan
    Acked-by: Bin Meng

    Stefan Roese
     

03 Feb, 2016

1 commit