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

2020-12-18 Thread Emmanuel Vadot
Author: manu Date: Fri Dec 18 16:55:54 2020 New Revision: 368766 URL: https://svnweb.freebsd.org/changeset/base/368766 Log: arm64: rk3399: Export the watchdog clock This clock is used by the watchdog IP and can be controlled only in the secure world. Modified: head/sys/arm64/rockchip/c

svn commit: r368725 - head/sys/dev/spibus

2020-12-17 Thread Emmanuel Vadot
Author: manu Date: Thu Dec 17 17:11:14 2020 New Revision: 368725 URL: https://svnweb.freebsd.org/changeset/base/368725 Log: Add IRQ resource to SPIBUS Add capability to SPIBUS to have child device with IRQ. For example many ADC chip have a dedicated pin to signal "data ready" and the ho

svn commit: r368724 - head/sys/arm/samsung

2020-12-17 Thread Emmanuel Vadot
Author: manu Date: Thu Dec 17 17:09:43 2020 New Revision: 368724 URL: https://svnweb.freebsd.org/changeset/base/368724 Log: arm: Remove samsung exnynos port Remove the exynos SoC support, this haven't been updated in a while, isn't present in GENERIC and nobody is motivated to resurect it

svn commit: r368722 - head/usr.bin/kyua

2020-12-17 Thread Emmanuel Vadot
Author: manu Date: Thu Dec 17 17:06:57 2020 New Revision: 368722 URL: https://svnweb.freebsd.org/changeset/base/368722 Log: kyua: Only install examples if requested Reviewed by: brooks Differential Revision:https://reviews.freebsd.org/D27638 Modified: head/usr.bin/kyua/Makefil

svn commit: r368662 - head/release/arm64

2020-12-15 Thread Emmanuel Vadot
Author: manu Date: Tue Dec 15 15:13:06 2020 New Revision: 368662 URL: https://svnweb.freebsd.org/changeset/base/368662 Log: release: Rename arm64/RPI3.conf to arm64/RPI.conf We now have a u-boot port and config.txt for booting on all 64bits variant of the RPI boards (RPI2v1.1, RPI3* and R

svn commit: r368299 - head/sys/dev/dwc

2020-12-03 Thread Emmanuel Vadot
Author: manu Date: Thu Dec 3 11:15:49 2020 New Revision: 368299 URL: https://svnweb.freebsd.org/changeset/base/368299 Log: if_dwc: Honor snps,pbl property DTS node can have this property which configure the burst length for both TX and RX if it's the same. This unbreak if_dwc on Allwin

svn commit: r368186 - head/sys/cam/mmc

2020-11-30 Thread Emmanuel Vadot
Author: manu Date: Mon Nov 30 14:49:13 2020 New Revision: 368186 URL: https://svnweb.freebsd.org/changeset/base/368186 Log: mmccam: Convert some printf to CAM_DEBUG This not not useful if you are not debuging mmccam Modified: head/sys/cam/mmc/mmc_xpt.c Modified: head/sys/cam/mmc/mmc_xpt

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

2020-11-30 Thread Emmanuel Vadot
Author: manu Date: Mon Nov 30 14:48:50 2020 New Revision: 368185 URL: https://svnweb.freebsd.org/changeset/base/368185 Log: arm: allwinner: aw_mmc: Add a sysctl for debuging Add a new hw.aw_mmc.debug sysctl to help debugging the driver. Bit 0 will debug card changes (removal, insertion, p

Re: svn commit: r368163 - in head: sbin/ifconfig sys/dev/if_wg sys/dev/if_wg/include sys/dev/if_wg/include/crypto sys/dev/if_wg/include/sys sys/dev/if_wg/include/zinc sys/dev/if_wg/module sys/dev/if_w

2020-11-30 Thread Emmanuel Vadot
> > Directory Properties: > > head/sys/dev/if_wg/include/crypto/ (props changed) > > head/sys/dev/if_wg/include/zinc/ (props changed) > > head/sys/dev/if_wg/module/crypto/ (props changed) > > head/sys/dev/if_wg/module/crypto/zinc/ (props changed) > >

svn commit: r368081 - head/sys/arm64/arm64

2020-11-26 Thread Emmanuel Vadot
Author: manu Date: Thu Nov 26 20:22:34 2020 New Revision: 368081 URL: https://svnweb.freebsd.org/changeset/base/368081 Log: arm64: Do not rely on SPCR table to detect acpi Since EDK2 commit d8e36289cef7bde628b023219cd65fa8e8d4562a, the Graphical console may completely hide SPCR, causing

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

2020-11-26 Thread Emmanuel Vadot
Author: manu Date: Thu Nov 26 17:19:47 2020 New Revision: 368067 URL: https://svnweb.freebsd.org/changeset/base/368067 Log: arm: allwinner: a23 timer functions are only used for arm64 Modified: head/sys/arm/allwinner/a10_timer.c Modified: head/sys/arm/allwinner/a10_timer.c ==

svn commit: r368066 - head/sys/arm/nvidia/tegra124

2020-11-26 Thread Emmanuel Vadot
Author: manu Date: Thu Nov 26 17:19:30 2020 New Revision: 368066 URL: https://svnweb.freebsd.org/changeset/base/368066 Log: arm: tegra: Remove unused variable Modified: head/sys/arm/nvidia/tegra124/tegra124_machdep.c Modified: head/sys/arm/nvidia/tegra124/tegra124_machdep.c =

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

