svn commit: r343012 - in stable/12/sys/gnu/dts/include/dt-bindings: bus clock dma gce iio/adc memory pinctrl regulator reset soc usb

2019-01-13 Thread Emmanuel Vadot
Author: manu Date: Mon Jan 14 06:57:39 2019 New Revision: 343012 URL: https://svnweb.freebsd.org/changeset/base/343012 Log: MFC r342935: Import DTS includes from 4.19 This was missed in r340337 Added: stable/12/sys/gnu/dts/include/dt-bindings/clock/actions,s700-cmu.h - copied

svn commit: r338641 - head/sys/conf

2018-09-13 Thread Emmanuel Vadot
Author: manu Date: Thu Sep 13 14:08:10 2018 New Revision: 338641 URL: https://svnweb.freebsd.org/changeset/base/338641 Log: arm64: Make aw_sid and aw_thermal depend on nvmem Both drivers use this interface so add a dependancy on it. Since awg uses aw_sid for generating the MAC address,

svn commit: r341386 - in head/sys: arm64/conf conf dev/iicbus

2018-12-01 Thread Emmanuel Vadot
) 2018 Emmanuel Vadot + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + *notice, this list of conditions

svn commit: r341385 - head/sys/arm64/rockchip

2018-12-01 Thread Emmanuel Vadot
Author: manu Date: Sat Dec 1 20:31:05 2018 New Revision: 341385 URL: https://svnweb.freebsd.org/changeset/base/341385 Log: arm64: rockchip: rk805: Add basic support for RK808 PMIC RK808 PMIC is the companion chip for RK3399 SoC. Add basic regulator support in RK805 since they are

svn commit: r345358 - stable/12

2019-03-20 Thread Emmanuel Vadot
Author: manu Date: Thu Mar 21 01:16:37 2019 New Revision: 345358 URL: https://svnweb.freebsd.org/changeset/base/345358 Log: MFC r345159: pkgbase: Use uname as ABI_FILE uname is always rebuild on FreeBSD so use this as ABI_FILE for pkg when building pkg for pkgbase. pkg uses uname

svn commit: r345584 - head

2019-03-27 Thread Emmanuel Vadot
Author: manu Date: Wed Mar 27 17:55:39 2019 New Revision: 345584 URL: https://svnweb.freebsd.org/changeset/base/345584 Log: pkgbase: Use uname as ABI_FILE Add some more missed in r345159 MFC after:1 week Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r345948 - head/sys/dev/iicbus/twsi

