DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [GIT PULL] Support for Marvell espressobin
@ 2018-02-17 14:59 Uwe Kleine-König
  2018-02-18 20:23 ` Robert Schwebel
  0 siblings, 1 reply; 7+ messages in thread
From: Uwe Kleine-König @ 2018-02-17 14:59 UTC (permalink / raw)
  To: distrokit

Hello,

the following changes since commit e337d599ce7ce826dd3819b60b2e46ace2875840:

  platform-v7a: barebox: version bump 2017.11.0 -> 2018.01.0 (2018-01-29 08:36:40 +0100)

are available in the Git repository at:

  git://git.pengutronix.de/ukl/distrokit tags/2018-02-espressobin

for you to fetch changes up to a137a1a6db9333d4bbf2badfb0e29dbb1559b79f:

  Add support for Marvell espressobin (2018-02-06 17:30:48 +0100)

----------------------------------------------------------------
This brings support for Marvell Espressobin.

Tested peripherals include

 - networking via the switch
 - serial

Currently it relies on the shipped U-Boot.

----------------------------------------------------------------
Uwe Kleine-König (1):
      Add support for Marvell espressobin

 .../platform-v8a/config/images/espressobin.config  |   16 +
 configs/platform-v8a/dts/armada-3720-community.dts |    6 +
 configs/platform-v8a/kernelconfig                  | 3890 ++++++++++++++++++++
 configs/platform-v8a/platformconfig                |  263 ++
 .../platform-v8a/platforms/image-espressobin.in    |    9 +
 configs/platform-v8a/rules/image-espressobin.make  |   23 +
 doc/hardware.rst                                   |   14 +
 doc/hardware_v8a_espressobin.rst                   |   18 +
 8 files changed, 4239 insertions(+)
 create mode 100644 configs/platform-v8a/config/images/espressobin.config
 create mode 100644 configs/platform-v8a/dts/armada-3720-community.dts
 create mode 100644 configs/platform-v8a/kernelconfig
 create mode 100644 configs/platform-v8a/platformconfig
 create mode 100644 configs/platform-v8a/platforms/image-espressobin.in
 create mode 100644 configs/platform-v8a/rules/image-espressobin.make
 create mode 100644 doc/hardware_v8a_espressobin.rst

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

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

* Re: [DistroKit] [GIT PULL] Support for Marvell espressobin
  2018-02-17 14:59 [DistroKit] [GIT PULL] Support for Marvell espressobin Uwe Kleine-König
@ 2018-02-18 20:23 ` Robert Schwebel
  2018-02-18 21:06   ` Robert Schwebel
  0 siblings, 1 reply; 7+ messages in thread
From: Robert Schwebel @ 2018-02-18 20:23 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: distrokit

On Sat, Feb 17, 2018 at 03:59:59PM +0100, Uwe Kleine-König wrote:
> 
> the following changes since commit e337d599ce7ce826dd3819b60b2e46ace2875840:
> 
>   platform-v7a: barebox: version bump 2017.11.0 -> 2018.01.0 (2018-01-29 08:36:40 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.pengutronix.de/ukl/distrokit tags/2018-02-espressobin
> 
> for you to fetch changes up to a137a1a6db9333d4bbf2badfb0e29dbb1559b79f:
> 
>   Add support for Marvell espressobin (2018-02-06 17:30:48 +0100)
> 
> ----------------------------------------------------------------
> This brings support for Marvell Espressobin.
> 
> Tested peripherals include
> 
>  - networking via the switch
>  - serial
> 
> Currently it relies on the shipped U-Boot.

Kannst Du noch auf den Master-Stand bringen? Da ist derweil ein ptxdist
Update drauf.

rsc
-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

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

* Re: [DistroKit] [GIT PULL] Support for Marvell espressobin
  2018-02-18 20:23 ` Robert Schwebel