2020-11-26 Thread Emmanuel Vadot
Author: manu Date: Thu Nov 26 17:19:13 2020 New Revision: 368065 URL: https://svnweb.freebsd.org/changeset/base/368065 Log: arm: mv: Remove unused code Modified: head/sys/arm/mv/mv_common.c Modified: head/sys/arm/mv/mv_common.c

svn commit: r368064 - head/sys/arm/ti

2020-11-26 Thread Emmanuel Vadot
Author: manu Date: Thu Nov 26 17:18:54 2020 New Revision: 368064 URL: https://svnweb.freebsd.org/changeset/base/368064 Log: arm: ti: Remove unused function ti_first_gpio_bank Modified: head/sys/arm/ti/ti_gpio.c Modified: head/sys/arm/ti/ti_gpio.c =

svn commit: r368061 - head/sys/dev/sdhci

2020-11-26 Thread Emmanuel Vadot
Author: manu Date: Thu Nov 26 16:40:39 2020 New Revision: 368061 URL: https://svnweb.freebsd.org/changeset/base/368061 Log: sdhci: mmccam: Update vccq in the driver ios Otherwise we always report that the card is running at 1.2V. Modified: head/sys/dev/sdhci/sdhci.c Modified: head/sys/d

svn commit: r368060 - head/sys/dev/sdhci

2020-11-26 Thread Emmanuel Vadot
Author: manu Date: Thu Nov 26 16:40:20 2020 New Revision: 368060 URL: https://svnweb.freebsd.org/changeset/base/368060 Log: sdhci: Only print mmccam debug code if hw.sdhci.debug is > 1 Modified: head/sys/dev/sdhci/sdhci.c Modified: head/sys/dev/sdhci/sdhci.c =

svn commit: r368059 - head/sys/cam/mmc

2020-11-26 Thread Emmanuel Vadot
Author: manu Date: Thu Nov 26 16:39:56 2020 New Revision: 368059 URL: https://svnweb.freebsd.org/changeset/base/368059 Log: mmccam: We can't sleep during sdda_add_part so use M_NOWAIT Reviewed by: kibab Differential Revision:https://reviews.freebsd.org/D25947 Modified: head/sy

Re: svn commit: r368045 - in head: . etc/mtree rescue/rescue sbin sbin/ping sbin/ping/tests sbin/ping6 sbin/ping6/tests tools/build/mk

2020-11-26 Thread Emmanuel Vadot
; ping if progname is ping6 if this isn't the case). > > > > > > > > Cheers, > > > > > > > > -- > > > > Emmanuel Vadot > > > > > > > > > > Yes, that would make sense. But for how long? Would the ping6 hard link > > &g

Re: svn commit: r368045 - in head: . etc/mtree rescue/rescue sbin sbin/ping sbin/ping/tests sbin/ping6 sbin/ping6/tests tools/build/mk

2020-11-26 Thread Emmanuel Vadot
On Thu, 26 Nov 2020 07:36:37 -0700 Alan Somers wrote: > On Thu, Nov 26, 2020 at 1:27 AM Emmanuel Vadot > wrote: > > > > > Hi Alan, > > > > On Thu, 26 Nov 2020 04:29:31 + (UTC) > > Alan Somers wrote: > > > > > Author: asomers > >

Re: svn commit: r368045 - in head: . etc/mtree rescue/rescue sbin sbin/ping sbin/ping/tests sbin/ping6 sbin/ping6/tests tools/build/mk

2020-11-26 Thread Emmanuel Vadot
> PACKAGE=runtime > PROG=ping > -SRCS=ping.c utils.c > +SRCS=main.c ping.c utils.c I think you should add a LINKS=... here so people script which uses ping6 won't break (and of course adding support in the code to do ipv6 ping if progname is ping6 if this isn'

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

2020-11-25 Thread Emmanuel Vadot
Author: manu Date: Wed Nov 25 11:21:03 2020 New Revision: 368018 URL: https://svnweb.freebsd.org/changeset/base/368018 Log: dtb: allwinner: Add pineh64 to the build Modified: head/sys/modules/dtb/allwinner/Makefile Modified: head/sys/modules/dtb/allwinner/Makefile ===

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

2020-11-25 Thread Emmanuel Vadot
Author: manu Date: Wed Nov 25 11:20:04 2020 New Revision: 368017 URL: https://svnweb.freebsd.org/changeset/base/368017 Log: arm: allwinner: aw_rtc: Add H6 compatible Modified: head/sys/arm/allwinner/aw_rtc.c Modified: head/sys/arm/allwinner/aw_rtc.c ==

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

2020-11-25 Thread Emmanuel Vadot
Author: manu Date: Wed Nov 25 11:19:42 2020 New Revision: 368016 URL: https://svnweb.freebsd.org/changeset/base/368016 Log: arm64: allwinner: H6: Fix pll 4x clocks The clock configured by the registers are the 4x version not the 1x. Modified: head/sys/arm/allwinner/clkng/ccu_h6.c Modifi

Re: svn commit: r367994 - head/release/arm

2020-11-24 Thread Emmanuel Vadot
On Tue, 24 Nov 2020 11:56:53 -0700 Ian Lepore wrote: > On Tue, 2020-11-24 at 17:52 +0000, Emmanuel Vadot wrote: > > Author: manu > > Date: Tue Nov 24 17:52:01 2020 > > New Revision: 367994 > > URL: https://svnweb.freebsd.org/changeset/base/367994 > > > >

