the bitrig master branch has been updated by patrick with 8 new commits: commit c6020e299558df6a5aa3dabbc4bfb3a391a798a9 diff: https://github.com/bitrig/bitrig/commit/c6020e2 author: Jonathan Gray <[email protected]> date: Sun May 10 05:42:47 2015 +0000
limit physical memory to (paddr_t)-PAGE_SIZE (0xfffff000) novena has 4GB of physical memory and it's u-boot tells us memstart: 0x10000000 memsize: 0xf0000000 which would previously cause an overflow leading to "panic: initarm: out of memory" tweak from and ok miod@ Adapted and imported by patrick@ M sys/arch/armv7/armv7/armv7_machdep.c commit 514b5ce294002b5d8ce937dbe8d32fcf6c2aadda diff: https://github.com/bitrig/bitrig/commit/514b5ce author: Jonathan Gray <[email protected]> date: Fri May 8 03:38:27 2015 +0000 Add initial board specific parts of novena support, tested by djm@ While novena has it's own board id it's u-boot does not set it. "setenv machid 10ad" in u-boot will set the novena board id (0x10ad/4269). Adapted and imported by patrick@ M sys/arch/armv7/armv7/armv7.c M sys/arch/armv7/armv7/armv7var.h M sys/arch/armv7/imx/imx.c M sys/arch/armv7/imx/imx_machdep.c M sys/arch/armv7/imx/imxenet.c M sys/arch/armv7/imx/imxesdhc.c M sys/arch/armv7/imx/imxgpio.c commit 6d24f8d086f703a9487ff8a97e8ad48a3ce59985 diff: https://github.com/bitrig/bitrig/commit/6d24f8d author: Jonathan Gray <[email protected]> date: Thu May 7 01:55:45 2015 +0000 fix indentation ok miod@ Imported by patrick@ M sys/arch/armv7/armv7/armv7.c commit a358f16f2981085713a70fbd3acdc1dde61db968 diff: https://github.com/bitrig/bitrig/commit/a358f16 author: Jonathan Gray <[email protected]> date: Mon May 4 03:59:43 2015 +0000 Fix some misuse of the | operator. In particular | has higher precedence than ?: ok guenther@ krw@ miod@ Imported by patrick@ M sys/arch/armv7/sunxi/sxipio.c commit 899a7369d5ae6b549a88fbd013bb91c516f1d592 diff: https://github.com/bitrig/bitrig/commit/899a736 author: Jonathan Gray <[email protected]> date: Wed Apr 22 11:39:05 2015 +0000 Init a variable to zero so values aren't or'd into uninitialised memory. >From jeundery at gmail dot com Imported by patrick@ M sys/arch/armv7/sunxi/sxiuart.c commit b99cead4b2b06dc3a67aa28fff094b895c02c570 diff: https://github.com/bitrig/bitrig/commit/b99cead author: Martin Pieuchot <[email protected]> date: Fri Apr 3 06:48:59 2015 +0000 Convert to if_input(). Tested by jsg@ with Qemu Imported by patrick@ M sys/arch/armv7/sunxi/sxie.c commit 37ebe9e9b71479251ffeafe8234a15307995f05d diff: https://github.com/bitrig/bitrig/commit/37ebe9e author: Martin Pieuchot <[email protected]> date: Wed Mar 18 13:33:56 2015 +0000 Convert to if_input(), tested by jsing@. Imported by patrick@ M sys/arch/armv7/imx/imxenet.c commit 9b19fb7de5e7dd8f98f46124f2472f832b3674f9 diff: https://github.com/bitrig/bitrig/commit/9b19fb7 author: Martin Pieuchot <[email protected]> date: Mon Mar 16 16:21:22 2015 +0000 Convert to if_input(), tested by jsg@. Imported by patrick@ M sys/arch/armv7/omap/if_cpsw.c
