Version: 5.7, Package name: dtb-5.7 |
Maintained by: Jonathan Gray |
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: 110049.285 KB |
Version History (View Complete History) |
|
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@ |