svn commit: r367995 - head/release/arm

2020-11-24 Thread Emmanuel Vadot
Author: manu Date: Tue Nov 24 17:53:13 2020 New Revision: 367995 URL: https://svnweb.freebsd.org/changeset/base/367995 Log: release: Merge the RPI2 and BEAGLEBONE image with the GENERICSD one Both RPI2 and BEAGLEBONE are still popular and used arm boards. Both u-boots can coexist as they

svn commit: r367994 - head/release/arm

2020-11-24 Thread Emmanuel Vadot
Author: manu Date: Tue Nov 24 17:52:01 2020 New Revision: 367994 URL: https://svnweb.freebsd.org/changeset/base/367994 Log: Release: arm: Remove config for old boards All those board are impossible to buy nowadays and could boot using the GENERICSD image after putting the correct u-boot o

svn commit: r367993 - head/sys/arm/amlogic/aml8726

2020-11-24 Thread Emmanuel Vadot
Author: manu Date: Tue Nov 24 17:51:10 2020 New Revision: 367993 URL: https://svnweb.freebsd.org/changeset/base/367993 Log: arm: Remove old amlogic support Remove the port for aml8726. Kernel config was removed in r346096 and this port was never migrated to GENERIC. It is also impossi

svn commit: r367992 - head/sys/arm/rockchip

2020-11-24 Thread Emmanuel Vadot
Author: manu Date: Tue Nov 24 17:50:22 2020 New Revision: 367992 URL: https://svnweb.freebsd.org/changeset/base/367992 Log: arm: Remove old rockchip support Remove the port for rk30xx. Kernel config was removed in r346096 and this port was never migrated to GENERIC. It is also impossi

svn commit: r367984 - head/sys/arm64/arm64

2020-11-24 Thread Emmanuel Vadot
Author: manu Date: Tue Nov 24 14:05:35 2020 New Revision: 367984 URL: https://svnweb.freebsd.org/changeset/base/367984 Log: arm64: Check if we have a map before checking the flags This fixes amdgpu on arm64 where linuxkpi is calling id_mapped and we call might_bounce without a map. Modif

svn commit: r367940 - head/sys/dev/dwc

2020-11-22 Thread Emmanuel Vadot
Author: manu Date: Sun Nov 22 20:16:46 2020 New Revision: 367940 URL: https://svnweb.freebsd.org/changeset/base/367940 Log: if_dwc: Correctly configure the DMA engine based on the fdt properties Do not hardcode what we setup for the DMA engine configuration but lookup the fdt properties a

svn commit: r367938 - head/release/arm64

2020-11-22 Thread Emmanuel Vadot
Author: manu Date: Sun Nov 22 18:42:08 2020 New Revision: 367938 URL: https://svnweb.freebsd.org/changeset/base/367938 Log: release: rpi3: Copy the bcm2710 variant of the rpi2 This is the dtb intented to be used for booting RPI2 v1.2 in aarch64. Modified: head/release/arm64/RPI3.conf Mo

svn commit: r367888 - head/sys/dev/dwc

2020-11-20 Thread Emmanuel Vadot
Author: manu Date: Fri Nov 20 11:31:25 2020 New Revision: 367888 URL: https://svnweb.freebsd.org/changeset/base/367888 Log: if_dwc: Add checksum offloading support Modified: head/sys/dev/dwc/if_dwc.c Modified: head/sys/dev/dwc/if_dwc.c

svn commit: r367887 - head/sys/dev/dwc

2020-11-20 Thread Emmanuel Vadot
Author: manu Date: Fri Nov 20 11:31:04 2020 New Revision: 367887 URL: https://svnweb.freebsd.org/changeset/base/367887 Log: if_dwc: Add flow control support Modified: head/sys/dev/dwc/if_dwc.c head/sys/dev/dwc/if_dwc.h Modified: head/sys/dev/dwc/if_dwc.c ===

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

2020-11-20 Thread Emmanuel Vadot
Author: manu Date: Fri Nov 20 11:30:44 2020 New Revision: 367886 URL: https://svnweb.freebsd.org/changeset/base/367886 Log: if_awg: Add a awg_dma_start_tx function that trigger dma engine No functional changes intended Modified: head/sys/arm/allwinner/if_awg.c Modified: head/sys/arm/all

svn commit: r367885 - head/sys/dev/dwc

2020-11-20 Thread Emmanuel Vadot
Author: manu Date: Fri Nov 20 11:30:23 2020 New Revision: 367885 URL: https://svnweb.freebsd.org/changeset/base/367885 Log: if_dwc: Use if_ function where appropriate No functional changes intended Modified: head/sys/dev/dwc/if_dwc.c Modified: head/sys/dev/dwc/if_dwc.c =

svn commit: r367884 - head/sys/dev/dwc

2020-11-20 Thread Emmanuel Vadot
Author: manu Date: Fri Nov 20 11:30:01 2020 New Revision: 367884 URL: https://svnweb.freebsd.org/changeset/base/367884 Log: if_dwc: Reorder functions and sort them by usage No functional changes intended Modified: head/sys/dev/dwc/if_dwc.c Modified: head/sys/dev/dwc/if_dwc.c ===

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

