the bitrig patrick_marvell branch has been created by patrick.

it is 0 commits behind master, and 11 commits ahead.

commit 4bb58704f85be906be72d94a5c4eff1fc0961565
diff: https://github.com/bitrig/bitrig/commit/4bb5870
author: Patrick Wildt <[email protected]>
date: Tue May 5 16:12:21 2015 +0200

fdt get device fixup?

A       sys/arch/arm/fdt/fdtbusvar.h

commit ea8265de11f1134db7cd3f6d5ec56d5cb49f21ee
diff: https://github.com/bitrig/bitrig/commit/ea8265d
author: Patrick Wildt <[email protected]>
date: Sat May 2 21:12:14 2015 +0200

arm: XXX don't care about where the devices are XXX

M       sys/arch/arm/armv7/armv7_space.c

commit 7119a61fad3e30084485f68074587fb11c22d78e
diff: https://github.com/bitrig/bitrig/commit/7119a61
author: Patrick Wildt <[email protected]>
date: Tue May 5 00:47:40 2015 +0200

fdt: need too look through the whole fdt.

M       sys/arch/arm/fdt/fdt.c

commit 1f14ac1414488d50e37d0e4afdc61caa37ff4e75
diff: https://github.com/bitrig/bitrig/commit/1f14ac1
author: Patrick Wildt <[email protected]>
date: Sun May 3 16:38:09 2015 +0200

fdt: lookup device softc via node

M       sys/arch/arm/fdt/fdtbus.c

commit f666f3f6952c5a8e51d0d0c34c70ed4a124ff037
diff: https://github.com/bitrig/bitrig/commit/f666f3f
author: Patrick Wildt <[email protected]>
date: Tue May 5 09:28:16 2015 +0200

libc++abi: add .fpu directives to ARM unwind save & restore functions.

This makes libc++abi compile after removing NEON support. From upstream.

M       contrib/libc++abi/src/Unwind/UnwindRegistersRestore.S
M       contrib/libc++abi/src/Unwind/UnwindRegistersSave.S

commit f97f5ecb24a65082380eef0abffb4c7df1fcd975
diff: https://github.com/bitrig/bitrig/commit/f97f5ec
author: Patrick Wildt <[email protected]>
date: Sat May 2 21:12:49 2015 +0200

llvm: disable NEON on ARM targets

The Marvell Armada XP does not have NEON/SIMD. Our default target
defaults to using NEON, so we have to disable this.

It's more of a workaround, I'm not happy with it, but there's not
really a better way.

M       contrib/llvm/tools/clang/lib/Driver/Tools.cpp

commit c0d502fb94d9d8c2b7ed917a80679dc83fcb93fa
diff: https://github.com/bitrig/bitrig/commit/c0d502f
author: Patrick Wildt <[email protected]>
date: Sat Apr 25 01:39:41 2015 +0200

marvell: support for the Armada XP platform

 * clocks, clock gating
 * interrupt controller
 * timer / clocksource
 * ethernet
 * mbus
 * ehci
 * sdio

M       sys/arch/armv7/conf/Makefile.armv7
M       sys/arch/armv7/conf/files.armv7
M       sys/arch/armv7/conf/generic
A       sys/arch/armv7/conf/generic.marvell
A       sys/arch/armv7/marvell/files.marvell
A       sys/arch/armv7/marvell/if_mvneta.c
A       sys/arch/armv7/marvell/mvaxpcc.c
A       sys/arch/armv7/marvell/mvaxpcpu.c
A       sys/arch/armv7/marvell/mvaxpgc.c
A       sys/arch/armv7/marvell/mvaxptherm.c
A       sys/arch/armv7/marvell/mvl2cc.c
A       sys/arch/armv7/marvell/mvmbus.c
A       sys/arch/armv7/marvell/mvmbusvar.h
A       sys/arch/armv7/marvell/mvmdio.c
A       sys/arch/armv7/marvell/mvmdiovar.h
A       sys/arch/armv7/marvell/mvmpic.c
A       sys/arch/armv7/marvell/mvnetareg.h
A       sys/arch/armv7/marvell/mvsdio.c
A       sys/arch/armv7/marvell/mvsdioreg.h
A       sys/arch/armv7/marvell/mvsysctrl.c
A       sys/arch/armv7/marvell/mvtimer.c

commit 0aedefe7016a02ab2b7ef6b4eba2fbf812318aa3
diff: https://github.com/bitrig/bitrig/commit/0aedefe
author: Patrick Wildt <[email protected]>
date: Fri May 1 13:36:45 2015 +0200

arm: add support for Marvell's PJ4B

>From NetBSD.

M       sys/arch/arm/arm/cpu.c
M       sys/arch/arm/arm/cpufunc.c
A       sys/arch/arm/arm/cpufunc_asm_pj4b.S
M       sys/arch/arm/conf/files.arm
M       sys/arch/arm/include/armreg.h
M       sys/arch/arm/include/cpufunc.h

commit c8097deb5e1fe4b8dc677e1adbeb96673d975a23
diff: https://github.com/bitrig/bitrig/commit/c8097de
author: Patrick Wildt <[email protected]>
date: Sat May 2 21:10:45 2015 +0200

fdt: com(4) attachment driver

M       sys/arch/armv7/conf/generic
A       sys/arch/armv7/fdt/fdt_com.c
M       sys/arch/armv7/fdt/files.fdt

commit c14dd5beb04b4d5f860868225084e3b995ed8905
diff: https://github.com/bitrig/bitrig/commit/c14dd5b
author: Patrick Wildt <[email protected]>
date: Sat May 2 20:47:20 2015 +0200

com(4): support for the NS16750

The NS16750 has a specific interrupt that tells you it's busy.
To stop this interrupt from happening we need to read the usr
register and wait until it's ready.

To make sure this is only used on a hardware that supports this,
make the attachment driver set a hardware flag.

M       sys/dev/ic/com.c
M       sys/dev/ic/comreg.h
M       sys/dev/ic/comvar.h
M       sys/dev/ic/ns16550reg.h

commit cff07926ea2293b9e7823f9c2457f3a5fa0b078d
diff: https://github.com/bitrig/bitrig/commit/cff0792
author: Patrick Wildt <[email protected]>
date: Mon Apr 27 16:58:17 2015 +0200

sdmmc: port DMA support from NetBSD

M       sys/dev/sdmmc/sdmmc.c
M       sys/dev/sdmmc/sdmmc_mem.c
M       sys/dev/sdmmc/sdmmcchip.h
M       sys/dev/sdmmc/sdmmcvar.h

Reply via email to