summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2020-06-19 18:43:02 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2020-06-19 18:43:02 +0000
commit39be8aa80c3332b4fc8a756f12d2d0951a7c31b5 (patch)
tree2f5fd2b8383d5a541803dc77e0d0833d92b9f372 /UPDATING
parentf30cce17c2ff1d14be19b5dc0015cbcd81fbfddf (diff)
downloadsrc-test2-39be8aa80c3332b4fc8a756f12d2d0951a7c31b5.tar.gz
src-test2-39be8aa80c3332b4fc8a756f12d2d0951a7c31b5.zip
MFC r358430, r359934-r359936, r359939, r359969, r360093
r358430: dts: Update our copy for arm, arm64 and riscv dts to Linux 5.5 r359934: dts: Import DTS from Linux 5.6 r359935: allwinner: aw_thermal: Cope with DTS changes The upstream DTS now include the thermal device node and the SID calibration entry. Update our driver to cope with this change and remove the DTB overlays that aren't needed anymore. X-MFC-With: r359934 r359936: modules: dtb: allwinner: Remove non existant files Those files have been removed in r359935. X-MFC-With: r359935 r359939: modules: dtb: allwinner: Remove sun50i-a64-sid.dtso File was removed in r359935 X-MFC-With: r359935 r359969: arm: allwinner: aw_sid: Fix thermal calibration size for A64 This fixes the aw_thermal driver on A64 SoC. X-MFC-With: r359935 r360093: release: arm64: Remove DTSO for Allwinner boards Both SID and THS dts node are now in the main dts and the DTSO have been removed in r359935 X-MFC-With: r359935
Notes
Notes: svn path=/stable/12/; revision=362408
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index a609352d068f..49bf25bcdd0e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,14 @@ from older versions of FreeBSD, try WITHOUT_CLANG and WITH_GCC to bootstrap to
the tip of head, and then rebuild without this option. The bootstrap process
from older version of current across the gcc/clang cutover is a bit fragile.
+20200414:
+ Upstream DTS from Linux 5.6 was merged and they now have the SID
+ and THS (Secure ID controller and THermal Sensor) node present.
+ The DTB overlays have now been removed from the tree for the H3/H5 and
+ A64 SoCs and the aw_sid and aw_thermal driver have been updated to
+ deal with upstream DTS. If you are using those overlays you need to
+ remove them from loader.conf and update the DTBs on the FAT partition.
+
20200501:
Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have
been upgraded to 10.0.0. Please see the 20141231 entry below for