2020-11-20 Thread Emmanuel Vadot
Author: manu Date: Fri Nov 20 11:29:37 2020 New Revision: 367883 URL: https://svnweb.freebsd.org/changeset/base/367883 Log: if_awg: Reorder functions and sort them by usage No functional changes intended Modified: head/sys/arm/allwinner/if_awg.c Modified: head/sys/arm/allwinner/if_awg.c

svn commit: r367882 - head/sys/dev/dwc

2020-11-20 Thread Emmanuel Vadot
Author: manu Date: Fri Nov 20 11:29:20 2020 New Revision: 367882 URL: https://svnweb.freebsd.org/changeset/base/367882 Log: if_dwc: dwc_get_hwaddr cannot fail, change return to void No functional changes intended Modified: head/sys/dev/dwc/if_dwc.c Modified: head/sys/dev/dwc/if_dwc.c ==

svn commit: r367881 - head/sys/dev/dwc

2020-11-20 Thread Emmanuel Vadot
Author: manu Date: Fri Nov 20 11:29:00 2020 New Revision: 367881 URL: https://svnweb.freebsd.org/changeset/base/367881 Log: if_dwc: Add dwc_stop_dma and use it in dwc_stop_locked No functional changes intended Modified: head/sys/dev/dwc/if_dwc.c Modified: head/sys/dev/dwc/if_dwc.c =

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

2020-11-20 Thread Emmanuel Vadot
Author: manu Date: Fri Nov 20 11:28:23 2020 New Revision: 367880 URL: https://svnweb.freebsd.org/changeset/base/367880 Log: if_awg: Add awg_stop_dma and use it in awg_stop No functional changes intended Modified: head/sys/arm/allwinner/if_awg.c Modified: head/sys/arm/allwinner/if_awg.c

svn commit: r367879 - head/sys/dev/dwc

2020-11-20 Thread Emmanuel Vadot
Author: manu Date: Fri Nov 20 11:28:06 2020 New Revision: 367879 URL: https://svnweb.freebsd.org/changeset/base/367879 Log: if_dwc: Use dwc_enable_mac in dwc_stop_locked No functional changes intended Modified: head/sys/dev/dwc/if_dwc.c Modified: head/sys/dev/dwc/if_dwc.c ==

svn commit: r367878 - head/sys/dev/dwc

2020-11-20 Thread Emmanuel Vadot
Author: manu Date: Fri Nov 20 11:27:43 2020 New Revision: 367878 URL: https://svnweb.freebsd.org/changeset/base/367878 Log: if_dwc: Add a function to enable/disable the mac tx/rx No functional changes intended Modified: head/sys/dev/dwc/if_dwc.c Modified: head/sys/dev/dwc/if_dwc.c =

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

2020-11-20 Thread Emmanuel Vadot
Author: manu Date: Fri Nov 20 11:27:26 2020 New Revision: 367877 URL: https://svnweb.freebsd.org/changeset/base/367877 Log: if_awg: Add a function to enable/disable the mac tx/rx No functional changes intended Modified: head/sys/arm/allwinner/if_awg.c Modified: head/sys/arm/allwinner/if

svn commit: r367876 - head/sys/dev/dwc

2020-11-20 Thread Emmanuel Vadot
Author: manu Date: Fri Nov 20 11:27:08 2020 New Revision: 367876 URL: https://svnweb.freebsd.org/changeset/base/367876 Log: if_dwc: Use if_setdrvflagbits to notify that we are running No functional changes intended Modified: head/sys/dev/dwc/if_dwc.c Modified: head/sys/dev/dwc/if_dwc.c

svn commit: r367875 - head/sys/dev/dwc

2020-11-20 Thread Emmanuel Vadot
Author: manu Date: Fri Nov 20 11:26:46 2020 New Revision: 367875 URL: https://svnweb.freebsd.org/changeset/base/367875 Log: if_dwc: Split init code into sub function Be clear of what we enable or init. No functional changes intended Modified: head/sys/dev/dwc/if_dwc.c Modified: hea

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

2020-11-20 Thread Emmanuel Vadot
Author: manu Date: Fri Nov 20 11:26:20 2020 New Revision: 367874 URL: https://svnweb.freebsd.org/changeset/base/367874 Log: if_awg: Split init code into sub function Be clear of what we enable or init. No functional changes intended Modified: head/sys/arm/allwinner/if_awg.c Modifie

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

2020-11-20 Thread Emmanuel Vadot
Author: manu Date: Fri Nov 20 11:25:54 2020 New Revision: 367873 URL: https://svnweb.freebsd.org/changeset/base/367873 Log: if_awg: Remove the taskqueue for miibus_statchg I guess it was added so we can obtain the device lock but we already have it when the function is called. No fun

svn commit: r367843 - head/release/arm64

2020-11-19 Thread Emmanuel Vadot
Author: manu Date: Thu Nov 19 14:27:01 2020 New Revision: 367843 URL: https://svnweb.freebsd.org/changeset/base/367843 Log: release: Switch the Allwinner board to GPT Allwinner bootrom have an alternate location for u-boot at 128k. Work was made recently in u-boot to relocate correctly if

svn commit: r367767 - head/sys/dev/extres/syscon

2020-11-17 Thread Emmanuel Vadot
Author: manu Date: Tue Nov 17 14:59:58 2020 New Revision: 367767 URL: https://svnweb.freebsd.org/changeset/base/367767 Log: syscon: Add syscon_get_by_ofw_node This allow to get a syscon node defined under a specific fdt node (which isn't always the device one). Modified: head/sys/dev/e

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

