All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Please pull u-boot-sunxi master (v2016.09 fixes)
@ 2016-09-06 12:53 Hans de Goede
  2016-09-06 16:58 ` Tom Rini
  0 siblings, 1 reply; 3+ messages in thread
From: Hans de Goede @ 2016-09-06 12:53 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Here is a sunxi pull-req with some recent fixes
for v2016.09, note this is an updated pull-req
superseding my previous one.

The main reason for this pull-req is a couple of
fixes for the sun8i ethernet support (which is
new in v2016.0). Besides that this also adds 3
new boards which were pending in sunxi-next and
(new in the updated pullreq) a few A64 fixes.

The following changes since commit b615267633996a9410a88b54a55965d8b021f6f8:

   ARM: tegra: Add support for TK1-SOM board from Colorado Engineering (2016-09-01 09:24:30 -0700)

are available in the git repository at:

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

for you to fetch changes up to 5a74a3912970d4fa5625237f0117ca08c2878f29:

   sunxi: fix 64-bit compiler warning for SPL header parsing (2016-09-06 13:35:52 +0200)

----------------------------------------------------------------
Andre Przywara (3):
       Revert "sunxi: Move the SPL stack top to 0x1A000 on Allwinner A64/A80"
       sunxi: Kconfig: rename non-existent SUN50I_A64 config symbol
       sunxi: fix 64-bit compiler warning for SPL header parsing

Chen-Yu Tsai (1):
       sunxi: Fix H3 EMAC syscon register address

Hans de Goede (3):
       sunxi: Sync h3-orangepi dts files with kernel
       sunxi: Enable emac on H3 orangepi boards
       sunxi: Add defconfig and dts file for the Orange Pi Plus2E SBC

Icenowy Zheng (2):
       sunxi: add proper device tree for iNet D978 rev2 boards
       sunxi: Add iNet D978 rev2 defconfig

Stefan Mavrodiev (1):
       sunxi: Add support for A33-OLinuXino board

  arch/arm/dts/Makefile                     |   5 +-
  arch/arm/dts/sun8i-a33-inet-d978-rev2.dts |  88 ++++++++++++
  arch/arm/dts/sun8i-a33-olinuxino.dts      | 226 ++++++++++++++++++++++++++++++
  arch/arm/dts/sun8i-h3-orangepi-2.dts      |  11 ++
  arch/arm/dts/sun8i-h3-orangepi-pc.dts     |   1 +
  arch/arm/dts/sun8i-h3-orangepi-plus.dts   |  72 ++++------
  arch/arm/dts/sun8i-h3-orangepi-plus2e.dts |  83 +++++++++++
  arch/arm/dts/sun8i-h3.dtsi                |   5 +-
  board/sunxi/Kconfig                       |   2 +-
  board/sunxi/MAINTAINERS                   |  11 ++
  board/sunxi/board.c                       |   2 +-
  configs/A33-OLinuXino_defconfig           |  43 ++++++
  configs/iNet_D978_rev2_defconfig          |  26 ++++
  configs/orangepi_2_defconfig              |   1 +
  configs/orangepi_plus2e_defconfig         |  19 +++
  configs/orangepi_plus_defconfig           |   3 +-
  include/configs/sunxi-common.h            |   5 +-
  17 files changed, 547 insertions(+), 56 deletions(-)
  create mode 100644 arch/arm/dts/sun8i-a33-inet-d978-rev2.dts
  create mode 100644 arch/arm/dts/sun8i-a33-olinuxino.dts
  create mode 100644 arch/arm/dts/sun8i-h3-orangepi-plus2e.dts
  create mode 100644 configs/A33-OLinuXino_defconfig
  create mode 100644 configs/iNet_D978_rev2_defconfig
  create mode 100644 configs/orangepi_plus2e_defconfig

Regards,

Hans

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

* [U-Boot] Please pull u-boot-sunxi master (v2016.09 fixes)
  2016-09-06 12:53 [U-Boot] Please pull u-boot-sunxi master (v2016.09 fixes) Hans de Goede
@ 2016-09-06 16:58 ` Tom Rini
  0 siblings, 0 replies; 3+ messages in thread
From: Tom Rini @ 2016-09-06 16:58 UTC (permalink / raw)
  To: u-boot

On Tue, Sep 06, 2016 at 02:53:57PM +0200, Hans de Goede wrote:

> Hi Tom,
> 
> Here is a sunxi pull-req with some recent fixes
> for v2016.09, note this is an updated pull-req
> superseding my previous one.
> 
> The main reason for this pull-req is a couple of
> fixes for the sun8i ethernet support (which is
> new in v2016.0). Besides that this also adds 3
> new boards which were pending in sunxi-next and
> (new in the updated pullreq) a few A64 fixes.
> 
> The following changes since commit b615267633996a9410a88b54a55965d8b021f6f8:
> 
>   ARM: tegra: Add support for TK1-SOM board from Colorado Engineering (2016-09-01 09:24:30 -0700)
> 
> are available in the git repository at:
> 
>   http://git.denx.de/u-boot-sunxi.git master
> 
> for you to fetch changes up to 5a74a3912970d4fa5625237f0117ca08c2878f29:
> 
>   sunxi: fix 64-bit compiler warning for SPL header parsing (2016-09-06 13:35:52 +0200)
> 

Sorry I hadn't pushed the other PR already, 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/20160906/72ec03f9/attachment.sig>

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

* [U-Boot] Please pull u-boot-sunxi master (v2016.09 fixes)
@ 2016-09-03 11:10 Hans de Goede
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Goede @ 2016-09-03 11:10 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Here is a sunxi pull-req with some recent fixes
for v2016.09.

The main reason for this pull-req is a couple of
fixes for the sun8i ethernet support (which is
new in v2016.0). Besides that this also adds 3
new boards which were pending in sunxi-next.

The following changes since commit b615267633996a9410a88b54a55965d8b021f6f8:

   ARM: tegra: Add support for TK1-SOM board from Colorado Engineering (2016-09-01 09:24:30 -0700)

are available in the git repository at:

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

for you to fetch changes up to de300ea5db009d58fbafa0736d37457feaab770b:

   sunxi: Add defconfig and dts file for the Orange Pi Plus2E SBC (2016-09-03 13:05:43 +0200)

----------------------------------------------------------------
Chen-Yu Tsai (1):
       sunxi: Fix H3 EMAC syscon register address

Hans de Goede (3):
       sunxi: Sync h3-orangepi dts files with kernel
       sunxi: Enable emac on H3 orangepi boards
       sunxi: Add defconfig and dts file for the Orange Pi Plus2E SBC

Icenowy Zheng (2):
       sunxi: add proper device tree for iNet D978 rev2 boards
       sunxi: Add iNet D978 rev2 defconfig

Stefan Mavrodiev (1):
       sunxi: Add support for A33-OLinuXino board

  arch/arm/dts/Makefile                     |   5 +-
  arch/arm/dts/sun8i-a33-inet-d978-rev2.dts |  88 ++++++++++++
  arch/arm/dts/sun8i-a33-olinuxino.dts      | 226 ++++++++++++++++++++++++++++++
  arch/arm/dts/sun8i-h3-orangepi-2.dts      |  11 ++
  arch/arm/dts/sun8i-h3-orangepi-pc.dts     |   1 +
  arch/arm/dts/sun8i-h3-orangepi-plus.dts   |  72 ++++------
  arch/arm/dts/sun8i-h3-orangepi-plus2e.dts |  83 +++++++++++
  arch/arm/dts/sun8i-h3.dtsi                |   5 +-
  board/sunxi/MAINTAINERS                   |  11 ++
  configs/A33-OLinuXino_defconfig           |  43 ++++++
  configs/iNet_D978_rev2_defconfig          |  26 ++++
  configs/orangepi_2_defconfig              |   1 +
  configs/orangepi_plus2e_defconfig         |  19 +++
  configs/orangepi_plus_defconfig           |   3 +-
  14 files changed, 542 insertions(+), 52 deletions(-)
  create mode 100644 arch/arm/dts/sun8i-a33-inet-d978-rev2.dts
  create mode 100644 arch/arm/dts/sun8i-a33-olinuxino.dts
  create mode 100644 arch/arm/dts/sun8i-h3-orangepi-plus2e.dts
  create mode 100644 configs/A33-OLinuXino_defconfig
  create mode 100644 configs/iNet_D978_rev2_defconfig
  create mode 100644 configs/orangepi_plus2e_defconfig

Regards,

Hans

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

end of thread, other threads:[~2016-09-06 16:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-06 12:53 [U-Boot] Please pull u-boot-sunxi master (v2016.09 fixes) Hans de Goede
2016-09-06 16:58 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2016-09-03 11:10 Hans de Goede

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.