5 Commits

Author SHA1 Message Date
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