2020-11-17 Thread Emmanuel Vadot
Author: manu Date: Tue Nov 17 14:58:30 2020 New Revision: 367766 URL: https://svnweb.freebsd.org/changeset/base/367766 Log: arm64: allwinner: Init the Display Engine clock In case u-boot was compiled without video support set the PLL to 432Mhz (which allow us to use most of the HDMI resol

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

2020-11-17 Thread Emmanuel Vadot
Author: manu Date: Tue Nov 17 14:57:34 2020 New Revision: 367765 URL: https://svnweb.freebsd.org/changeset/base/367765 Log: arm: allwinner: Add DE2 Clock support for H3 SoC While here also enable the clock and deassert the reset Modified: head/sys/arm/allwinner/clkng/ccu_de2.c Modified:

svn commit: r367764 - in head/sys/contrib/vchiq/interface: compat vchiq_arm

2020-11-17 Thread Emmanuel Vadot
Author: manu Date: Tue Nov 17 14:41:23 2020 New Revision: 367764 URL: https://svnweb.freebsd.org/changeset/base/367764 Log: vchiq: Rename timer func so they do not conflict with linuxkpi Modified: head/sys/contrib/vchiq/interface/compat/vchi_bsd.c head/sys/contrib/vchiq/interface/compat/vch

svn commit: r367722 - head/sys/arm64/freescale/imx

2020-11-16 Thread Emmanuel Vadot
Author: manu Date: Mon Nov 16 11:54:38 2020 New Revision: 367722 URL: https://svnweb.freebsd.org/changeset/base/367722 Log: imx7gpc: Remove unused functions Modified: head/sys/arm64/freescale/imx/imx7gpc.c Modified: head/sys/arm64/freescale/imx/imx7gpc.c =

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

2020-11-16 Thread Emmanuel Vadot
Author: manu Date: Mon Nov 16 11:53:36 2020 New Revision: 367721 URL: https://svnweb.freebsd.org/changeset/base/367721 Log: dwmmc: dwmmc_switch_vccq is only used in MMCCAM kernel Silence the build for non MMCCAM kernel Modified: head/sys/dev/mmc/host/dwmmc.c Modified: head/sys/dev/mmc/h

svn commit: r367616 - head/lib/libzstd

2020-11-12 Thread Emmanuel Vadot
Author: manu Date: Thu Nov 12 14:04:08 2020 New Revision: 367616 URL: https://svnweb.freebsd.org/changeset/base/367616 Log: pkgbase: Move libprivatezstd from utilities to runtime libarchive depends on it by default and tar uses libarchive. So on a update : 1/ runtime contain tar 2/ ru

svn commit: r367522 - head/sys/sys

2020-11-09 Thread Emmanuel Vadot
Author: manu Date: Mon Nov 9 13:20:44 2020 New Revision: 367522 URL: https://svnweb.freebsd.org/changeset/base/367522 Log: Bump __FreeBSD_version after linuxkpi changes Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

svn commit: r367521 - in head/sys: compat/linuxkpi/common/include/acpi compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf modules/linuxkpi

2020-11-09 Thread Emmanuel Vadot
Author: manu Date: Mon Nov 9 13:20:14 2020 New Revision: 367521 URL: https://svnweb.freebsd.org/changeset/base/367521 Log: LinuxKPI: Implement ACPI bits required by drm-kmod in base system It includes: ACPI_HANDLE() implementation. AC and VIDEO ACPI events notification support. Re

svn commit: r367418 - head/release/packages

2020-11-06 Thread Emmanuel Vadot
Author: manu Date: Fri Nov 6 15:21:53 2020 New Revision: 367418 URL: https://svnweb.freebsd.org/changeset/base/367418 Log: pkgbase: Remove %VCS_REVISION% from utilities comments We don't do that on other packages so be consistent. It also don't work when building from git. Modified: h

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

2020-11-04 Thread Emmanuel Vadot
Author: manu Date: Wed Nov 4 20:15:14 2020 New Revision: 367340 URL: https://svnweb.freebsd.org/changeset/base/367340 Log: dtb/rockchip: Add rockpi-4 to the build We boot on this board to add the dtb to the build. Requested by: Daniel Engberg Modified: head/sys/modules/dtb/rockchi

svn commit: r367338 - head/sys/dev/usb/controller

2020-11-04 Thread Emmanuel Vadot
Author: manu Date: Wed Nov 4 18:23:59 2020 New Revision: 367338 URL: https://svnweb.freebsd.org/changeset/base/367338 Log: Plug minor memory leak in dwc3 USB2/USB3 controller. OF_getprop_alloc called earlier requires corresponding OF_prop_free to release allocated memory. Submitted b

svn commit: r367328 - head/share/man/man4

2020-11-04 Thread Emmanuel Vadot
Author: manu Date: Wed Nov 4 13:43:34 2020 New Revision: 367328 URL: https://svnweb.freebsd.org/changeset/base/367328 Log: acpi_video(4): mention that acpi_video should be loaded after any drm driver When not adhering to this order, brightness sysctl's do not show up on some laptop.

Re: svn commit: r367280 - head/lib/libc/gen

2020-11-02 Thread Emmanuel Vadot
On Tue, 3 Nov 2020 00:32:14 +0200 Konstantin Belousov wrote: > On Mon, Nov 02, 2020 at 11:22:15PM +0100, Emmanuel Vadot wrote: > > On Tue, 3 Nov 2020 00:10:39 +0200 > > Konstantin Belousov wrote: > > > > > On Mon, Nov 02, 2020 at 10:49:07PM +0100, Emmanuel Vado

