svn commit: r269336 - in projects/arm64/sys: arm64/arm64 arm64/include conf dev/fdt

Nathan Whitehorn nwhitehorn at freebsd.org
Thu Jul 31 15:17:36 UTC 2014


On 07/31/14 08:15, Andrew Turner wrote:
> Author: andrew
> Date: Thu Jul 31 15:15:46 2014
> New Revision: 269336
> URL: http://svnweb.freebsd.org/changeset/base/269336
>
> Log:
>    Add the start of support for FDT as it is likely it will be used for
>    device enumeration on some SoCs.
>
> Added:
>    projects/arm64/sys/arm64/include/fdt.h   (contents, props changed)
>    projects/arm64/sys/arm64/include/ofw_machdep.h   (contents, props changed)
>    projects/arm64/sys/dev/fdt/fdt_arm64.c   (contents, props changed)
> Modified:
>    projects/arm64/sys/arm64/arm64/nexus.c
>    projects/arm64/sys/conf/files.arm64
>

There's no particular reason you need a machine/fdt.h, by the way. 
Assuming you plan to unify the headers later with ARM, it might be good 
to use the same conventions, but it's an ARM-specific thing, not a 
general FDT thing.
-Nathan



More information about the svn-src-projects mailing list