svn commit: r354714 - in head/sys: arm64/arm64 arm64/conf arm64/include conf

Olivier Houchard cognet at ci0.org
Thu Nov 14 22:50:56 UTC 2019


On Thu, Nov 14, 2019 at 03:24:30PM -0700, Ian Lepore wrote:
> On Thu, 2019-11-14 at 21:58 +0000, Justin Hibbits wrote:
> > Author: jhibbits
> > Date: Thu Nov 14 21:58:40 2019
> > New Revision: 354714
> > URL: https://svnweb.freebsd.org/changeset/base/354714
> > 
> > Log:
> >   Boot arm64 kernel using booti command from U-boot.
> >   
> > [...]
> > 
> > Added: head/sys/arm64/arm64/machdep_boot.c
> > =====================================================================
> > =========
> > --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> > +++ head/sys/arm64/arm64/machdep_boot.c	Thu Nov 14 21:58:40
> > 2019	(r354714)
> > @@ -0,0 +1,330 @@
> > +/*-
> > + * Copyright (c) 2019 Juniper Networks, Inc
> > + * Copyright (c) 2004 Olivier Houchard
> > + * Copyright (c) 1994-1998 Mark Brinicombe.
> > + * Copyright (c) 1994 Brini.
> > + * All rights reserved.
> > + *
> > 
> 
> I think this copyright list should be pared down to just Olivier
> (maybe?) and Juniper.  The Brini lines are from when this code was part
> of machdep.c that was imported from netbsd in the 2004 timeframe.  That
> import did not include any of the code that got copied into this new
> arm64 file.  The code to handle embedded dtb and parsing bootargs in
> various ABI formats was all added much more recently, 2012-2014 time
> frame.
> 
> Warner should probably add himself to the copyrights though, I'm pretty
> sure he's the one who wrote the various flavors of bootargs parsers.
> 

There's actually still code of mine in this, well some descendant of it,
all the fake metadata business, but I'm amazed it's still used today,
especially on arm64, it was there to provide minimal infos back when we
had no real bootloader on arm.
Warner's copyright definitively belongs here.

Regards,

Olivier


More information about the svn-src-head mailing list