]> Git Repo - u-boot.git/commitdiff
Merge tag 'v2025.01-rc5' into next
authorTom Rini <[email protected]>
Thu, 26 Dec 2024 04:31:04 +0000 (22:31 -0600)
committerTom Rini <[email protected]>
Thu, 26 Dec 2024 04:31:04 +0000 (22:31 -0600)
Prepare v2025.01-rc5

1  2 
.gitlab-ci.yml
Kconfig
Makefile
board/raspberrypi/rpi/rpi.c
boot/image-android.c
configs/starfive_visionfive2_defconfig
drivers/mtd/Kconfig
drivers/pinctrl/renesas/Kconfig
net/Kconfig
tools/binman/entries.rst

diff --cc .gitlab-ci.yml
Simple merge
diff --cc Kconfig
Simple merge
diff --cc Makefile
Simple merge
Simple merge
Simple merge
Simple merge
index 7ced7d784b378aab42121814145ada05382c144f,a209193b332e965909b71f023cf76fc90953ea19..560f727545478e4e47e9c595dbe4b9b8f786039e
@@@ -11,46 -11,35 +11,46 @@@ config PINCTRL_PF
          both the GPIO definitions and pin control functions for each
          available multiplex function.
  
 +config PINCTRL_PFC_FULL
 +      bool "Renesas pin control drivers (full size)"
 +      depends on PINCTRL_PFC
 +      help
 +        By default the pin multiplexing tables used by U-Boot are reduced
 +        to keep the size of the bootloader low. Enable this option to use
 +        full pin multiplexing tables the same way they are included in the
 +        Linux kernel. This includes pin multiplexing options for Audio, CAN,
 +        CANFD, DU, INTC, INTC-EX, MSIOF, PWM, SSI, for which there is no
 +        U-Boot driver.
 +
  config PINCTRL_PFC_R8A7790
-       bool "Renesas RCar Gen2 R8A7790 pin control driver"
+       bool "Renesas R-Car Gen2 R8A7790 pin control driver"
        depends on PINCTRL_PFC
        help
-         Support pin multiplexing control on Renesas RCar Gen2 R8A7790 SoCs.
+         Support pin multiplexing control on Renesas R-Car Gen2 R8A7790 SoCs.
  
  config PINCTRL_PFC_R8A7791
-       bool "Renesas RCar Gen2 R8A7791 pin control driver"
+       bool "Renesas R-Car Gen2 R8A7791 pin control driver"
        depends on PINCTRL_PFC
        help
-         Support pin multiplexing control on Renesas RCar Gen2 R8A7791 SoCs.
+         Support pin multiplexing control on Renesas R-Car Gen2 R8A7791 SoCs.
  
  config PINCTRL_PFC_R8A7792
-       bool "Renesas RCar Gen2 R8A7792 pin control driver"
+       bool "Renesas R-Car Gen2 R8A7792 pin control driver"
        depends on PINCTRL_PFC
        help
-         Support pin multiplexing control on Renesas RCar Gen2 R8A7792 SoCs.
+         Support pin multiplexing control on Renesas R-Car Gen2 R8A7792 SoCs.
  
  config PINCTRL_PFC_R8A7793
-       bool "Renesas RCar Gen2 R8A7793 pin control driver"
+       bool "Renesas R-Car Gen2 R8A7793 pin control driver"
        depends on PINCTRL_PFC
        help
-         Support pin multiplexing control on Renesas RCar Gen2 R8A7793 SoCs.
+         Support pin multiplexing control on Renesas R-Car Gen2 R8A7793 SoCs.
  
  config PINCTRL_PFC_R8A7794
-       bool "Renesas RCar Gen2 R8A7794 pin control driver"
+       bool "Renesas R-Car Gen2 R8A7794 pin control driver"
        depends on PINCTRL_PFC
        help
-         Support pin multiplexing control on Renesas RCar Gen2 R8A7794 SoCs.
+         Support pin multiplexing control on Renesas R-Car Gen2 R8A7794 SoCs.
  
  config PINCTRL_PFC_R8A774A1
          bool "Renesas RZ/G2 R8A774A1 pin control driver"
diff --cc net/Kconfig
Simple merge
index 83068ba6d39d9a5b586312fd4a062b0da31eb595,3a3cc6475252386ec4e45fdee5393697fe91546c..780e9817fb6496b5f2a4aef6ed1c0b4c8d9a4ba2
@@@ -866,18 -869,12 +869,19 @@@ The top-level 'fit' node supports the f
  
      fit,sign
          Enable signing FIT images via mkimage as described in
-         verified-boot.rst. If the property is found, the private keys path is
-         detected among binman include directories and passed to mkimage via
-         -k flag. All the keys required for signing FIT must be available at
-         time of signing and must be located in single include directory.
+         verified-boot.rst. If the property is found, the private keys path
+         is detected among binman include directories and passed to mkimage
+         via  -k flag. All the keys required for signing FIT must be
+         available at time of signing and must be located in single include
+         directory.
  
 +    fit,encrypt
 +        Enable data encryption in FIT images via mkimage. If the property
 +        is found, the keys path is detected among binman include
 +        directories and passed to mkimage via  -k flag. All the keys
 +        required for encrypting the FIT must be available at the time of
 +        encrypting and must be located in a single include directory.
 +
  Substitutions
  ~~~~~~~~~~~~~
  
This page took 0.140436 seconds and 4 git commands to generate.