Skip to content
Snippets Groups Projects
  1. Jul 06, 2023
  2. Jun 28, 2023
  3. Jun 24, 2023
    • Marek Vasut's avatar
      imx: hab: Simplify the mechanism · 6039e0ed
      Marek Vasut authored and Tom Rini's avatar Tom Rini committed
      
      The current mechanism is unnecessarily complex. Simplify the whole mechanism
      such that the entire fitImage is signed, IVT is placed at the end, followed
      by CSF, and this entire bundle is also authenticated. This makes the signing
      scripting far simpler.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      6039e0ed
  4. Jun 21, 2023
  5. Jun 20, 2023
  6. Jun 19, 2023
  7. Jun 16, 2023
    • Dario Binacchi's avatar
      configs: stm32f746-disco: remove a useless comment · 6d9f8657
      Dario Binacchi authored and Patrice Chotard's avatar Patrice Chotard committed
      
      Commit 8fc78fc7 ("configs: migrate CONFIG_BMP_16/24/32BPP to defconfigs")
      made the comment useless.
      
      Signed-off-by: default avatarDario Binacchi <dario.binacchi@amarulasolutions.com>
      Reviewed-by: Patrice Chotard's avatarPatrice Chotard <patrice.chotard@foss.st.com>
      Reviewed-by: Patrick Delaunay's avatarPatrick Delaunay <patrick.delaunay@foss.st.com>
      6d9f8657
    • Patrick Delaunay's avatar
      ARM: dts: stm32mp: alignment with v6.3 · 08002ffd
      Patrick Delaunay authored and Patrice Chotard's avatar Patrice Chotard committed
      
      Device tree alignment with Linux kernel v6.3:
      - f5a058023239 - ARM: dts: stm32: add i2c nodes into stm32mp131.dtsi
      - 8539ebb435a5 - ARM: dts: stm32: enable i2c1 and i2c5 on
        stm32mp135f-dk.dts
      - 8539ebb435a5 - ARM: dts: stm32: add spi nodes into stm32mp131.dtsi
      - 15f72e0da4da - ARM: dts: stm32: add pinctrl and disabled spi5 node in
        stm32mp135f-dk
      - ea99a5a02ebc - ARM: dts: stm32: Create separate pinmux for qspi cs pin
        in stm32mp15-pinctrl.dtsi
      - a306d8962a24 - ARM: dts: stm32: Rename mdio0 to mdio
      - 0a5ebb1f3367 - ARM: dts: stm32: Replace SAI format with dai-format DT
        property
      - ccdab19738a6 - ARM: dts: stm32: add adc support to stm32mp13
      - 022932ab55fd - ARM: dts: stm32: add adc pins muxing on stm32mp135f-dk
      - ab2806ddad9d - ARM: dts: stm32: add dummy vdd_adc regulator on
        stm32mp135f-dk
      - e46a180c060f - ARM: dts: stm32: add adc support on stm32mp135f-dk
      - 9ebf215fbae1 - ARM: dts: stm32: add PWR fixed regulators on stm32mp131
      - 16f4ff60519a - ARM: dts: stm32: add USBPHYC and dual USB HS PHY support
        on stm32mp131
      - 4a47f0f3e936 - ARM: dts: stm32: add UBSH EHCI and OHCI support on
        stm32mp131
      - 2a46bb66c47f - ARM: dts: stm32: add USB OTG HS support on stm32mp131
      - 9ebf215fbae1 - ARM: dts: stm32: add fixed regulators to support usb on
        stm32mp135f-dk
      - 16f4ff60519a - ARM: dts: stm32: enable USB HS phys on stm32mp135f-dk
      - c4e7254cf6dc - ARM: dts: stm32: enable USB Host EHCI on stm32mp135f-dk
      - 44978e135916 - ARM: dts: stm32: add pins for stm32g0 typec controller on stm32mp13
      - 4f532403b1e5 - ARM: dts: stm32: enable USB OTG in dual role mode on
        stm32mp135f-dk
      - e1f15571c96c - ARM: dts: stm32: add mcp23017 pinctrl entry for stm32mp13
      - 6cc71374002e - ARM: dts: stm32: add mcp23017 IO expander on I2C1 on
        stm32mp135f-dk
      - 7ffd2266bd32 - ARM: dts: stm32: Fix qspi pinctrl phandle for
        stm32mp15xx-dhcor-som
      - 21d83512bf2b - ARM: dts: stm32: Fix qspi pinctrl phandle for
        stm32mp15xx-dhcom-som
      - 732dbcf52f74 - ARM: dts: stm32: Fix qspi pinctrl phandle for
        stm32mp151a-prtt1l
      - 003b7c6b24f4 - ARM: dts: stm32: remove sai kernel clock on
        stm32mp15xx-dkx
      - f2b17b39bfff - ARM: dts: stm32: rename sound card on stm32mp15xx-dkx
      - dee3cb759d3d - ARM: dts: stm32: Remove the pins-are-numbered property
      - ae8cf3b48727 - ARM: dts: stm32: add i2s nodes on stm32mp131
      - 619746a27bd0 - ARM: dts: stm32: add sai nodes on stm32mp131
      - c5e05d08ef90 - ARM: dts: stm32: add spdifrx node on stm32mp131
      - 0a5afd3ee0d0 - ARM: dts: stm32: add dfsdm node on stm32mp131
      - bf9d876bea2e - ARM: dts: stm32: add timers support on stm32mp131
      - a3183748371d - ARM: dts: stm32: add timer pins muxing for stm32mp135f-dk
      - a9060c1326bc - ARM: dts: stm32: add timers support on stm32mp135f-dk
      - a12154058f75 - ARM: dts: stm32: Fix User button on stm32mp135f-dk
      - 2f33df889e99 - ARM: dts: stm32: Use new media bus type macros
      - 366384e49551 - ARM: dts: stm32: Update part number NVMEM description on
        stm32mp131
      
      Signed-off-by: Patrick Delaunay's avatarPatrick Delaunay <patrick.delaunay@foss.st.com>
      Reviewed-by: default avatarMarek Vasut <marex@denx.de>
      Reviewed-by: Patrice Chotard's avatarPatrice Chotard <patrice.chotard@foss.st.com>
      08002ffd
    • Patrick Delaunay's avatar
      media: dt-bindings: media: Add macros for video interface bus types · 763c6b8d
      Patrick Delaunay authored and Patrice Chotard's avatar Patrice Chotard committed
      
      Add a new dt-bindings/media/video-interfaces.h header that defines
      macros corresponding to the bus types from media/video-interfaces.yaml.
      This allows avoiding hardcoded constants in device tree sources.
      
      Based on linux commit f7eeb0084593 ("media: dt-bindings: media: Add macros
      for video interface bus types")
      
      Signed-off-by: Patrick Delaunay's avatarPatrick Delaunay <patrick.delaunay@foss.st.com>
      Reviewed-by: Patrice Chotard's avatarPatrice Chotard <patrice.chotard@foss.st.com>
      763c6b8d
    • Patrick Delaunay's avatar
      config: stm32mp15: remove CONFIG_FASTBOOT_CMD_OEM_FORMAT · d3126a32
      Patrick Delaunay authored and Patrice Chotard's avatar Patrice Chotard committed
      
      Remove the support of the fastboot "oem format" command for STM32MP15x
      boards and removed the associated env variable "partitions".
      This command is not required; with fastboot tool, the GPT partition can
      be handle with "flash" command in "gpt" target (=CONFIG_FASTBOOT_GPT_NAME),
      for example: fastboot flash gpt gpt.bin
      
      This patch avoids to define the GPT partitioning in U-Boot environment,
      which is incompatible with planned modifications, for example to
      support TF-A firmware update.
      
      Signed-off-by: Patrick Delaunay's avatarPatrick Delaunay <patrick.delaunay@foss.st.com>
      Reviewed-by: Patrice Chotard's avatarPatrice Chotard <patrice.chotard@foss.st.com>
      d3126a32
    • Patrick Delaunay's avatar
      fdt_support: add fdt_copy_fixed_partitions function · 163c5f60
      Patrick Delaunay authored and Patrice Chotard's avatar Patrice Chotard committed
      
      Add a new function fdt_copy_fixed_partitions to copy the fixed
      partition nodes from U-Boot device tree to Linux kernel
      device tree and to dynamically configure the MTD partitions.
      
      This function fdt_copy_fixed_partitions is only based on device tree
      with livetree compatible function and replace the function
      fdt_fixup_mtdparts based on mtdparts variable.
      
      Signed-off-by: Patrick Delaunay's avatarPatrick Delaunay <patrick.delaunay@foss.st.com>
      Reviewed-by: Patrice Chotard's avatarPatrice Chotard <patrice.chotard@foss.st.com>
      163c5f60
  8. Jun 15, 2023
  9. Jun 14, 2023
  10. Jun 12, 2023
  11. Jun 10, 2023
  12. Jun 09, 2023
  13. Jun 08, 2023
Loading