2019-04-05 Thread Emmanuel Vadot
1,5 @@ /*- - * Copyright (c) 2016 Emmanuel Vadot - * All rights reserved. + * Copyright (c) 2016-2019 Emmanuel Vadot * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -90,6 +89,7 @@ a10_twsi_attach(device_t

svn commit: r345951 - head/sys/dev/iicbus/twsi

2019-04-05 Thread Emmanuel Vadot
Author: manu Date: Fri Apr 5 15:53:27 2019 New Revision: 345951 URL: https://svnweb.freebsd.org/changeset/base/345951 Log: twsi: Use config_intrhook_oneshot instead of config_intrhook_establish Suggested by: ian MFC after:1 month X-MFC-With: 345948 Modified:

svn commit: r345711 - head/sys/arm/allwinner/clkng

2019-03-29 Thread Emmanuel Vadot
Author: manu Date: Fri Mar 29 19:40:04 2019 New Revision: 345711 URL: https://svnweb.freebsd.org/changeset/base/345711 Log: arm: allwinner: clk: Fix nm_recalc When comparing best frequencies use the absolute value. If we do not do that we end up choosing an always lower value than the

svn commit: r344527 - head/sys/arm64/rockchip/clk

2019-02-25 Thread Emmanuel Vadot
Author: manu Date: Mon Feb 25 17:40:00 2019 New Revision: 344527 URL: https://svnweb.freebsd.org/changeset/base/344527 Log: arm64: rockchip: clk: Set the write mask when setting the clock mux RockChip clocks have a write mask in the upper 16bits of the mux register which wasn't set in

svn commit: r344578 - head/sys/arm64/rockchip/clk

2019-02-26 Thread Emmanuel Vadot
Author: manu Date: Tue Feb 26 13:16:05 2019 New Revision: 344578 URL: https://svnweb.freebsd.org/changeset/base/344578 Log: arm64: rockchip: rk3328_pll: Multiple improvement RockChip clocks register have a write mask in the upper 16 bits, if a 1 is present the corresponding bit in the

svn commit: r344577 - head/sys/arm64/rockchip/clk

2019-02-26 Thread Emmanuel Vadot
Author: manu Date: Tue Feb 26 13:15:31 2019 New Revision: 344577 URL: https://svnweb.freebsd.org/changeset/base/344577 Log: arm64: rockchip: clk: ARM CLK improvement RockChip clocks register have a write mask in the upper 16 bits, if a 1 is present the corresponding bit in the lower 16

svn commit: r344579 - head/sys/arm64/rockchip

2019-02-26 Thread Emmanuel Vadot
Author: manu Date: Tue Feb 26 13:17:09 2019 New Revision: 344579 URL: https://svnweb.freebsd.org/changeset/base/344579 Log: arm64: rockchip: rk805: Add LDO regulators Add the 3 LDO regulator found in the RK805 Power Management IC. MFC after:1 week Modified:

svn commit: r344576 - head/sys/arm64/rockchip/clk

2019-02-26 Thread Emmanuel Vadot
Author: manu Date: Tue Feb 26 13:14:49 2019 New Revision: 344576 URL: https://svnweb.freebsd.org/changeset/base/344576 Log: arm64: rockchip: clk: rk_clk_composite: Properly use the mask bits RockChip clocks register have a write mask in the upper 16 bits, if a 1 is present the

svn commit: r344585 - head/sys/arm64/rockchip

2019-02-26 Thread Emmanuel Vadot
Author: manu Date: Tue Feb 26 15:29:16 2019 New Revision: 344585 URL: https://svnweb.freebsd.org/changeset/base/344585 Log: arm64: rockchip: rk_pinctrl: Fix two banks in RK3328 The last two banks don't have 3 bits for the pin function but only 2. This fixes eMMC on the Rock64. MFC

svn commit: r344589 - head/sys/arm64/rockchip/clk

2019-02-26 Thread Emmanuel Vadot
Author: manu Date: Tue Feb 26 17:08:51 2019 New Revision: 344589 URL: https://svnweb.freebsd.org/changeset/base/344589 Log: arm64: rockchip: rk3399_pll: Switch to slow mode when changing the freq Like r344578 but for RK3399. This solve some hangs when switching between frequency.

svn commit: r344580 - head/sys/arm64/rockchip

2019-02-26 Thread Emmanuel Vadot
Author: manu Date: Tue Feb 26 13:18:14 2019 New Revision: 344580 URL: https://svnweb.freebsd.org/changeset/base/344580 Log: arm64: rockchip: rk805: Map the regulator No map function was provided before so every regulator lookup resolved the regulator with id 1, as it uses the default

svn commit: r344623 - head/sys/arm64/rockchip/clk

2019-02-27 Thread Emmanuel Vadot
Author: manu Date: Wed Feb 27 14:20:28 2019 New Revision: 344623 URL: https://svnweb.freebsd.org/changeset/base/344623 Log: arm64: rockchip: clk_pll: Multiple improvement Remove the mode_val from the clock definition as it's a bit unreadable. Use mode_shift to represent which bit control

svn commit: r344627 - head/sys/dev/mmc/host

2019-02-27 Thread Emmanuel Vadot
Author: manu Date: Wed Feb 27 17:30:28 2019 New Revision: 344627 URL: https://svnweb.freebsd.org/changeset/base/344627 Log: mmc: dwmmc: Match on "rockchip,rk3288-dw-mshc" compatible This is the common denominator for rockchip compatible from RK3288 to RK3399. The other compatible are

svn commit: r344626 - head/sys/arm64/rockchip/clk

2019-02-27 Thread Emmanuel Vadot
Author: manu Date: Wed Feb 27 17:29:38 2019 New Revision: 344626 URL: https://svnweb.freebsd.org/changeset/base/344626 Log: arm64: rockchip: rk3399_clk: Add sd clock definitions MFC after:1 week Modified: head/sys/arm64/rockchip/clk/rk3399_cru.c Modified:

svn commit: r344633 - in head/sys: conf dev/usb/controller

2019-02-27 Thread Emmanuel Vadot
Author: manu Date: Wed Feb 27 20:52:35 2019 New Revision: 344633 URL: https://svnweb.freebsd.org/changeset/base/344633 Log: usb_nop_xceiv: Add support for this pseudo device This is a "fake" phy that handle regulator, clocks and reset gpio. Only clock and regulator is supported for now.

svn commit: r344635 - in head/sys/dev: drm drm2/i915

2019-02-27 Thread Emmanuel Vadot
Author: manu Date: Wed Feb 27 21:11:13 2019 New Revision: 344635 URL: https://svnweb.freebsd.org/changeset/base/344635 Log: drm: Remove empty directories Discussed with: imp Deleted: head/sys/dev/drm/ head/sys/dev/drm2/i915/ ___

svn commit: r344634 - in head/sys: arm64/conf conf dev/usb/controller

2019-02-27 Thread Emmanuel Vadot
Author: manu Date: Wed Feb 27 21:04:40 2019 New Revision: 344634 URL: https://svnweb.freebsd.org/changeset/base/344634 Log: xhci_mv: Move the driver to generic_xhci Marvell XHCI is in fact generic-xhci, so move the driver and add the compatible string. While here, get and enable the

svn commit: r344638 - head/sys/arm/mv

2019-02-27 Thread Emmanuel Vadot
Author: manu Date: Wed Feb 27 22:01:39 2019 New Revision: 344638 URL: https://svnweb.freebsd.org/changeset/base/344638 Log: Fix armv6/armv7 build after the move from xhci_mv to generic_xhci Modified: head/sys/arm/mv/files.arm7 head/sys/arm/mv/files.mv Modified: head/sys/arm/mv/files.arm7

svn commit: r344699 - head/sys/arm64/rockchip/clk

2019-03-01 Thread Emmanuel Vadot
Author: manu Date: Fri Mar 1 13:05:37 2019 New Revision: 344699 URL: https://svnweb.freebsd.org/changeset/base/344699 Log: arm64: rockchip: rk3399_pll: Fix the recalc function The plls frequency are now correctly calculated in fractional mode and integer mode. While here add some

svn commit: r344590 - head/sys/arm64/rockchip/clk

2019-02-26 Thread Emmanuel Vadot
Author: manu Date: Tue Feb 26 17:20:03 2019 New Revision: 344590 URL: https://svnweb.freebsd.org/changeset/base/344590 Log: arm64: rockchip: rk3399_pll: Fix copy paste RK3399 PLLs don't have mode_reg, use the correct register. MFC after:1 week Modified:

svn commit: r344894 - in head/sys: arm/allwinner/clkng conf

2019-03-07 Thread Emmanuel Vadot
+ head/sys/arm/allwinner/clkng/ccu_de2.c Thu Mar 7 19:30:37 2019 (r344894) @@ -0,0 +1,167 @@ +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * + * Copyright (c) 2018 Emmanuel Vadot + * + * Redistribution and use in source and binary forms, with or without + * modifi

svn commit: r344893 - head/sys/arm/allwinner/clkng

2019-03-07 Thread Emmanuel Vadot
Author: manu Date: Thu Mar 7 19:28:47 2019 New Revision: 344893 URL: https://svnweb.freebsd.org/changeset/base/344893 Log: arm: allwinner: Fix NM clock recalc If the NM clock is using a fractional divider the formula isn't the same. Modified: head/sys/arm/allwinner/clkng/aw_clk_nm.c

svn commit: r345159 - head

2019-03-14 Thread Emmanuel Vadot
Author: manu Date: Thu Mar 14 22:08:09 2019 New Revision: 345159 URL: https://svnweb.freebsd.org/changeset/base/345159 Log: pkgbase: Use uname as ABI_FILE uname is always rebuild on FreeBSD so use this as ABI_FILE for pkg when building pkg for pkgbase. pkg uses uname too as default

svn commit: r344892 - head/stand/common

2019-03-07 Thread Emmanuel Vadot
Author: manu Date: Thu Mar 7 18:57:43 2019 New Revision: 344892 URL: https://svnweb.freebsd.org/changeset/base/344892 Log: stand/common/module: Apply style(9) Modified: head/stand/common/module.c Modified: head/stand/common/module.c

Re: svn commit: r344892 - head/stand/common

2019-03-07 Thread Emmanuel Vadot
On Thu, 7 Mar 2019 18:57:43 + (UTC) Emmanuel Vadot wrote: > Author: manu > Date: Thu Mar 7 18:57:43 2019 > New Revision: 344892 > URL: https://svnweb.freebsd.org/changeset/base/344892 > > Log: > stand/common/module: Apply style(9) > > Modified: > head/

svn commit: r344895 - head/sys/arm/allwinner/clkng

2019-03-07 Thread Emmanuel Vadot
Author: manu Date: Thu Mar 7 19:32:01 2019 New Revision: 344895 URL: https://svnweb.freebsd.org/changeset/base/344895 Log: arm64: allwinner: a64: Add TCON clock The tcon clock need a mux table for it's parent, for now just list the parents twice. Modified:

svn commit: r343874 - head/etc/mtree

2019-02-07 Thread Emmanuel Vadot
Author: manu Date: Thu Feb 7 18:54:25 2019 New Revision: 343874 URL: https://svnweb.freebsd.org/changeset/base/343874 Log: mtree: Add dtb subdir to the mtree file makefs will fails otherwise Reported by: emaste MFC after:1 week Modified: head/etc/mtree/BSD.root.dist

svn commit: r343873 - head/sys/modules/dtb/allwinner

2019-02-07 Thread Emmanuel Vadot
Author: manu Date: Thu Feb 7 18:07:17 2019 New Revision: 343873 URL: https://svnweb.freebsd.org/changeset/base/343873 Log: arm64: dtb: allwinner: Add the new pine64-lts dtb file to the build MFC after:1 month X-MFC-With: r342936 Modified: head/sys/modules/dtb/allwinner/Makefile

svn commit: r343950 - in head/sys: arm64/conf conf

2019-02-10 Thread Emmanuel Vadot
Author: manu Date: Sun Feb 10 08:14:06 2019 New Revision: 343950 URL: https://svnweb.freebsd.org/changeset/base/343950 Log: arm64: Fix compile when removing SOC_ROCKCHIP_* options Make every rockchip file depend on the multiple soc_rockchip options While here make rk_i2c and rk_gpio

svn commit: r343749 - head/release/arm64

2019-02-04 Thread Emmanuel Vadot
Author: manu Date: Mon Feb 4 18:29:23 2019 New Revision: 343749 URL: https://svnweb.freebsd.org/changeset/base/343749 Log: release: arm64: rpi3: Install the RPI3B+ DTB file We should use the correct DTB file otherwise the firmware uses the RPI3B one. MFC after:1 week Modified:

svn commit: r343750 - head/release/arm64

2019-02-04 Thread Emmanuel Vadot
Author: manu Date: Mon Feb 4 18:30:47 2019 New Revision: 343750 URL: https://svnweb.freebsd.org/changeset/base/343750 Log: release: arm64: pine64-lts: Use the newly created u-boot-pine64-lts port In U-Boot 2019.01 there is now a config for this board, use it for the release image.

Re: svn commit: r346096 - head/sys/arm/conf

2019-04-12 Thread Emmanuel Vadot
s that had the chance to not die in the past years. No developer care about or work on those boards. > Svatopluk Kraus > > > > On Wed, Apr 10, 2019 at 9:27 PM Emmanuel Vadot wrote: > > > > Author: manu > > Date: Wed Apr 10 19:27:14 2019 > > New Revision: 34609

Re: svn commit: r346096 - head/sys/arm/conf

2019-04-12 Thread Emmanuel Vadot
om > head/sys/arm/conf/EXYNOS5420 > which is documented in the Wiki as to how to build it, > pointing to use the kernel config you just deleted. Is there a question ? Even if you managed to compile this kernel and maybe run it, what's next ? Nobody works on this SoC. I will send some revie

svn commit: r346271 - in head/sys/arm/allwinner: . clkng

2019-04-16 Thread Emmanuel Vadot
:39:31 2019 (r346271) @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2019 Emmanuel Vadot * Copyright (c) 2016 Vladimir Belian * All rights reserved. * @@ -43,6 +44,8 @@ __FBSDID("$FreeBSD$"); #include #include +#include + #include #include "clock_if.h" @@ -62

svn commit: r346272 - head/sys/arm/allwinner

2019-04-16 Thread Emmanuel Vadot
Author: manu Date: Tue Apr 16 12:40:49 2019 New Revision: 346272 URL: https://svnweb.freebsd.org/changeset/base/346272 Log: aw_syscon: Add a new compatible Since 5.0 DTS the syscon controller have a new compatible as it exports new subnodes, we currently only use it as a syscon provider

Re: svn commit: r346250 - in head: share/man/man4 share/man/man9 sys/dev/random sys/kern sys/libkern sys/sys

2019-04-16 Thread Emmanuel Vadot
ropy is needed and isn't present loader(8) should gather some entropy and pass this to the kernel for the first boot. -- Emmanuel Vadot ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

svn commit: r346334 - head/sys/arm/allwinner

2019-04-17 Thread Emmanuel Vadot
Author: manu Date: Wed Apr 17 21:45:19 2019 New Revision: 346334 URL: https://svnweb.freebsd.org/changeset/base/346334 Log: arm: allwinner: Fix audio for Allwinner H3/H5 Due to three conditions the codec driver for Allwinner A10/A20 and H3/H5 did not work properly here: Wrong bit

svn commit: r346332 - in head: share/man/man9 sys/conf sys/dev/ofw

2019-04-17 Thread Emmanuel Vadot
00:00:00 1970 (empty, because file is newly added) +++ head/share/man/man9/ofw_graph.9 Wed Apr 17 20:09:01 2019 (r346332) @@ -0,0 +1,106 @@ +.\" Copyright (c) 2019 Emmanuel Vadot +.\" +.\" Redistribution and use in source and binary forms, with or without +.

svn commit: r346298 - head/usr.sbin/config

2019-04-16 Thread Emmanuel Vadot
Author: manu Date: Tue Apr 16 20:08:19 2019 New Revision: 346298 URL: https://svnweb.freebsd.org/changeset/base/346298 Log: config: Only warn if duplicate option/device comes from the same file This is useful for arm (possibly other arches too) where we want to have a GENERIC kernel that

svn commit: r346297 - head/sys/conf

2019-04-16 Thread Emmanuel Vadot
Author: manu Date: Tue Apr 16 20:06:39 2019 New Revision: 346297 URL: https://svnweb.freebsd.org/changeset/base/346297 Log: arm: Order files.arm to have cloudabi and annapurna sections MFC after:2 weeks Modified: head/sys/conf/files.arm Modified: head/sys/conf/files.arm

svn commit: r346305 - in head/sys/arm: allwinner conf

2019-04-16 Thread Emmanuel Vadot
Author: manu Date: Tue Apr 16 22:42:50 2019 New Revision: 346305 URL: https://svnweb.freebsd.org/changeset/base/346305 Log: arm: allwinner: Makes more device optional MFC after:2 weeks Modified: head/sys/arm/allwinner/files.allwinner head/sys/arm/conf/GENERIC Modified:

svn commit: r346293 - in head/sys/arm/allwinner: . clk

2019-04-16 Thread Emmanuel Vadot
Author: manu Date: Tue Apr 16 19:38:16 2019 New Revision: 346293 URL: https://svnweb.freebsd.org/changeset/base/346293 Log: allwinner: clk: Garbage collect old clock implementation The old clocks are disconneted from the build since r337344. Remove all those pseudo drivers. The only one

svn commit: r346295 - in head/sys: arm/allwinner arm/altera/socfpga arm/amlogic/aml8726 arm/annapurna/alpine arm/broadcom/bcm2835 arm/freescale/imx arm/freescale/vybrid arm/mv arm/nvidia/tegra124 a...

2019-04-16 Thread Emmanuel Vadot
Author: manu Date: Tue Apr 16 20:04:22 2019 New Revision: 346295 URL: https://svnweb.freebsd.org/changeset/base/346295 Log: arm: Add kern_clocksource.c directly in files.arm This files is needed and included in all our config so move it to a common location. MFC after:2 weeks

svn commit: r347930 - head/sys/dev/pci

2019-05-17 Thread Emmanuel Vadot
Author: manu Date: Fri May 17 17:05:16 2019 New Revision: 347930 URL: https://svnweb.freebsd.org/changeset/base/347930 Log: pci: ecam: Correctly parse memory and IO region When activating a resource do not compare the resource id to the adress. Treat IO region as MEMORY region too.

svn commit: r347929 - head/sys/dev/pci

2019-05-17 Thread Emmanuel Vadot
Author: manu Date: Fri May 17 17:04:01 2019 New Revision: 347929 URL: https://svnweb.freebsd.org/changeset/base/347929 Log: pci: ecam: Do not warn on mismatch of bus_end We cannot know the bus end number before parsing the MCFG table so don't set the bus_end before that. If the MCFG

svn commit: r348982 - head/etc/sendmail

2019-06-12 Thread Emmanuel Vadot
Author: manu Date: Wed Jun 12 09:17:32 2019 New Revision: 348982 URL: https://svnweb.freebsd.org/changeset/base/348982 Log: pkgbase: Add the correct package for sendmail configuration files Reviewed by: bapt MFC after:1 month Differential Revision:

svn commit: r348983 - head/etc

2019-06-12 Thread Emmanuel Vadot
Author: manu Date: Wed Jun 12 09:18:23 2019 New Revision: 348983 URL: https://svnweb.freebsd.org/changeset/base/348983 Log: pkgbase: Add some tags to files installed in distribution target Add the MK_MAIL dependant file to the runtime package as well as the MK_KERBEROS ones the empty

svn commit: r348981 - head/etc/mtree

2019-06-12 Thread Emmanuel Vadot
Author: manu Date: Wed Jun 12 09:16:42 2019 New Revision: 348981 URL: https://svnweb.freebsd.org/changeset/base/348981 Log: pkgbase: Set a default package=runtime for var directories This way every directory is at least present in packages. While here tag some directory from being in

Re: svn commit: r348981 - head/etc/mtree

2019-06-12 Thread Emmanuel Vadot
> > .. > > -mqueue > > +mqueue tags=package=sendmail > > .. > > - opielocks mode=0700 > > +opielocks > > Again, loss of mode??? Both mode are restored in 348990, thanks for noticing. > > >

svn commit: r348990 - head/etc/mtree

2019-06-12 Thread Emmanuel Vadot
Author: manu Date: Wed Jun 12 11:34:16 2019 New Revision: 348990 URL: https://svnweb.freebsd.org/changeset/base/348990 Log: mtree: Restore mode for /var/spool/lock and opielocks mode was dropped unintentionally in r348981 for those two directories. Reviewed by: rgrimes MFC after:

svn commit: r347489 - head/sys/arm/allwinner/clkng

2019-05-11 Thread Emmanuel Vadot
Author: manu Date: Sat May 11 15:02:20 2019 New Revision: 347489 URL: https://svnweb.freebsd.org/changeset/base/347489 Log: allwinner: clk: prediv_mux: Init the current parent Do not init the first parent but read the clock register to find it's current parent and init this one.

svn commit: r347491 - head/sys/dev/iicbus/twsi

2019-05-11 Thread Emmanuel Vadot
Author: manu Date: Sat May 11 15:03:51 2019 New Revision: 347491 URL: https://svnweb.freebsd.org/changeset/base/347491 Log: twsi: Calculate the clock param based on the bus frequency Instead of precalculating the different speed, respect the bus frequency and calculate the clock register

svn commit: r347490 - head/sys/arm/allwinner/clkng

2019-05-11 Thread Emmanuel Vadot
Author: manu Date: Sat May 11 15:02:55 2019 New Revision: 347490 URL: https://svnweb.freebsd.org/changeset/base/347490 Log: allwinner: clk: sun8i_r: Correct resets The i2c reset wasn't defined and some bits where wrong, correct them. Modified: head/sys/arm/allwinner/clkng/ccu_sun8i_r.c

svn commit: r347522 - head/etc

2019-05-13 Thread Emmanuel Vadot
Author: manu Date: Mon May 13 12:38:33 2019 New Revision: 347522 URL: https://svnweb.freebsd.org/changeset/base/347522 Log: Revert r347356 and r347371 passwd related files need to be tagged as config file so pkg update will attempt merging them when we install a new package. We should

svn commit: r348098 - in head: etc libexec/rc

2019-05-22 Thread Emmanuel Vadot
Author: manu Date: Wed May 22 07:21:05 2019 New Revision: 348098 URL: https://svnweb.freebsd.org/changeset/base/348098 Log: pkgbase: Move rc.firewall to libexec/rc Put it with all the other rc files Reviewed by: bapt Modified: head/etc/Makefile head/libexec/rc/Makefile

svn commit: r348099 - in head: etc libexec/rc

2019-05-22 Thread Emmanuel Vadot
Author: manu Date: Wed May 22 07:21:39 2019 New Revision: 348099 URL: https://svnweb.freebsd.org/changeset/base/348099 Log: pkgbase: Move rc.bsdextended to libexec/rc Reviewed by: bapt Modified: head/etc/Makefile head/libexec/rc/Makefile Modified: head/etc/Makefile

svn commit: r348104 - in head: etc libexec/rc

2019-05-22 Thread Emmanuel Vadot
Author: manu Date: Wed May 22 07:39:59 2019 New Revision: 348104 URL: https://svnweb.freebsd.org/changeset/base/348104 Log: pkgbase: Really move rc.bsdextended Messed up with git->svn in r348099 Added: head/libexec/rc/rc.bsdextended - copied unchanged from r348103,

svn commit: r348103 - in head: etc libexec/rc

2019-05-22 Thread Emmanuel Vadot
Author: manu Date: Wed May 22 07:38:54 2019 New Revision: 348103 URL: https://svnweb.freebsd.org/changeset/base/348103 Log: pkgbase: Really move rc.firewall Messed up with git->svn in r348098 Added: head/libexec/rc/rc.firewall - copied unchanged from r348102, head/etc/rc.firewall

svn commit: r348102 - in head: etc share/examples usr.bin/login

2019-05-22 Thread Emmanuel Vadot
Author: manu Date: Wed May 22 07:23:03 2019 New Revision: 348102 URL: https://svnweb.freebsd.org/changeset/base/348102 Log: pkgbase: Move login.access to usb.bin/login Also remove the etc-examples target as we don't have any files to handle here. Reviewed by: bapt Modified:

svn commit: r348101 - in head: etc share/termcap

2019-05-22 Thread Emmanuel Vadot
Author: manu Date: Wed May 22 07:22:34 2019 New Revision: 348101 URL: https://svnweb.freebsd.org/changeset/base/348101 Log: pkgbase: Move termcap.small to share/termcap Reviewed by: bapt Modified: head/etc/Makefile head/share/termcap/Makefile Modified: head/etc/Makefile

svn commit: r348100 - in head: etc libexec/rc

2019-05-22 Thread Emmanuel Vadot
Author: manu Date: Wed May 22 07:22:08 2019 New Revision: 348100 URL: https://svnweb.freebsd.org/changeset/base/348100 Log: pkgbase: Move rc.sendmail to libexec/rc Reviewed by: bapt Modified: head/etc/Makefile head/libexec/rc/Makefile Modified: head/etc/Makefile

svn commit: r348105 - in head: etc libexec/rc

2019-05-22 Thread Emmanuel Vadot
Author: manu Date: Wed May 22 07:40:39 2019 New Revision: 348105 URL: https://svnweb.freebsd.org/changeset/base/348105 Log: pkgbase: Really move rc.sendmail Messed up with git->svn in r348100 Added: head/libexec/rc/rc.sendmail - copied unchanged from r348104, head/etc/rc.sendmail

svn commit: r348107 - in head: etc usr.bin/login

2019-05-22 Thread Emmanuel Vadot
Author: manu Date: Wed May 22 07:41:58 2019 New Revision: 348107 URL: https://svnweb.freebsd.org/changeset/base/348107 Log: pkgbase: Really move login.access Messed up with git->svn r348102 Added: head/usr.bin/login/login.access - copied unchanged from r348106,

svn commit: r348106 - in head: etc share/termcap

2019-05-22 Thread Emmanuel Vadot
Author: manu Date: Wed May 22 07:41:20 2019 New Revision: 348106 URL: https://svnweb.freebsd.org/changeset/base/348106 Log: pkgbase: Really move termcap.small Messed up with git->svn in r348101 Added: head/share/termcap/termcap.small - copied unchanged from r348105,

svn commit: r348150 - head/libexec/rc/rc.d

2019-05-23 Thread Emmanuel Vadot
Author: manu Date: Thu May 23 06:53:59 2019 New Revision: 348150 URL: https://svnweb.freebsd.org/changeset/base/348150 Log: pkgbase: Remove etc/zfs from being packaged This is an empty directory and it cause a FreeBSD-zfs package to be created when we don't need one. Reviewed by:

svn commit: r348151 - head/usr.sbin/etcupdate

2019-05-23 Thread Emmanuel Vadot
Author: manu Date: Thu May 23 07:59:16 2019 New Revision: 348151 URL: https://svnweb.freebsd.org/changeset/base/348151 Log: etcupdate: Fix -p after the move of the passwd related files Since PREWORLD_FILES only contain files that needs to be copied into /etc copy directly those files

svn commit: r348165 - head/usr.sbin/etcupdate

2019-05-23 Thread Emmanuel Vadot
Author: manu Date: Thu May 23 14:05:42 2019 New Revision: 348165 URL: https://svnweb.freebsd.org/changeset/base/348165 Log: etcupdate: Add missing directory when building the tree Missed in 348151 Reported by: lwshu, ci Modified: head/usr.sbin/etcupdate/etcupdate.sh Modified:

svn commit: r348181 - head/sys/arm/allwinner/clkng

2019-05-23 Thread Emmanuel Vadot
Author: manu Date: Thu May 23 17:36:19 2019 New Revision: 348181 URL: https://svnweb.freebsd.org/changeset/base/348181 Log: arm: allwinner: clk: Use the new frac clock Some clocks used the NM type but this clock is for the ones with the formula "clk = clkin / n / m" and not "clk = clkin

svn commit: r348180 - in head/sys: arm/allwinner arm/allwinner/clkng conf

2019-05-23 Thread Emmanuel Vadot
=== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sys/arm/allwinner/clkng/aw_clk_frac.c Thu May 23 17:35:40 2019 (r348180) @@ -0,0 +1,338 @@ +/*- + * Copyright (c) 2019 Emmanuel Vadot + * + * Redistribution and use in source and binary forms, wit

svn commit: r348194 - in head/stand: common fdt

2019-05-23 Thread Emmanuel Vadot
Author: manu Date: Thu May 23 19:26:50 2019 New Revision: 348194 URL: https://svnweb.freebsd.org/changeset/base/348194 Log: loader: Add pnp functions for autoloading modules based on linker.hints This adds some new commands to loader : - pnpmatch This takes a pnpinfo string as

svn commit: r348182 - head/sys/arm/allwinner/clkng

2019-05-23 Thread Emmanuel Vadot
Author: manu Date: Thu May 23 17:36:55 2019 New Revision: 348182 URL: https://svnweb.freebsd.org/changeset/base/348182 Log: arm: allwinner: Remove frac mode from NM clk We have a correct clock type aw_clk_frac now for this. Modified: head/sys/arm/allwinner/clkng/aw_clk.h

svn commit: r348179 - head/sys/arm/allwinner/clkng

2019-05-23 Thread Emmanuel Vadot
Author: manu Date: Thu May 23 17:34:33 2019 New Revision: 348179 URL: https://svnweb.freebsd.org/changeset/base/348179 Log: allwinner: aw_ccu: Add some debug printfs (disabled by default) Also print information about setting frequency at boot under bootverbose Modified:

svn commit: r348196 - head/stand/common

2019-05-23 Thread Emmanuel Vadot
Author: manu Date: Thu May 23 20:04:22 2019 New Revision: 348196 URL: https://svnweb.freebsd.org/changeset/base/348196 Log: loader: Remove unused variable Reported by: lwshu, ci@ Modified: head/stand/common/module.c Modified: head/stand/common/module.c

svn commit: r347343 - in head/sys: arm64/conf conf dev/usb/controller

2019-05-08 Thread Emmanuel Vadot
Author: manu Date: Wed May 8 15:42:39 2019 New Revision: 347343 URL: https://svnweb.freebsd.org/changeset/base/347343 Log: Add support for USB 3.0 XHCI via ACPI Ampere eMAG systems have XHCI just described in ACPI, not on PCI. Submitted by: Greg V Reviewed by: andrew MFC after:

svn commit: r347371 - head/etc

2019-05-08 Thread Emmanuel Vadot
Author: manu Date: Wed May 8 21:26:11 2019 New Revision: 347371 URL: https://svnweb.freebsd.org/changeset/base/347371 Log: etc/Makefile: Remove empty newline This was commited accidently in r347356 and cause distribution with NO_ROOT set to fail. Reported by: ci, kib MFC after:

svn commit: r347441 - head/usr.sbin/efibootmgr

2019-05-10 Thread Emmanuel Vadot
Author: manu Date: Fri May 10 16:44:35 2019 New Revision: 347441 URL: https://svnweb.freebsd.org/changeset/base/347441 Log: efibootmgr: Do not add the new boot entry in dry-run is specified While here fix a typo. Sponsored-by: Ampere Computing, LLC Reviewed by: imp Differential

svn commit: r347440 - head/sys/dev/ahci

2019-05-10 Thread Emmanuel Vadot
Author: manu Date: Fri May 10 16:43:53 2019 New Revision: 347440 URL: https://svnweb.freebsd.org/changeset/base/347440 Log: ahci: Check if bus is cache-coherent We do this for FDT systems but not for ACPI ones. Check the presence of the _CCA attribute. Sponsored by: Ampere

svn commit: r347442 - head/sys/arm64/rockchip/clk

2019-05-10 Thread Emmanuel Vadot
Author: manu Date: Fri May 10 16:45:17 2019 New Revision: 347442 URL: https://svnweb.freebsd.org/changeset/base/347442 Log: arm64: rockchip: Don't always put PLL to normal mode We used to put every PLL in normal mode (meaning that the output would be the result of the PLL configuration)

svn commit: r347512 - head/sys/arm/allwinner/clkng

2019-05-12 Thread Emmanuel Vadot
Author: manu Date: Sun May 12 15:27:01 2019 New Revision: 347512 URL: https://svnweb.freebsd.org/changeset/base/347512 Log: arm: allwinner: aw_clk_nm: Don't reparent the clock if we didn't ask When looking for the best frequency don't change the clock parent if the clock wasn't

Re: svn commit: r346598 - head/sys/modules

2019-04-29 Thread Emmanuel Vadot
e x4", which implies Gen 1, 2.5GT/s > speeds, which is not terribly useful. Gen2 or better would be enough > to run 10GbE, which would be fun :) > > Drew It/s PCIe 2.1 compatible. See http://rockchip.fr/Rockchip%20RK3399%20TRM%20V1.3%20Part2.pdf for more info. -- Emmanuel Vadot

svn commit: r346787 - head/sys/arm/allwinner

2019-04-27 Thread Emmanuel Vadot
Author: manu Date: Sat Apr 27 14:48:27 2019 New Revision: 346787 URL: https://svnweb.freebsd.org/changeset/base/346787 Log: arm64: allwinner: Add compatible strings for clock devices used on both Allwinner H3 and H5 Allwinner H3 and H5 share many internal components, that's why they can

svn commit: r347017 - in head/sys: arm64/conf conf dts/arm64/overlays modules/dtb/allwinner

2019-05-02 Thread Emmanuel Vadot
Author: manu Date: Thu May 2 12:56:13 2019 New Revision: 347017 URL: https://svnweb.freebsd.org/changeset/base/347017 Log: arm64: Add support for NanoPI NEO2 Add overlay files and activate devicetree file for NanoPi NEO2 featuring Allwinner H5 ARM64 core. To enable sound, dma and

svn commit: r347024 - head/sys/modules/dtb/rockchip

2019-05-02 Thread Emmanuel Vadot
Author: manu Date: Thu May 2 17:04:01 2019 New Revision: 347024 URL: https://svnweb.freebsd.org/changeset/base/347024 Log: dtb: Include RK3399 RockPro64 DTS in kernel build The DTS for this board is already present in sys/gnu/dts/arm64/rockchip/ and just needs to be enabled.

Re: svn commit: r346788 - head/sys/arm/allwinner/clkng

2019-04-27 Thread Emmanuel Vadot
On Sat, 27 Apr 2019 14:56:24 + (UTC) Emmanuel Vadot wrote: > Author: manu > Date: Sat Apr 27 14:56:24 2019 > New Revision: 346788 > URL: https://svnweb.freebsd.org/changeset/base/346788 > > Log: > arm64: allwinner: ccu_de2: Remove H5 compatible > > We do

svn commit: r346789 - head/sys/arm/allwinner/a10

2019-04-27 Thread Emmanuel Vadot
Author: manu Date: Sat Apr 27 14:59:08 2019 New Revision: 346789 URL: https://svnweb.freebsd.org/changeset/base/346789 Log: arm: allwinner: a10: Correct pin functions PB20 and PB21 alternate function 1 is i2c2 not i2c1 Reported by: Horiki Mori (yamori...@yahoo.co.jp) PR:237401

svn commit: r346788 - head/sys/arm/allwinner/clkng

2019-04-27 Thread Emmanuel Vadot
Author: manu Date: Sat Apr 27 14:56:24 2019 New Revision: 346788 URL: https://svnweb.freebsd.org/changeset/base/346788 Log: arm64: allwinner: ccu_de2: Remove H5 compatible We don't have the display engine driver commited in FreeBSD yet so it is useless to expose the clocks yet (and also

svn commit: r347363 - in vendor/device-tree/dist: Bindings Bindings/arm Bindings/arm/bcm Bindings/arm/freescale Bindings/arm/socionext Bindings/bus Bindings/clock Bindings/cpufreq Bindings/crypto B...

2019-05-08 Thread Emmanuel Vadot
Author: manu Date: Wed May 8 19:00:46 2019 New Revision: 347363 URL: https://svnweb.freebsd.org/changeset/base/347363 Log: Import Linux 5.1 DTS files Added: vendor/device-tree/dist/Bindings/arm/bitmain.yaml vendor/device-tree/dist/Bindings/arm/freescale/fsl,imx7ulp-sim.txt (contents,

svn commit: r347356 - head/etc

2019-05-08 Thread Emmanuel Vadot
Author: manu Date: Wed May 8 17:46:59 2019 New Revision: 347356 URL: https://svnweb.freebsd.org/changeset/base/347356 Log: pkgbase: Deal with the last etc files Add tags=package=runtime for password related files. Add tags=package=sendmail for rc.sendmail Add tags=package=ipfw for

svn commit: r347364 - vendor/device-tree/5.1

2019-05-08 Thread Emmanuel Vadot
Author: manu Date: Wed May 8 19:01:39 2019 New Revision: 347364 URL: https://svnweb.freebsd.org/changeset/base/347364 Log: Tag import of DTS files from Linux 5.1 Added: vendor/device-tree/5.1/ - copied from r347363, vendor/device-tree/dist/

svn commit: r347362 - head/sys/modules/dtb/allwinner

2019-05-08 Thread Emmanuel Vadot
Author: manu Date: Wed May 8 18:56:24 2019 New Revision: 347362 URL: https://svnweb.freebsd.org/changeset/base/347362 Log: dtb: allwinner: Add the pinebook dtb to the build Modified: head/sys/modules/dtb/allwinner/Makefile Modified: head/sys/modules/dtb/allwinner/Makefile

svn commit: r346095 - head/sys/dts/arm

2019-04-10 Thread Emmanuel Vadot
Author: manu Date: Wed Apr 10 19:18:05 2019 New Revision: 346095 URL: https://svnweb.freebsd.org/changeset/base/346095 Log: arm: dts: Remove some old DTS RPI is using the firmware provided DTS since 12.0 Pandaboard works with the Linux DTS RK* Exynos* and Meson*/Odroid* don't even work

