10 Commits

Author SHA1 Message Date
jsg
21fcc5f5d7 update dtb to linux 4.14 2017-11-19 08:06:42 +00:00
jsg
2fc07ba0b0 update dtb to linux 4.13 2017-09-04 02:40:05 +00:00
jsg
3e335d620a update dtb to linux 4.12 2017-07-08 03:25:40 +00:00
jsg
559d6baac1 update dtb to linux 4.11
Switch from using ports gcc to clang.  Base gcc can't be used as the
preprocessor doesn't handle '#' not being in the first column.

Problem in initial patch spotted by and ok sthen@
2017-05-05 10:49:28 +00:00
jsg
511ad1ac81 update dtb to linux 4.10 2017-02-20 07:03:42 +00:00
jsg
5b3c1ec86a update dtb to linux 4.9 2016-12-12 03:43:30 +00:00
jsg
dc2c3028cb update dtb to linux 4.8
This adds "allwinner,sun8i-h3-ccu" to existing allwinner h3 dtbs that
H3 support in -current requires.

And notably adds new dtbs for:
imx6q-utilite-pro
sun7i-a20-bananapi-m1-plus
sun8i-h3-bananapi-m2-plus
bcm2837-rpi-3-b

Tested on cubox, bbb and panda.
2016-10-04 03:26:22 +00:00
jsg
8c4077e349 update to linux 4.7 2016-07-30 14:34:14 +00:00
jsg
3fd97820b9 The armv7 fdt console selection tries to find /chosen/stdout-path and
falls back to /aliases/serial0.

Add patches to set stdout-path for dts files that don't set stdout-path
and are known to use a serial device other than serial0 as a console.

Confirmed to restore console output on pandaboard es by abieber@

ok sthen@ naddy@
2016-07-17 15:09:39 +00:00
jsg
5c85a0fb77 Add a port to build Device Tree Blobs (DTBs) for various
ARM/MIPS/PowerPC boards.  DTBs are binary representations of Flattened
Device Trees (FDTs) that describe hardware properties such as memory
ranges, interrupts and processors.

DTB files are used by U-Boot and other firmware interfaces to provide
this information to the kernel.

Feedback from jca@ and sthen@.  ok sthen@
2016-05-29 02:07:26 +00:00