Re: svn commit: r367280 - head/lib/libc/gen

2020-11-02 Thread Emmanuel Vadot
On Mon, 2 Nov 2020 23:24:34 +0100 Stefan Esser wrote: > Am 02.11.20 um 22:49 schrieb Emmanuel Vadot: > > On Mon, 2 Nov 2020 22:41:38 +0100 > > Stefan Esser wrote: > > > >> Am 02.11.20 um 20:20 schrieb Oliver Pinter:> On Monday, November 2, > >> 2020,

Re: svn commit: r367280 - head/lib/libc/gen

2020-11-02 Thread Emmanuel Vadot
On Tue, 3 Nov 2020 00:10:39 +0200 Konstantin Belousov wrote: > On Mon, Nov 02, 2020 at 10:49:07PM +0100, Emmanuel Vadot wrote: > > I think that the first question we want to ask is : Do we want to > > support LOCALBASE being different than /usr/local > > I honestly don&#x

Re: svn commit: r367280 - head/lib/libc/gen

2020-11-02 Thread Emmanuel Vadot
e admin controlled > one). > > Regards, STefan I think that the first question we want to ask is : Do we want to support LOCALBASE being different than /usr/local I honestly don't see any advantages of making it !=/usr/local/ and before we start putting a lot of new/useless(for I

svn commit: r367284 - in head/release: . tools

2020-11-02 Thread Emmanuel Vadot
Author: manu Date: Mon Nov 2 21:10:49 2020 New Revision: 367284 URL: https://svnweb.freebsd.org/changeset/base/367284 Log: release: Add an image for CI A lot of projects CI can't do FreeBSD tests currently. The main reason is that the project CI infrastructure is runned on Linux and th

svn commit: r367277 - head

2020-11-02 Thread Emmanuel Vadot
Author: manu Date: Mon Nov 2 18:23:50 2020 New Revision: 367277 URL: https://svnweb.freebsd.org/changeset/base/367277 Log: pkgbase: Add incremental packages This adds a new target update-packages which will create the new packages compared to the last run. This is how to use it: A

svn commit: r366628 - in head/sys: amd64/conf arm64/conf conf dev/axgbe modules modules/axgbe modules/axgbe/if_axa modules/axgbe/if_axp

2020-10-11 Thread Emmanuel Vadot
Author: manu Date: Sun Oct 11 16:01:16 2020 New Revision: 366628 URL: https://svnweb.freebsd.org/changeset/base/366628 Log: 10Gigabit Ethernet driver for AMD SoC This patch has the driver for 10Gigabit Ethernet controller in AMD SoC. This driver is written compatible to the Iflib framewor

svn commit: r366600 - head/sys/arm/arm

2020-10-10 Thread Emmanuel Vadot
Author: manu Date: Sat Oct 10 07:20:59 2020 New Revision: 366600 URL: https://svnweb.freebsd.org/changeset/base/366600 Log: arm: Check dtb version against the one we're expecting to find Reviewed by: imp, emaste, mmel Differential Revision:https://reviews.freebsd.org/D26725 Modi

svn commit: r366599 - in head/sys: conf dts gnu/dts tools/fdt

2020-10-10 Thread Emmanuel Vadot
Author: manu Date: Sat Oct 10 07:18:51 2020 New Revision: 366599 URL: https://svnweb.freebsd.org/changeset/base/366599 Log: Brand our DTS with the Linux version it was imported from DTS must be synced with the kernel, add a freebsd,dts-version string in the root node of each DTS that we c

svn commit: r366479 - head/sys/compat/linuxkpi/common/include/linux

2020-10-06 Thread Emmanuel Vadot
Emmanuel Vadot under sponsorship + * from the FreeBSD Foundation. + * + * 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

svn commit: r366478 - head/sys/compat/linuxkpi/common/include/linux

