mbox series

Pull Request: Please pull u-boot-socfpga-next-20240415

Message ID DM8PR11MB5592D34AF6D95F4F105443B2D2092@DM8PR11MB5592.namprd11.prod.outlook.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull Request: Please pull u-boot-socfpga-next-20240415 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-socfpga.git tags/u-boot-socfpga-next-20240415

Message

Chee, Tien Fong April 15, 2024, 7:34 a.m. UTC
Dear Tom,

Please pull the SoCFPGA changes for next from u-boot-socfpga, containing:

  1.  Add option to reprogram FPGA every reboot, enable this as default in chameleonv3 defconfig.
  2.  Fixes: Rename CONFIG_SPL_SOCFPGA_SEC_REG to CONFIG_SPL_SOCFPGA_DT_REG, so the driver can be built when CONFIG_SPL_SOCFPGA_DT_REG is set in defconfig.


      Build-tested on SoC64 & SoC32 boards.

Best regards,
Tien Fong

The following changes since commit b03b49046af5dfca599d2ce8f0aafed89b97aa91:

  Merge https://source.denx.de/u-boot/custodians/u-boot-usb (2024-04-14 15:58:31 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-socfpga.git tags/u-boot-socfpga-next-20240415

for you to fetch changes up to 27ed98d491521a637f2b4468ac021511294f897f:

  drivers: misc: Fixes: Rename CONFIG_SPL_SOCFPGA_SEC_REG to CONFIG_SPL_SOCFPGA_DT_REG (2024-04-15 11:16:06 +0800)

----------------------------------------------------------------
Michał Barnaś (2):
      arm: socfpga: arria10: add option to reprogram the FPGA every reboot
      chameleonv3: set in defconfig for FPGA to reprogram every reboot

Wan Yee Lau (1):
      drivers: misc: Fixes: Rename CONFIG_SPL_SOCFPGA_SEC_REG to CONFIG_SPL_SOCFPGA_DT_REG

arch/arm/mach-socfpga/Kconfig         | 8 ++++++++
arch/arm/mach-socfpga/spl_a10.c       | 8 ++++++--
configs/socfpga_chameleonv3_defconfig | 1 +
drivers/misc/Makefile                 | 2 +-
4 files changed, 16 insertions(+), 3 deletions(-)

Comments

Tom Rini April 16, 2024, 12:35 a.m. UTC | #1
On Mon, Apr 15, 2024 at 07:34:20AM +0000, Chee, Tien Fong wrote:

> Dear Tom,
> 
> Please pull the SoCFPGA changes for next from u-boot-socfpga, containing:
> 
>   1.  Add option to reprogram FPGA every reboot, enable this as default in chameleonv3 defconfig.
>   2.  Fixes: Rename CONFIG_SPL_SOCFPGA_SEC_REG to CONFIG_SPL_SOCFPGA_DT_REG, so the driver can be built when CONFIG_SPL_SOCFPGA_DT_REG is set in defconfig.
> 
> 
>       Build-tested on SoC64 & SoC32 boards.
> 
> Best regards,
> Tien Fong
> 
> The following changes since commit b03b49046af5dfca599d2ce8f0aafed89b97aa91:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-usb (2024-04-14 15:58:31 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-socfpga.git tags/u-boot-socfpga-next-20240415
> 
> for you to fetch changes up to 27ed98d491521a637f2b4468ac021511294f897f:
> 
>   drivers: misc: Fixes: Rename CONFIG_SPL_SOCFPGA_SEC_REG to CONFIG_SPL_SOCFPGA_DT_REG (2024-04-15 11:16:06 +0800)
> 

Applied to u-boot/master, thanks!