Version: 5.14, Package name: dtb-5.14 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Device Tree Blobs (DTBs) for various ARM/MIPS/PowerPC boards. DTBs are binary representations of Flattened Device Trees (FDTs) that describe hardware properties such as memory ranges, interrupts and processors. DTB files are used by U-Boot and other firmware interfaces to provide this information to the kernel. |
Filesize: 117841.672 KB |
Version History (View Complete History) |
|
2021-11-19 03:40:01 by Stuart Henderson | Files touched by this commit (1) |
Log message: add a comment warning about the risk of breaking drivers if dtb is updated, refer to the log message from last commit |
2021-11-07 22:54:56 by Jonathan Gray | Files touched by this commit (1) |
Log message: drop maintainer on sysutils/dtb Updating this port has a high chance of breaking drivers as breaking changes are frequently made to device trees in linux. For example the description of BeagleBone Black hardware changed in linux 5.15 to be compatible with a new cpsw driver in linux. This would break cpsw(4) if the port were updated to 5.15. |
2021-10-29 05:13:06 by Patrick Wildt | Files touched by this commit (2) |
Log message: Set the baud rate for the NanoPi R2S like we do for other Rockchip-based SoCs. ok jsg@ |
2021-10-05 04:42:34 by Jonathan Gray | Files touched by this commit (3) |
Log message: update dtb to linux 5.14 |
2021-06-28 02:23:10 by Jonathan Gray | Files touched by this commit (3) |
Log message: update dtb to linux 5.13 |
2021-04-26 03:37:29 by Jonathan Gray | Files touched by this commit (3) |
Log message: update dtb to linux 5.12 |
2021-04-23 18:50:43 by Jonathan Gray | Files touched by this commit (2) |
Log message: build riscv dtbs |
2021-03-25 05:10:26 by Klemens Nanni | Files touched by this commit (1) |
Log message: Use EXTRACT_FILES, replace sed with shell substitution No need for the entire linux source when we only need the device-tree sources; this cuts WRKSRC from ~1G to ~62M. While here, simply build target code a bit. OK jsg |
2021-02-28 02:33:30 by Jonathan Gray | Files touched by this commit (3) |
Log message: update dtb to linux 5.11 |
2021-02-05 06:59:47 by Jonathan Gray | Files touched by this commit (9) |
Log message: update dtb to linux 5.10 sync rk3399 baud dts changes with sysutils/u-boot |
2020-06-19 04:08:02 by Mark Kettenis | Files touched by this commit (2) |
Log message: Add local change to enable RNG on Rockchip RK3399 boards. ok jsg@, kurt@ |
2020-06-01 07:49:25 by Jonathan Gray | Files touched by this commit (3) |
Log message: update dtb to linux 5.7 |
2020-04-12 04:59:07 by Jonathan Gray | Files touched by this commit (11) |
Log message: update dtb to linux 5.6 we can now handle more recent omap dtbs thanks to kettenis@ ok kettenis@ |
2019-09-30 09:14:50 by Kurt Miller | Files touched by this commit (4) |
Log message: Set the baud rates for firefly, rockpro64 and rock64 to 115200 to match sysutils/u-boot baud rate settings. okay jsg@ |
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-12-24 01:55:21 by Jonathan Gray | Files touched by this commit (4) |
Log message: update dtb to linux 4.20 adds a dtb for rockpro64 among other changes |
2018-11-15 05:07:05 by Jonathan Gray | Files touched by this commit (7) |
Log message: update dtb to linux 4.19 revert omap4 ti-sysc changes to unbreak pandaboard |
2018-08-12 19:59:40 by Jonathan Gray | Files touched by this commit (2) |
Log message: update dtb to linux 4.18 no device tree changes since rc7 |
2018-07-31 04:10:37 by Jonathan Gray | Files touched by this commit (5) |
Log message: update dtb to linux 4.18-rc7 Includes updates to Allwinner device trees, and a patch from kettenis@ to enable Ethernet on the NanoPi A64. |
2018-06-03 21:14:22 by Jonathan Gray | Files touched by this commit (3) |
Log message: update dtb to linux 4.17 |
2018-04-02 00:48:05 by Jonathan Gray | Files touched by this commit (2) |
Log message: update dtb to linux 4.16 |
2018-03-14 22:12:15 by Jonathan Gray | Files touched by this commit (3) |
Log message: update dtb to linux 4.16-rc5 among other things adds more cubox and hummingboard dtbs |
2018-01-29 04:30:10 by Jonathan Gray | Files touched by this commit (2) |
Log message: update dtb to linux 4.15 |
2017-09-03 20:40:05 by Jonathan Gray | Files touched by this commit (3) |
Log message: update dtb to linux 4.13 |
2017-07-07 21:25:40 by Jonathan Gray | Files touched by this commit (3) |
Log message: update dtb to linux 4.12 |
2017-05-05 04:49:28 by Jonathan Gray | Files touched by this commit (3) |
Log message: update dtb to linux 4.11 Switch from using ports gcc to clang. Base gcc can't be used as the preprocessor doesn't handle '#' not being in the first column. Problem in initial patch spotted by and ok sthen@ |
2017-02-20 00:03:42 by Jonathan Gray | Files touched by this commit (3) |
Log message: update dtb to linux 4.10 |
2016-12-11 20:43:30 by Jonathan Gray | Files touched by this commit (3) |
Log message: update dtb to linux 4.9 |
2016-10-03 21:26:22 by Jonathan Gray | Files touched by this commit (3) |
Log message: update dtb to linux 4.8 This adds "allwinner,sun8i-h3-ccu" to existing allwinner h3 dtbs that H3 support in -current requires. And notably adds new dtbs for: imx6q-utilite-pro sun7i-a20-bananapi-m1-plus sun8i-h3-bananapi-m2-plus bcm2837-rpi-3-b Tested on cubox, bbb and panda. |
2016-07-30 08:34:15 by Jonathan Gray | Files touched by this commit (3) |
Log message: update to linux 4.7 |
2016-07-17 09:09:39 by Jonathan Gray | Files touched by this commit (6) |
Log message: The armv7 fdt console selection tries to find /chosen/stdout-path and falls back to /aliases/serial0. Add patches to set stdout-path for dts files that don't set stdout-path and are known to use a serial device other than serial0 as a console. Confirmed to restore console output on pandaboard es by abieber@ ok sthen@ naddy@ |