svn commit: r346096 - head/sys/arm/conf

2019-04-10 Thread Emmanuel Vadot
Author: manu Date: Wed Apr 10 19:27:14 2019 New Revision: 346096 URL: https://svnweb.freebsd.org/changeset/base/346096 Log: arm: kernel: Remove old kernel configs Follow up to r346095 All those kernels are either not working or the release have switched to GENERIC Deleted:

svn commit: r346090 - vendor/device-tree/5.0

2019-04-10 Thread Emmanuel Vadot
Author: manu Date: Wed Apr 10 17:56:44 2019 New Revision: 346090 URL: https://svnweb.freebsd.org/changeset/base/346090 Log: Tag import of DTS files from Linux 5.0 Added: vendor/device-tree/5.0/ - copied from r346089, vendor/device-tree/dist/

svn commit: r346089 - in vendor/device-tree/dist: Bindings Bindings/arm Bindings/arm/altera Bindings/arm/freescale Bindings/arm/marvell Bindings/arm/mediatek Bindings/arm/mrvl Bindings/arm/socionex...

2019-04-10 Thread Emmanuel Vadot
Author: manu Date: Wed Apr 10 17:56:06 2019 New Revision: 346089 URL: https://svnweb.freebsd.org/changeset/base/346089 Log: Import DTS files from Linux 5.0 Added: vendor/device-tree/dist/Bindings/.gitignore vendor/device-tree/dist/Bindings/Makefile (contents, props changed)

<    2   3   4   5   6   7   8   9   10   11   >