2020-10-06 Thread Emmanuel Vadot
== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sys/compat/linuxkpi/common/include/linux/power_supply.hTue Oct 6 10:39:40 2020(r366478) @@ -0,0 +1,44 @@ +/*- + * Copyright (c) 2020 The FreeBSD Foundation + * + * This software was developed by Emmanuel

svn commit: r366477 - head/sys/compat/linuxkpi/common/include/linux

2020-10-06 Thread Emmanuel Vadot
FreeBSD Foundation + * + * This software was developed by Emmanuel Vadot under sponsorship + * from the FreeBSD Foundation. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1

svn commit: r366476 - head/sys/compat/linuxkpi/common/include/linux

2020-10-06 Thread Emmanuel Vadot
, because file is newly added) +++ head/sys/compat/linuxkpi/common/include/linux/numa.hTue Oct 6 10:36:16 2020(r366476) @@ -0,0 +1,36 @@ +/*- + * Copyright (c) 2020 The FreeBSD Foundation + * + * This software was developed by Emmanuel Vadot under sponsorship + * from the FreeBSD

svn commit: r366475 - head/sys/compat/linuxkpi/common/include/linux

2020-10-06 Thread Emmanuel Vadot
Author: manu Date: Tue Oct 6 10:35:03 2020 New Revision: 366475 URL: https://svnweb.freebsd.org/changeset/base/366475 Log: linuxkpi: Add gcd function This compute the common greater divider Taken from OpenBSD Reviewed by: bz, imp Sponsored by: The FreeBSD Foundation Differentia

svn commit: r366397 - head/sys/modules/pwm/pwm_backlight

2020-10-03 Thread Emmanuel Vadot
Author: manu Date: Sat Oct 3 14:01:20 2020 New Revision: 366397 URL: https://svnweb.freebsd.org/changeset/base/366397 Log: pwm_backlight: Add regnode_if.h to SRCS If the kernel config doesn't have this pseudo device it will not be generated and then the module will fail to compile.

svn commit: r366396 - head/sys/conf

2020-10-03 Thread Emmanuel Vadot
Author: manu Date: Sat Oct 3 14:00:33 2020 New Revision: 366396 URL: https://svnweb.freebsd.org/changeset/base/366396 Log: pwm_backlight: Depend on ext_resources This driver cannot work without it. Modified: head/sys/conf/files Modified: head/sys/conf/files

Re: svn commit: r366381 - head/sys/modules/pwm

2020-10-03 Thread Emmanuel Vadot
On Sat, 3 Oct 2020 05:47:22 +0200 Mateusz Guzik wrote: > On 10/2/20, Emmanuel Vadot wrote: > > Author: manu > > Date: Fri Oct 2 19:56:54 2020 > > New Revision: 366381 > > URL: https://svnweb.freebsd.org/changeset/base/366381 > > > > Log: > >

Re: svn commit: r366381 - head/sys/modules/pwm

2020-10-03 Thread Emmanuel Vadot
On Fri, 02 Oct 2020 21:12:01 -0700 Cy Schubert wrote: > In message om> > , Mateusz Guzik writes: > > On 10/2/20, Emmanuel Vadot wrote: > > > Author: manu > > > Date: Fri Oct 2 19:56:54 2020 > > > New Revision: 366381 > > > URL: https://svnwe

svn commit: r366386 - head/sys/dev/pwm

2020-10-03 Thread Emmanuel Vadot
Author: manu Date: Sat Oct 3 08:31:28 2020 New Revision: 366386 URL: https://svnweb.freebsd.org/changeset/base/366386 Log: pwm_backlight: Fix 32 bits build Reported by: jenkins, mjg Modified: head/sys/dev/pwm/pwm_backlight.c Modified: head/sys/dev/pwm/pwm_backlight.c =

svn commit: r366382 - in head/sys: amd64/conf arm/conf arm64/conf i386/conf powerpc/conf

2020-10-02 Thread Emmanuel Vadot
Author: manu Date: Fri Oct 2 20:52:09 2020 New Revision: 366382 URL: https://svnweb.freebsd.org/changeset/base/366382 Log: Fix LINT: Add backlight to NOTES Modified: head/sys/amd64/conf/NOTES head/sys/arm/conf/NOTES head/sys/arm64/conf/NOTES head/sys/i386/conf/NOTES head/sys/powerpc/

svn commit: r366381 - head/sys/modules/pwm

2020-10-02 Thread Emmanuel Vadot
Author: manu Date: Fri Oct 2 19:56:54 2020 New Revision: 366381 URL: https://svnweb.freebsd.org/changeset/base/366381 Log: pwm_backlight: Restrict module to armv7 and aarch64 Both powerpc64 and riscv uses fdt but don't use EXT_RESOURCES. Reported by: jenkins Modified: head/sys/mod

svn commit: r366374 - head/sys/sys

2020-10-02 Thread Emmanuel Vadot
Author: manu Date: Fri Oct 2 18:29:25 2020 New Revision: 366374 URL: https://svnweb.freebsd.org/changeset/base/366374 Log: Bump __FreeBSD_version after latest linuxkpi changes Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h =

svn commit: r366373 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf modules/linuxkpi

2020-10-02 Thread Emmanuel Vadot
developed by Emmanuel Vadot under sponsorship + * from the FreeBSD Foundation. + * + * 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

svn commit: r366372 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf

2020-10-02 Thread Emmanuel Vadot
== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sys/compat/linuxkpi/common/include/linux/backlight.h Fri Oct 2 18:26:41 2020(r366372) @@ -0,0 +1,94 @@ +/*- + * Copyright (c) 2020 The FreeBSD Foundation + * + * This software was developed by Emmanuel Vadot under

svn commit: r366371 - in head/sys: conf dev/pwm modules/pwm modules/pwm/pwm_backlight

2020-10-02 Thread Emmanuel Vadot
Fri Oct 2 18:23:27 2020 (r366371) @@ -0,0 +1,311 @@ +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * + * Copyright (c) 2020 Emmanuel Vadot + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following

svn commit: r366370 - in head/usr.bin: . backlight

2020-10-02 Thread Emmanuel Vadot
/backlight.8 == --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/usr.bin/backlight/backlight.8 Fri Oct 2 18:21:30 2020 (r366370) @@ -0,0 +1,95 @@ +.\" Copyright (c) 2020 Emmanuel

svn commit: r366369 - in head: share/man/man9 sys/conf sys/dev/backlight sys/modules sys/modules/backlight sys/sys

2020-10-02 Thread Emmanuel Vadot
/backlight.9 == --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/man/man9/backlight.9 Fri Oct 2 18:18:01 2020 (r366369) @@ -0,0 +1,77 @@ +.\" Copyright (c) 2020 Emmanuel

svn commit: r366330 - head/sys/dev/ichsmb

2020-10-01 Thread Emmanuel Vadot
Author: manu Date: Thu Oct 1 16:55:01 2020 New Revision: 366330 URL: https://svnweb.freebsd.org/changeset/base/366330 Log: ichsmb_pci: convert to pci_device_table / add PCI_PNP_INFO Submitted by: Greg V Reviewed by: mav Differential Revision:https://reviews.freebsd.org/D25260

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

2020-09-30 Thread Emmanuel Vadot
Author: manu Date: Wed Sep 30 17:10:49 2020 New Revision: 366295 URL: https://svnweb.freebsd.org/changeset/base/366295 Log: ahci_generic: add quirk for NXP0004 (NXP Layerscape LX2160A) This fixes this error : (aprobe3:ahcich3:0:15:0): NOP FLUSHQUEUE. ACB: 00 00 00 00 00 00 00 00 00 00 00

svn commit: r366294 - head/sys/dev/acpica

2020-09-30 Thread Emmanuel Vadot
Author: manu Date: Wed Sep 30 17:09:17 2020 New Revision: 366294 URL: https://svnweb.freebsd.org/changeset/base/366294 Log: acpi_resource: support multiple IRQs Some DSDT entries have multiple interrupts for one device. Add support for it. This fixes ahci on NXP LS2160 and genet on R

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

2020-09-20 Thread Emmanuel Vadot
Author: manu Date: Sun Sep 20 16:11:38 2020 New Revision: 365927 URL: https://svnweb.freebsd.org/changeset/base/365927 Log: arm: allwinner: aw_nmi: Fix wrong logic when we disable the nmi MFC after:1 week Modified: head/sys/arm/allwinner/aw_nmi.c Modified: head/sys/arm/allwinner/aw_

Re: svn commit: r364737 - head/sys/dev/drm2

2020-09-01 Thread Emmanuel Vadot
On Tue, 1 Sep 2020 16:31:58 +0200 Niclas Zeising wrote: > On 2020-09-01 16:19, Emmanuel Vadot wrote: > > On Tue, 1 Sep 2020 15:32:18 +0200 > > Niclas Zeising wrote: > > > >> On 2020-09-01 15:16, Emmanuel Vadot wrote: > >>> On Tue, 1 Sep 2020

Re: svn commit: r364737 - head/sys/dev/drm2

2020-09-01 Thread Emmanuel Vadot
On Tue, 1 Sep 2020 15:32:18 +0200 Niclas Zeising wrote: > On 2020-09-01 15:16, Emmanuel Vadot wrote: > > On Tue, 1 Sep 2020 15:13:53 +0200 > > Michal Meloun wrote: > > > >> > >> > >> On 25.08.2020 0:53, Niclas Zeising wrote: > >>> Aut

Re: svn commit: r364737 - head/sys/dev/drm2

2020-09-01 Thread Emmanuel Vadot
> - device_printf(dev, "This code is obsolete abandonware. Install the " > > DRM_PORT " pkg\n"); \ > > + device_printf(dev, "This code is deprecated. Install the " DRM_PORT " > > pkg\n"); \ > > device_printf(dev, > > "===\n"); \ > > gone_in_dev(dev, 13, "drm2 drivers"); > > \ > > } while (0) > > -- 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: r364952 - head/sys/arm/allwinner/clkng

2020-08-29 Thread Emmanuel Vadot
Author: manu Date: Sat Aug 29 11:39:53 2020 New Revision: 364952 URL: https://svnweb.freebsd.org/changeset/base/364952 Log: Fix arm64 build after r364927 Reported by: jenkins, dch Pointy hat to:manu Modified: head/sys/arm/allwinner/clkng/aw_clk_nm.c Modified: head/sys/arm/all

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

2020-08-28 Thread Emmanuel Vadot
Author: manu Date: Fri Aug 28 18:25:45 2020 New Revision: 364927 URL: https://svnweb.freebsd.org/changeset/base/364927 Log: arm: allwinner: clk: Add printfs when we cannot set the correct freq For some unknown reason this seems to fix this function when we printf the best variable. This i

Re: svn commit: r364859 - head/sys/arm/ti

2020-08-27 Thread Emmanuel Vadot
On Thu, 27 Aug 2020 08:08:49 + (UTC) Emmanuel Vadot wrote: > Author: manu > Date: Thu Aug 27 08:08:49 2020 > New Revision: 364859 > URL: https://svnweb.freebsd.org/changeset/base/364859 > > Log: > arm: ti: Fix Beaglebone black MMC after DTS update > > After

svn commit: r364859 - head/sys/arm/ti

2020-08-27 Thread Emmanuel Vadot
Author: manu Date: Thu Aug 27 08:08:49 2020 New Revision: 364859 URL: https://svnweb.freebsd.org/changeset/base/364859 Log: arm: ti: Fix Beaglebone black MMC after DTS update After DTS sync with Linux kernel 5.8 this patch was included: "ARM: dts: Move am33xx and am43xx mmc nodes to sdhci

svn commit: r364674 - in stable/12/sys/compat/linuxkpi/common: include/linux src

2020-08-24 Thread Emmanuel Vadot
h) @@ -0,0 +1,51 @@ +/*- + * Copyright (c) 2020 The FreeBSD Foundation + * + * This software was developed by Emmanuel Vadot under sponsorship + * from the FreeBSD Foundation. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provid

  1   2   3   4   5   6   7   8   9   10   >