All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Pull request: u-boot-sunix/master
@ 2017-04-05 14:28 Jagan Teki
  2017-04-06 16:08 ` Jagan Teki
  2017-04-07  0:40 ` Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Jagan Teki @ 2017-04-05 14:28 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please take this PR.

thanks!
Jagan.

The following changes since commit 11db152246607868f0e74db958947fbf79f28119:

  Prepare v2017.05-rc1 (2017-04-04 17:53:24 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-sunxi.git master

for you to fetch changes up to e7bd15ea156f2a65d6aba167b9b7cd711caae2e6:

  sunxi: Add OrangePi PC 2 initial support (2017-04-05 15:03:17 +0530)

----------------------------------------------------------------
Andre Przywara (12):
      sunxi: fix ACTLR.SMP assembly routine
      ARM: rename CONFIG_TIMER_CLK_FREQ to COUNTER_FREQUENCY
      fsl: ls102x: remove redundant GENERIC_TIMER_CLK
      sunxi: simplify ACTLR.SMP bit set #ifdef
      sunxi: configs: merge sun9i and sun50i SPL memory definitions
      sunxi: Kconfig: introduce CONFIG_SUNXI_HIGH_SRAM
      sunxi: provide ARMv8 mem_map for every ARM64 board
      SPI: SPL: sunxi: fix 64-bit build
      sunxi: DRAM: add Allwinner H5 support
      sunxi: prepare for sharing MACH_SUN8I_H3 config symbol
      sunxi: introduce Allwinner H5 config option
      sunxi: Add OrangePi PC 2 initial support

 arch/arm/Kconfig                              |   4 +
 arch/arm/cpu/armv7/ls102xa/psci.S             |   2 +-
 arch/arm/cpu/armv7/ls102xa/timer.c            |   2 +-
 arch/arm/cpu/armv7/nonsec_virt.S              |   4 +-
 arch/arm/cpu/armv7/sunxi/psci.c               |   2 +-
 arch/arm/dts/Makefile                         |   2 +
 arch/arm/dts/sun50i-h5-orangepi-pc2.dts       | 147 ++++++++++++++++++++++++++
 arch/arm/include/asm/arch-sunxi/clock_sun6i.h |   4 +-
 arch/arm/include/asm/arch-sunxi/cpu.h         |   1 +
 arch/arm/include/asm/arch-sunxi/cpu_sun4i.h   |   4 +-
 arch/arm/include/asm/arch-sunxi/dram.h        |   2 +-
 arch/arm/include/asm/arch-sunxi/spl.h         |   2 +-
 arch/arm/mach-sunxi/Makefile                  |   2 +-
 arch/arm/mach-sunxi/board.c                   |  12 +--
 arch/arm/mach-sunxi/clock_sun6i.c             |   6 +-
 arch/arm/mach-sunxi/cpu_info.c                |   2 +
 arch/arm/mach-sunxi/dram_sun8i_h3.c           |  97 ++++++++++++++---
 arch/arm/mach-sunxi/usb_phy.c                 |   4 +-
 board/sunxi/Kconfig                           |  35 +++++-
 board/sunxi/MAINTAINERS                       |   5 +
 board/sunxi/board.c                           |   6 +-
 configs/orangepi_pc2_defconfig                |  19 ++++
 drivers/mtd/spi/Kconfig                       |   2 +-
 drivers/mtd/spi/sunxi_spi_spl.c               |  16 +--
 drivers/net/sun8i_emac.c                      |   2 +-
 drivers/power/Kconfig                         |   4 +-
 drivers/usb/host/ehci-sunxi.c                 |   2 +-
 include/configs/exynos-common.h               |   2 +-
 include/configs/ls1021aiot.h                  |   7 +-
 include/configs/ls1021aqds.h                  |   7 +-
 include/configs/ls1021atwr.h                  |   7 +-
 include/configs/mx7_common.h                  |   2 +-
 include/configs/sun50i.h                      |   1 -
 include/configs/sunxi-common.h                |  24 ++---
 scripts/config_whitelist.txt                  |   1 -
 35 files changed, 342 insertions(+), 99 deletions(-)
 create mode 100644 arch/arm/dts/sun50i-h5-orangepi-pc2.dts
 create mode 100644 configs/orangepi_pc2_defconfig

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-07  0:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-05 14:28 [U-Boot] Pull request: u-boot-sunix/master Jagan Teki
2017-04-06 16:08 ` Jagan Teki
2017-04-06 16:29   ` Tom Rini
2017-04-07  0:40 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.