@ 2018-02-18 21:06   ` Robert Schwebel
  2018-02-19  7:45     ` Uwe Kleine-König
  2018-02-19 14:56     ` Uwe Kleine-König
  0 siblings, 2 replies; 7+ messages in thread
From: Robert Schwebel @ 2018-02-18 21:06 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: distrokit

On Sun, Feb 18, 2018 at 09:23:36PM +0100, Robert Schwebel wrote:
> On Sat, Feb 17, 2018 at 03:59:59PM +0100, Uwe Kleine-König wrote:
> > 
> > the following changes since commit e337d599ce7ce826dd3819b60b2e46ace2875840:
> > 
> >   platform-v7a: barebox: version bump 2017.11.0 -> 2018.01.0 (2018-01-29 08:36:40 +0100)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.pengutronix.de/ukl/distrokit tags/2018-02-espressobin
> > 
> > for you to fetch changes up to a137a1a6db9333d4bbf2badfb0e29dbb1559b79f:
> > 
> >   Add support for Marvell espressobin (2018-02-06 17:30:48 +0100)
> > 
> > ----------------------------------------------------------------
> > This brings support for Marvell Espressobin.
> > 
> > Tested peripherals include
> > 
> >  - networking via the switch
> >  - serial
> > 
> > Currently it relies on the shipped U-Boot.
> 
> Kannst Du noch auf den Master-Stand bringen? Da ist derweil ein ptxdist
> Update drauf.

Sorry, once more in English. Please rebase to master, which meanwhile
was moved to ptxdist-2018.02.0.

rsc
-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

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

* Re: [DistroKit] [GIT PULL] Support for Marvell espressobin
  2018-02-18 21:06   ` Robert Schwebel
@ 2018-02-19  7:45     ` Uwe Kleine-König
  2018-02-19 14:56     ` Uwe Kleine-König
  1 sibling, 0 replies; 7+ messages in thread
From: Uwe Kleine-König @ 2018-02-19  7:45 UTC (permalink / raw)
  To: Robert Schwebel; +Cc: distrokit

On Sun, Feb 18, 2018 at 10:06:32PM +0100, Robert Schwebel wrote:
> On Sun, Feb 18, 2018 at 09:23:36PM +0100, Robert Schwebel wrote:
> > On Sat, Feb 17, 2018 at 03:59:59PM +0100, Uwe Kleine-König wrote:
> > > 
> > > the following changes since commit e337d599ce7ce826dd3819b60b2e46ace2875840:
> > > 
> > >   platform-v7a: barebox: version bump 2017.11.0 -> 2018.01.0 (2018-01-29 08:36:40 +0100)
> > > 
> > > are available in the Git repository at:
> > > 
> > >   git://git.pengutronix.de/ukl/distrokit tags/2018-02-espressobin
> > > 
> > > for you to fetch changes up to a137a1a6db9333d4bbf2badfb0e29dbb1559b79f:
> > > 
> > >   Add support for Marvell espressobin (2018-02-06 17:30:48 +0100)
> > > 
> > > ----------------------------------------------------------------
> > > This brings support for Marvell Espressobin.
> > > 
> > > Tested peripherals include
> > > 
> > >  - networking via the switch
> > >  - serial
> > > 
> > > Currently it relies on the shipped U-Boot.
> > 
> > Kannst Du noch auf den Master-Stand bringen? Da ist derweil ein ptxdist
> > Update drauf.
> 
> Sorry, once more in English. Please rebase to master, which meanwhile
> was moved to ptxdist-2018.02.0.

While rebasing I noticed a missing kernel setting. Will fix and than you
get a new pull request.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

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

* Re: [DistroKit] [GIT PULL] Support for Marvell espressobin
  2018-02-18 21:06   ` Robert Schwebel
  2018-02-19  7:45     ` Uwe Kleine-König
@ 2018-02-19 14:56     ` Uwe Kleine-König
  2018-03-11 21:57       ` Uwe Kleine-König
  1 sibling, 1 reply; 7+ messages in thread
From: Uwe Kleine-König @ 2018-02-19 14:56 UTC (permalink / raw)
  To: Robert Schwebel; +Cc: distrokit

