mbox series

[v2,0/2] arm: socfpga: enable CONFIG_BOOTCOMMAND for cyclone5

Message ID 20200818073330.157654-1-joyce.ooi@intel.com
Headers show
Series arm: socfpga: enable CONFIG_BOOTCOMMAND for cyclone5 | expand

Message

Joyce Ooi Aug. 18, 2020, 7:33 a.m. UTC
From: Joyce Ooi <joyce.ooi@intel.com>

This patch series enables CONFIG_BOOTCOMMAND in cyclone5 defconfig to
execute Intel FPGA u-boot script if it's available and enable FPGA bridge
when FPGA is in user mode.

v2: add u-boot script and add checking if FPGA is in user mode

Joyce Ooi (2):
  arm: socfpga: checks if FPGA is in user mode before enabling FPGA
    bridge
  configs: socfpga: add CONFIG_BOOTCOMMAND for cyclone5

 arch/arm/mach-socfpga/misc_gen5.c  | 43 +++++++++++++++++++++-----------------
 configs/socfpga_cyclone5_defconfig |  3 ++-
 include/configs/socfpga_common.h   |  3 +++
 3 files changed, 29 insertions(+), 20 deletions(-)