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.

-- Ian


_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to