the bitrig drahn_dragonboard branch has been created by drahn. it is 0 commits behind master, and 6 commits ahead.
commit e261c4861d8bc1d74865e749fc8974ae1791b13e diff: https://github.com/bitrig/bitrig/commit/e261c48 author: Dale Rahn <dr...@dalerahn.com> date: Sat Dec 31 17:06:21 2016 -0800 Change console to use chosen, allow aliases Enables dragonboard console. M sys/arch/arm64/fdt/fdt.c M sys/arch/arm64/fdt/fdt_machdep.c M sys/arch/arm64/include/fdt.h commit 206a1552841fc5df7ab330bb261028f613acb522 diff: https://github.com/bitrig/bitrig/commit/206a155 author: Dale Rahn <dr...@dalerahn.com> date: Sat Dec 31 17:06:21 2016 -0800 Changes to work with Dragonboard. M sys/arch/arm64/fdt/fdt_machdep.c commit 7d93dee2bb4e202aed1bce9f1399a2a13aa9b05b diff: https://github.com/bitrig/bitrig/commit/7d93dee author: Dale Rahn <dr...@dalerahn.com> date: Sat Dec 31 17:06:21 2016 -0800 Console driver for Dragonboard (Qualcomm apq8016) Derived from IMX serial driver. NOTE: driver is not complete, only console output is tested. M sys/arch/arm64/conf/files.arm64 M sys/arch/arm64/conf/generic.arm64 A sys/arch/arm64/dev/msmuart.c A sys/arch/arm64/dev/msmuartvar.h commit 438e48d5cddd1e66ba4154f9ccd85c9c939ce933 diff: https://github.com/bitrig/bitrig/commit/438e48d author: Dale Rahn <dr...@dalerahn.com> date: Sat Dec 31 17:06:21 2016 -0800 remove gdb_ waitcount debug code. M sys/arch/arm64/arm64/machdep.c commit 162f298b28df3cc81f50658263eb8dae552d03b6 diff: https://github.com/bitrig/bitrig/commit/162f298 author: Dale Rahn <dr...@dalerahn.com> date: Sat Dec 31 17:06:21 2016 -0800 Allow iobus to detect the need for 'early virtual space' M sys/arch/arm64/arm64/arm64_iobus.c M sys/arch/arm64/arm64/pmap.c commit dc6eefe5c149d30c876d4ed75c08758f94525eca diff: https://github.com/bitrig/bitrig/commit/dc6eefe author: Dale Rahn <dr...@dalerahn.com> date: Sat Dec 31 17:06:21 2016 -0800 Add arm64 'kernel' signature, cleanup Depending on platform fdt may be passed on x0 or x2, this also contains a change that moves the x0 content to x2 in case this platform doesn't init the x2 if passed a NULL x2, where the kernel later expects the fdt pointer. M sys/arch/arm64/arm64/locore.S