History log of /seL4-test-master/kernel/tools/dts/update-dts.sh
Revision Date Author Comments
# f16411a5 09-Mar-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

review Linux-derived dts file license

These files are derived from the output of the device tree compiler in
the Linux kernel. The licenses of the input files do all have to be
compatible with at least GPL-2.0-only to be part of Linux.


# 79da0792 01-Mar-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

Convert license tags to SPDX identifiers

This commit also converts our own copyright headers to directly use
SPDX, but leaves all other copyright header intact, only adding the
SPDX ident. As far as possible this commit also merges multiple
Data61 copyright statements/headers into one for consistency.


# ddad32fe 29-Feb-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

review third-party license tags

Made third-party license tags more precise.


# b5a39a92 24-Oct-2019 Oliver Scott <Oliver.Scott@data61.csiro.au>

trivial: update licence


# 9abe8a4f 15-Jul-2019 Oliver Scott <Oliver.Scott@data61.csiro.au>

add support for rockpro64

Kernel support for 64 bit rockpro board.
Dts was taken from the linux kernel.


# 9b1877de 02-Jul-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

Add initial i.MX8M Mini evk 64-bit Support

This adds support for the 64-bit i.MX8M Mini evaluation kit.
Currently only AArch64 EL1 is supported.


# 051d32be 26-Mar-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

Add initial i.MX8M Quad evk 64-bit Support

This adds support for the 64-bit i.MX8M Quad evaluation kit.
Currently only AArch64 EL1 is supported.


# ff418649 14-Jun-2019 James Ye <james.ye@data61.csiro.au>

am335x: add BeagleBone Blue support

BeagleBone Blue is a BeagleBone variant aimed at robotics applications.
Device Tree generated from Linux 4.20.17


# b7950aa3 13-Jun-2019 James Ye <james.ye@data61.csiro.au>

tools/dts: use correct dts for am335x-boneblack

Device Tree generated from Linux 4.20.17


# 328a0216 10-Jan-2019 Simon Shields <simon.shields@data61.csiro.au>

Move DTS to the kernel

Move DTS to the kernel in preparation for using them to autogenerate
hardware headers.

This includes DTS that we didn't have previously, extracted from the
Linux kernel. Everything except TX2 comes from Linux v4.20, extracted
with the following commands:

checkout https://github.com/torvalds/linux.git v4.20
./update-dts.sh /path/to/linux/checkout

The TX2 dts is identical to the one that was found in seL4_tools.