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

* [U-Boot] Pull request: u-boot-sunix/master
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Jagan Teki @ 2017-04-06 16:08 UTC (permalink / raw)
  To: u-boot

Tom,

Please pick this if all OK, I've few more need to send.

On Wed, Apr 5, 2017 at 7:58 PM, Jagan Teki <jagan@openedev.com> wrote:
> 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



-- 
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.

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

* [U-Boot] Pull request: u-boot-sunix/master
  2017-04-06 16:08 ` Jagan Teki
@ 2017-04-06 16:29   ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2017-04-06 16:29 UTC (permalink / raw)
  To: u-boot

On Thu, Apr 06, 2017 at 09:38:16PM +0530, Jagan Teki wrote:

> Tom,
> 
> Please pick this if all OK, I've few more need to send.

Testing this now, sorry, I had the other stuff I just applied in my
testing queue and I've learned it's better to apply N patches, cycle
over them, push out, grab more, repeat, rather than to apply stuff that
hit my inbox in the middle of "cycle over them".  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170406/7cf8447c/attachment.sig>

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

* [U-Boot] Pull request: u-boot-sunix/master
  2017-04-05 14:28 [U-Boot] Pull request: u-boot-sunix/master Jagan Teki
  2017-04-06 16:08 ` Jagan Teki
@ 2017-04-07  0:40 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2017-04-07  0:40 UTC (permalink / raw)
  To: u-boot

On Wed, Apr 05, 2017 at 07:58:45PM +0530, Jagan Teki wrote:

> 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)
> 

I had to disable CONFIG_SPL_USE_ARCH_MEMSET on orangepi_2 in order to
get it to link and then applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170406/d922fdbb/attachment.sig>

^ 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.