On Sun, Feb 18, 2018 at 10:06:32PM +0100, Robert Schwebel wrote:
> On Sun, Feb 18, 2018 at 09:23:36PM +0100, Robert Schwebel wrote:
> > On Sat, Feb 17, 2018 at 03:59:59PM +0100, Uwe Kleine-König wrote:
> > > 
> > > the following changes since commit e337d599ce7ce826dd3819b60b2e46ace2875840:
> > > 
> > >   platform-v7a: barebox: version bump 2017.11.0 -> 2018.01.0 (2018-01-29 08:36:40 +0100)
> > > 
> > > are available in the Git repository at:
> > > 
> > >   git://git.pengutronix.de/ukl/distrokit tags/2018-02-espressobin
> > > 
> > > for you to fetch changes up to a137a1a6db9333d4bbf2badfb0e29dbb1559b79f:
> > > 
> > >   Add support for Marvell espressobin (2018-02-06 17:30:48 +0100)
> > > 
> > > ----------------------------------------------------------------
> > > This brings support for Marvell Espressobin.
> > > 
> > > Tested peripherals include
> > > 
> > >  - networking via the switch
> > >  - serial
> > > 
> > > Currently it relies on the shipped U-Boot.
> > 
> > Kannst Du noch auf den Master-Stand bringen? Da ist derweil ein ptxdist
> > Update drauf.
> 
> Sorry, once more in English. Please rebase to master, which meanwhile
> was moved to ptxdist-2018.02.0.

There is a new tag

	git://git.pengutronix.de/ukl/distrokit tags/2018-02-espressobin-v2

now that compared to the previous tag 2018-02-espressobin is rebased to
current master and enables CONFIG_CGROUP_BPF in the kernel to get rid of
a runtime warning from systemd about the local system not supporting
BPF/cgroup based firewalling.

If you think it would be beneficial to have the commit as patch here on
the list, just tell me (or call git send-email yourself :-)

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

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

* Re: [DistroKit] [GIT PULL] Support for Marvell espressobin
  2018-02-19 14:56     ` Uwe Kleine-König
@ 2018-03-11 21:57       ` Uwe Kleine-König
  2018-03-12  6:42         ` Robert Schwebel
  0 siblings, 1 reply; 7+ messages in thread
From: Uwe Kleine-König @ 2018-03-11 21:57 UTC (permalink / raw)
  To: Robert Schwebel; +Cc: distrokit

Hello,

On Mon, Feb 19, 2018 at 03:56:42PM +0100, Uwe Kleine-König wrote:
> There is a new tag
> 
> 	git://git.pengutronix.de/ukl/distrokit tags/2018-02-espressobin-v2
> 
> now that compared to the previous tag 2018-02-espressobin is rebased to
> current master and enables CONFIG_CGROUP_BPF in the kernel to get rid of
> a runtime warning from systemd about the local system not supporting
> BPF/cgroup based firewalling.

rebased on top of current master and pushed as 2018-02-espressobin-v3.

Please pull.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

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

* Re: [DistroKit] [GIT PULL] Support for Marvell espressobin
  2018-03-11 21:57       ` Uwe Kleine-König
@ 2018-03-12  6:42         ` Robert Schwebel
  0 siblings, 0 replies; 7+ messages in thread
From: Robert Schwebel @ 2018-03-12  6:42 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: distrokit

On Sun, Mar 11, 2018 at 10:57:52PM +0100, Uwe Kleine-König wrote:
> On Mon, Feb 19, 2018 at 03:56:42PM +0100, Uwe Kleine-König wrote:
> > There is a new tag
> > 
> > 	git://git.pengutronix.de/ukl/distrokit tags/2018-02-espressobin-v2
> > 
> > now that compared to the previous tag 2018-02-espressobin is rebased to
> > current master and enables CONFIG_CGROUP_BPF in the kernel to get rid of
> > a runtime warning from systemd about the local system not supporting
> > BPF/cgroup based firewalling.
> 
> rebased on top of current master and pushed as 2018-02-espressobin-v3.
> 
> Please pull.

Done.

rsc 
-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

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

end of thread, other threads:[~2018-03-12  6:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-17 14:59 [DistroKit] [GIT PULL] Support for Marvell espressobin Uwe Kleine-König
2018-02-18 20:23 ` Robert Schwebel
2018-02-18 21:06   ` Robert Schwebel
2018-02-19  7:45     ` Uwe Kleine-König
2018-02-19 14:56     ` Uwe Kleine-König
2018-03-11 21:57       ` Uwe Kleine-König
2018-03-12  6:42         ` Robert Schwebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox