26 Mar, 2019

1 commit

  • This converts the following to Kconfig:
    CONFIG_SF_DEFAULT_BUS
    CONFIG_SF_DEFAULT_CS
    CONFIG_SF_DEFAULT_MODE
    CONFIG_SF_DEFAULT_SPEED

    I use moveconfig script and then manual check on generated u-boot.cfg
    to solve the remaining issue.

    Signed-off-by: Patrick Delaunay

    Patrick Delaunay
     

07 Feb, 2019

1 commit

  • 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
     

08 Jan, 2019

1 commit


26 Nov, 2018

2 commits


26 Sep, 2018

1 commit


04 Sep, 2018

1 commit


06 Aug, 2018

2 commits


19 Jul, 2018

2 commits

  • Simplify zynq_cse config by setting up ENV_SIZE via Kconfig.

    Signed-off-by: Michal Simek

    Michal Simek
     
  • This patch basically adds two new commands for loadig secure
    images.
    1. zynq rsa adds support to load secure image which can be both
    authenticated or encrypted or both authenticated and encrypted
    image in xilinx bootimage(BOOT.bin) format.
    2. zynq aes command adds support to decrypt and load encrypted
    image back to DDR as per destination address. The image has
    to be encrypted using xilinx bootgen tool and to get only the
    encrypted image from tool use -split option while invoking
    bootgen.

    Signed-off-by: Siva Durga Prasad Paladugu
    Signed-off-by: Michal Simek

    Siva Durga Prasad Paladugu
     

04 Jun, 2018

1 commit


11 May, 2018

1 commit


28 Apr, 2018

1 commit


12 Apr, 2018

1 commit


23 Mar, 2018

1 commit


28 Feb, 2018

1 commit


23 Feb, 2018

1 commit


06 Feb, 2018

1 commit

  • cmd/Makefile has:

    ifdef CONFIG_FPGA
    obj-$(CONFIG_CMD_FPGA) += fpga.o
    endif

    which means that if CONFIG_FPGA is not set, CONFIG_CMD_FPGA silently
    does nothing. Let's remove that Makefile conditional and instead express
    this equivalent dependency in Kconfig, so a lot of redundant

    # CONFIG_CMD_FPGA is not set

    can be removed from board defconfigs that don't actually have an FPGA.

    Signed-off-by: Tuomas Tynkkynen

    Tuomas Tynkkynen
     

30 Jan, 2018

2 commits


15 Dec, 2017

1 commit


28 Nov, 2017

1 commit