diff --git a/README.md b/README.md index 755b51c..799f4a1 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ Each kernel release tarball currently provides the following files: * `/boot/config` (the configuration used to build the kernel); * `/boot/Module.symvers.xz` (a table mapping exported symbols to provider, compressed); * `/boot/System.map.xz` (the kernel's symbol table, compressed); -* `/boot/bcm-2710-rpi-3-b.dtb`, `/boot/bcm-2710-rpi-3-b-plus.dtb` and `/boot/bcm-2837-rpi-3-b.dtb` (and, from `4.19.79.20191015` onwards, `/boot/bcm2710-rpi-cm3.dtb`) (the device tree blobs); -* `/boot/overlays/...` (the device tree blob overlays) (from `4.19.79.20191015`); +* `/boot/bcm-2710-rpi-3-b.dtb`, `/boot/bcm-2710-rpi-3-b-plus.dtb` and `/boot/bcm-2837-rpi-3-b.dtb` (and, from `4.19.80.20191022` onwards, `/boot/bcm2710-rpi-cm3.dtb`) (the device tree blobs); +* `/boot/overlays/...` (the device tree blob overlays) (from `4.19.80.20191022`); * `/lib/modules//...` (the module set for the kernel); * `/lib/firmware/...` (the kernel-built firmware, for [< 4.14 only](http://lkml.iu.edu/hypermail/linux/kernel/1709.1/04650.html)). @@ -36,7 +36,7 @@ The current kernel tarball may be downloaded from the link below (or via `wget`, Variant | Version | Most Recent Image :--- | ---: | ---: -Kernel, dtbs, modules and (kernel) firmware | 4.19.79.20191015 | [bcmrpi3-kernel-4.19.79.20191015.tar.xz](https://github.com/sakaki-/bcmrpi3-kernel/releases/download/4.19.79.20191015/bcmrpi3-kernel-4.19.79.20191015.tar.xz) +Kernel, dtbs, modules and (kernel) firmware | 4.19.80.20191022 | [bcmrpi3-kernel-4.19.80.20191022.tar.xz](https://github.com/sakaki-/bcmrpi3-kernel/releases/download/4.19.80.20191022/bcmrpi3-kernel-4.19.80.20191022.tar.xz) The corresponding kernel configuration (derived via `make bcmrpi3_defconfig`) may be viewed [here](https://github.com/sakaki-/bcmrpi3-kernel/blob/master/config). @@ -47,8 +47,8 @@ The corresponding kernel configuration (derived via `make bcmrpi3_defconfig`) ma To deploy (assuming that your RPi3's micro SD-card's first partition is mounted as `/boot`, and you are already running a 64-bit RPi3 image, such as my [gentoo-on-rpi3-64bit](https://github.com/sakaki-/gentoo-on-rpi3-64bit)) simply download, untar into the root directory, and reboot: ```console pi64 ~ # cp /boot/kernel8.img{,.old} -pi64 ~ # wget -c https://github.com/sakaki-/bcmrpi3-kernel/releases/download/4.19.79.20191015/bcmrpi3-kernel-4.19.79.20191015.tar.xz -pi64 ~ # tar -xJf bcmrpi3-kernel-4.19.79.20191015.tar.xz -C / +pi64 ~ # wget -c https://github.com/sakaki-/bcmrpi3-kernel/releases/download/4.19.80.20191022/bcmrpi3-kernel-4.19.80.20191022.tar.xz +pi64 ~ # tar -xJf bcmrpi3-kernel-4.19.80.20191022.tar.xz -C / pi64 ~ # sync && reboot ``` diff --git a/config b/config index ca90df9..0cec217 100644 --- a/config +++ b/config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.19.79 Kernel Configuration +# Linux/arm64 4.19.80 Kernel Configuration # # @@ -19,7 +19,7 @@ CONFIG_THREAD_INFO_IN_TASK=y # CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_COMPILE_TEST is not set -CONFIG_LOCALVERSION="-v8-047589b6dcd5" +CONFIG_LOCALVERSION="-v8-3492a1b00349" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_BUILD_SALT="" CONFIG_DEFAULT_HOSTNAME="(none)" @@ -1926,8 +1926,12 @@ CONFIG_NET_VENDOR_VIA=y # CONFIG_VIA_RHINE is not set # CONFIG_VIA_VELOCITY is not set CONFIG_NET_VENDOR_WIZNET=y -# CONFIG_WIZNET_W5100 is not set +CONFIG_WIZNET_W5100=m # CONFIG_WIZNET_W5300 is not set +# CONFIG_WIZNET_BUS_DIRECT is not set +# CONFIG_WIZNET_BUS_INDIRECT is not set +CONFIG_WIZNET_BUS_ANY=y +CONFIG_WIZNET_W5100_SPI=m CONFIG_MDIO_DEVICE=y CONFIG_MDIO_BUS=y # CONFIG_MDIO_BCM_UNIMAC is not set @@ -3394,6 +3398,7 @@ CONFIG_VIDEO_OV7640=m # CONFIG_VIDEO_OV7740 is not set # CONFIG_VIDEO_OV9650 is not set # CONFIG_VIDEO_OV13858 is not set +CONFIG_VIDEO_IRS1125=m # CONFIG_VIDEO_VS6624 is not set # CONFIG_VIDEO_MT9M032 is not set # CONFIG_VIDEO_MT9M111 is not set @@ -4379,7 +4384,6 @@ CONFIG_USB_EMI62=m CONFIG_USB_EMI26=m CONFIG_USB_ADUTUX=m CONFIG_USB_SEVSEG=m -CONFIG_USB_RIO500=m CONFIG_USB_LEGOTOWER=m CONFIG_USB_LCD=m CONFIG_USB_CYPRESS_CY7C63=m