14 Feb, 2019

2 commits

  • All options have been moved to Kconfig and there is no need to have
    board header files. Mini configurations require them that's why they are
    still there.

    Signed-off-by: Michal Simek

    Michal Simek
     
  • CONFIG_PCA953X is not needed because of PCA953X is integrated in gpio
    subsystem already. That's why also remove CMD_PCA953X which is only for
    this driver.

    zcu102/zcu104-revC/zcu106/zcu111 contain links to eeprom which stores MAC address.

    DM_I2C is not enabled for the whole SoC because it increase size for
    mini configurations and there is no I2C symbol present to setup
    dependencies.

    Signed-off-by: Michal Simek
    Reviewed-by: Heiko Schocher

    Michal Simek
     

07 Feb, 2019

2 commits

  • Now that new SPI NOR layer uses stateless 4 byte opcodes by default,
    don't enable SPI_FLASH_BAR. For SPI controllers that cannot support
    4-byte addressing, (stm32_qspi.c, fsl_qspi.c, mtk_qspi.c, ich.c,
    renesas_rpc_spi.c) add an imply clause to enable SPI_FLASH_BAR so as to
    not break functionality.

    Signed-off-by: Vignesh R
    Tested-by: Simon Goldschmidt
    Tested-by: Stefan Roese
    Tested-by: Horatiu Vultur
    Reviewed-by: Jagan Teki
    Tested-by: Jagan Teki #zynq-microzed

    Vignesh R
     
  • SF_DUAL_FLASH claims to enable support for SF_DUAL_STACKED_FLASH and
    SF_DUAL_PARALLEL_FLASH. But, in current U-Boot code, grepping for above
    enums yield no user and therefore support seems to be incomplete. Remove
    these configs so as to avoid confusion.

    Signed-off-by: Vignesh R
    Reviewed-by: Jagan Teki
    Tested-by: Jagan Teki #zynq-microzed

    Vignesh R
     

24 Jan, 2019

5 commits


08 Jan, 2019

1 commit


16 Oct, 2018

1 commit


04 Sep, 2018

1 commit


18 Aug, 2018

1 commit


06 Aug, 2018

1 commit


19 Jul, 2018

2 commits


16 Jul, 2018

1 commit


11 Jul, 2018

1 commit


15 Jun, 2018

1 commit


04 Jun, 2018

1 commit


02 Jun, 2018

1 commit

  • Xilinx changes for v2018.07 second pull

    zynqmp:
    - Show reset reason
    - Remove emulation platform
    - Update pmufw version
    - Simplify mmc bootmode
    - Remove dc2 useless configuration file
    - Cleanup mini config
    - Defconfig syncup
    - zcu100, zcu104 and zcu111 dts fixes

    xilinx:
    - Use live-tree functions in some drivers
    - Add support for Avnet Minized and Antminer S9

    fpga:
    - Add secure bitstream loading support

    mmc:
    - Add hs200 mode support

    usb xhci:
    - Header fix

    Tom Rini
     

01 Jun, 2018

1 commit


30 May, 2018

2 commits


18 May, 2018

1 commit


11 May, 2018

2 commits


17 Apr, 2018

1 commit

  • We enabled CONFIG_ISO_PARTITION by default for distro boot, so that U-Boot
    could load distro images that usually get shipped as iso images. These images
    usually come with a board agnostic boot environment.

    However, there is very little point in having ISO support enabled (for anyone
    really) in SPL, as the whole idea of SPL is to load U-Boot proper which again
    is board specific. So the fact that we enable ISO support in U-Boot proper does
    not mean at all that we want ISO support in U-Boot SPL.

    Hence, let's remove the Kconfig dependency. Along the way, let's also clean up
    all those default configs that disabled SPL ISO support.

    Signed-off-by: Alexander Graf

    Alexander Graf
     

09 Apr, 2018

4 commits


23 Mar, 2018

2 commits


01 Mar, 2018

3 commits


02 Feb, 2018

1 commit


30 Jan, 2018

1 commit


18 Dec, 2017

1 commit