[U-Boot] Please pull u-boot-dm

Simon Glass sjg at chromium.org
Tue Nov 6 21:51:28 UTC 2018


Hi Tom,

The following changes since commit 5ef76e59c12c79d106ebda70b710468aa6bd8b75:

  Merge branch 'master' of git://git.denx.de/u-boot-sh (2018-11-04 08:12:21
-0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-dm.git tags/pull-6-nov-18

for you to fetch changes up to 9413033c3d5d2bc44eefd1919c60522598cc1bd6:

  cpu: sandbox: Add "u-boot, dm-pre-reloc" for all cpu nodes (2018-11-06
13:56:18 -0700)

----------------------------------------------------------------
dm: DM_FLAG_PRE_RELOC fixes for release
sandbox CPU fixes for release

----------------------------------------------------------------
Bin Meng (15):
      arm: stm32mp: Remove DM_FLAG_PRE_RELOC flag
      clk: Remove DM_FLAG_PRE_RELOC flag in various drivers
      gpio: Remove DM_FLAG_PRE_RELOC flag in various drivers
      i2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check
      mmc: omap: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check
      pinctrl: Remove DM_FLAG_PRE_RELOC flag in various drivers
      ram: bmips: Remove DM_FLAG_PRE_RELOC flag
      timer: Remove DM_FLAG_PRE_RELOC flag in various drivers
      serial: Remove DM_FLAG_PRE_RELOC flag in various drivers
      sysreset: Remove DM_FLAG_PRE_RELOC flag in various drivers
      video: simplefb: Remove DM_FLAG_PRE_RELOC flag
      watchdog: Remove DM_FLAG_PRE_RELOC flag in various drivers
      dm: doc: Update description of pre-relocation support
      cpu: Add DM_FLAG_PRE_RELOC flag to various cpu drivers
      cpu: sandbox: Add "u-boot, dm-pre-reloc" for all cpu nodes

 arch/arm/mach-stm32mp/bsec.c                     |  1 -
 arch/sandbox/dts/test.dts                        |  3 +++
 arch/x86/cpu/baytrail/cpu.c                      |  1 +
 arch/x86/cpu/broadwell/cpu.c                     |  1 +
 arch/x86/cpu/cpu_x86.c                           |  1 +
 arch/x86/cpu/ivybridge/model_206ax.c             |  1 +
 arch/x86/cpu/tangier/sysreset.c                  |  1 -
 doc/driver-model/README.txt                      | 16 ++++++++++++----
 drivers/clk/altera/clk-arria10.c                 |  1 -
 drivers/clk/clk_pic32.c                          |  1 -
 drivers/clk/clk_zynq.c                           |  1 -
 drivers/clk/exynos/clk-exynos7420.c              |  3 ---
 drivers/clk/owl/clk_s900.c                       |  1 -
 drivers/gpio/omap_gpio.c                         |  2 ++
 drivers/gpio/stm32f7_gpio.c                      |  2 +-
 drivers/gpio/tegra186_gpio.c                     |  1 -
 drivers/gpio/tegra_gpio.c                        |  1 -
 drivers/i2c/omap24xx_i2c.c                       |  2 ++
 drivers/mmc/omap_hsmmc.c                         |  2 ++
 drivers/pinctrl/broadcom/pinctrl-bcm283x.c       |  2 ++
 drivers/pinctrl/exynos/pinctrl-exynos7420.c      |  1 -
 drivers/pinctrl/nxp/pinctrl-imx5.c               |  2 ++
 drivers/pinctrl/nxp/pinctrl-imx6.c               |  2 ++
 drivers/pinctrl/nxp/pinctrl-imx7.c               |  2 ++
 drivers/pinctrl/nxp/pinctrl-imx7ulp.c            |  2 ++
 drivers/pinctrl/pinctrl-single.c                 |  1 -
 drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c |  2 ++
 drivers/pinctrl/uniphier/pinctrl-uniphier-pro5.c |  2 ++
 drivers/ram/bmips_ram.c                          |  1 -
 drivers/serial/altera_jtag_uart.c                |  1 -
 drivers/serial/altera_uart.c                     |  1 -
 drivers/serial/arm_dcc.c                         |  1 -
 drivers/serial/atmel_usart.c                     |  2 ++
 drivers/serial/ns16550.c                         |  2 ++
 drivers/serial/serial_ar933x.c                   |  1 -
 drivers/serial/serial_arc.c                      |  1 -
 drivers/serial/serial_bcm283x_mu.c               |  2 ++
 drivers/serial/serial_bcm283x_pl011.c            |  2 ++
 drivers/serial/serial_bcm6345.c                  |  1 -
 drivers/serial/serial_efi.c                      |  1 -
 drivers/serial/serial_intel_mid.c                |  1 -
 drivers/serial/serial_lpuart.c                   |  1 -
 drivers/serial/serial_meson.c                    |  1 -
 drivers/serial/serial_mvebu_a3700.c              |  1 -
 drivers/serial/serial_mxc.c                      |  2 ++
 drivers/serial/serial_omap.c                     |  2 ++
 drivers/serial/serial_owl.c                      |  1 -
 drivers/serial/serial_pic32.c                    |  1 -
 drivers/serial/serial_pl01x.c                    |  2 ++
 drivers/serial/serial_s5p.c                      |  1 -
 drivers/serial/serial_sh.c                       |  2 ++
 drivers/serial/serial_sti_asc.c                  |  1 -
 drivers/serial/serial_stm32.c                    |  2 ++
 drivers/serial/serial_xuartlite.c                |  1 -
 drivers/serial/serial_zynq.c                     |  1 -
 drivers/sysreset/sysreset_x86.c                  |  1 -
 drivers/timer/ag101p_timer.c                     |  1 -
 drivers/timer/altera_timer.c                     |  1 -
 drivers/timer/arc_timer.c                        |  1 -
 drivers/timer/ast_timer.c                        |  1 -
 drivers/timer/atcpit100_timer.c                  |  1 -
 drivers/timer/atmel_pit_timer.c                  |  1 -
 drivers/timer/cadence-ttc.c                      |  1 -
 drivers/timer/dw-apb-timer.c                     |  1 -
 drivers/timer/mpc83xx_timer.c                    |  1 -
 drivers/timer/omap-timer.c                       |  1 -
 drivers/timer/rockchip_timer.c                   |  1 -
 drivers/timer/sti-timer.c                        |  1 -
 drivers/timer/stm32_timer.c                      |  1 -
 drivers/timer/tsc_timer.c                        |  1 -
 drivers/video/simplefb.c                         |  1 -
 drivers/watchdog/ast_wdt.c                       |  1 -
 lib/efi/efi_app.c                                |  1 -
 73 files changed, 58 insertions(+), 54 deletions(-)

Regards,
Simon


More information about the U-Boot mailing list