[U-Boot] [PATCH 00/16] stm32m1 patches for v2017.10

Patrick DELAUNAY patrick.delaunay at st.com
Tue Jun 25 08:28:04 UTC 2019


Hi Patrice,

> From: Patrice CHOTARD <patrice.chotard at st.com>
> Sent: vendredi 21 juin 2019 15:55
> 
> for v2019.10 ;-)

Yes Sorry :-)

I mixed the first name (target as v2019.07) the new target v2019.10.
I will update the serie title if I sent a v2.

> 
> On 6/21/19 3:21 PM, Patrick Delaunay wrote:
> > Some remaining patches for stm32mp1
> > - some cleanup in files
> > - add 2 specific commands for stm32mp1 board
> > - use OF_SYSTEM_SETUP to update kernel device tree
> > - synchronization with latest device tree
> >
> >
> >
> > Patrick Delaunay (16):
> >   stm32mp1: deactivate WATCHDOG in defconfig
> >   stm32mp1: call regulators_enable_boot_on in board_init
> >   stm32mp1: syscon: remove etzpc support
> >   stm32mp1: syscon: remove stgen
> >   dt-bindings: pinctrl: stm32: add new entry for package information
> >   stm32mp1: export get_cpu_package function
> >   stm32mp1: update package information in device tree
> >   stm32mp1: update device tree with ETZPC status
> >   stm32mp1: add stboard command
> >   stm32mp1: key: add stm32key command
> >   stm32mp1: udpate README
> >   stm32mp1: cosmetic: remove unnecessary include
> >   stm32mp1: configs: Add CONFIG_OF_SPL_REMOVE_PROPS
> >   stm32mp1: add check for presence of environment in boot device
> >   stm32mp1: force boot_net_usb_start
> >   ARM: dts: stm32mp1: sync device tree with v5.2-rc4
> >
> >  arch/arm/Kconfig                                   |   1 +
> >  arch/arm/dts/stm32mp15-ddr.dtsi                    |   2 +-
> >  arch/arm/dts/stm32mp157-pinctrl.dtsi               | 270
> ++++++++++++++++++++-
> >  arch/arm/dts/stm32mp157-u-boot.dtsi                |  67 ++---
> >  arch/arm/dts/stm32mp157a-dk1-u-boot.dtsi           |   4 -
> >  arch/arm/dts/stm32mp157a-dk1.dts                   |  30 ++-
> >  arch/arm/dts/stm32mp157c-dk2.dts                   |   1 +
> >  arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi           |  15 +-
> >  arch/arm/dts/stm32mp157c-ed1.dts                   | 205 ++++------------
> >  arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi           |   4 -
> >  arch/arm/dts/stm32mp157c-ev1.dts                   |  12 +-
> >  arch/arm/dts/stm32mp157c.dtsi                      | 199 +++++++++++----
> >  arch/arm/mach-stm32mp/Kconfig                      |  15 ++
> >  arch/arm/mach-stm32mp/Makefile                     |   2 +
> >  arch/arm/mach-stm32mp/cmd_stm32key.c               | 101 ++++++++
> >  arch/arm/mach-stm32mp/cpu.c                        |   7 +-
> >  arch/arm/mach-stm32mp/fdt.c                        | 223 +++++++++++++++++
> >  arch/arm/mach-stm32mp/include/mach/stm32.h         |   3 +-
> >  arch/arm/mach-stm32mp/include/mach/sys_proto.h     |   9 +
> >  arch/arm/mach-stm32mp/syscon.c                     |   2 -
> >  board/st/stm32mp1/Kconfig                          |   7 +
> >  board/st/stm32mp1/Makefile                         |   1 +
> >  board/st/stm32mp1/README                           |  15 +-
> >  board/st/stm32mp1/cmd_stboard.c                    | 145 +++++++++++
> >  board/st/stm32mp1/spl.c                            |   1 -
> >  board/st/stm32mp1/stm32mp1.c                       |   4 +
> >  configs/stm32mp15_basic_defconfig                  |   3 +-
> >  configs/stm32mp15_trusted_defconfig                |   2 -
> >  .../pinctrl/st,stm32-pinctrl.txt                   | 101 +++++++-
> >  drivers/clk/clk_stm32mp1.c                         |   3 +-
> >  include/configs/stm32mp1.h                         |   7 +-
> >  include/dt-bindings/pinctrl/stm32-pinfunc.h        |   6 +
> >  32 files changed, 1158 insertions(+), 309 deletions(-)  create mode
> > 100644 arch/arm/mach-stm32mp/cmd_stm32key.c
> >  create mode 100644 arch/arm/mach-stm32mp/fdt.c  create mode 100644
> > board/st/stm32mp1/cmd_stboard.c
> >

Regards

Patrick


More information about the U-Boot mailing list