head 1.4; access; symbols netbsd-11-0-RC6:1.3 netbsd-11-0-RC5:1.3 netbsd-11-0-RC4:1.3 netbsd-11-0-RC3:1.3 netbsd-11-0-RC2:1.3 netbsd-11-0-RC1:1.3 perseant-exfatfs-base-20250801:1.3 netbsd-11:1.3.0.12 netbsd-11-base:1.3 netbsd-10-1-RELEASE:1.3 perseant-exfatfs-base-20240630:1.3 perseant-exfatfs:1.3.0.10 perseant-exfatfs-base:1.3 netbsd-10-0-RELEASE:1.3 netbsd-10-0-RC6:1.3 netbsd-10-0-RC5:1.3 netbsd-10-0-RC4:1.3 netbsd-10-0-RC3:1.3 netbsd-10-0-RC2:1.3 thorpej-ifq:1.3.0.8 thorpej-ifq-base:1.3 thorpej-altq-separation:1.3.0.6 thorpej-altq-separation-base:1.3 netbsd-10-0-RC1:1.3 netbsd-10:1.3.0.4 netbsd-10-base:1.3 bouyer-sunxi-drm:1.3.0.2 bouyer-sunxi-drm-base:1.3 thorpej-i2c-spi-conf2:1.2.0.8 thorpej-i2c-spi-conf2-base:1.2 thorpej-futex2:1.2.0.6 thorpej-futex2-base:1.2 thorpej-cfargs2:1.2.0.4 thorpej-cfargs2-base:1.2 cjep_sun2x-base1:1.2 cjep_sun2x:1.2.0.2 cjep_sun2x-base:1.2 cjep_staticlib_x-base1:1.1 cjep_staticlib_x:1.1.0.8 cjep_staticlib_x-base:1.1 thorpej-i2c-spi-conf:1.1.0.6 thorpej-i2c-spi-conf-base:1.2 thorpej-cfargs:1.1.0.4 thorpej-cfargs-base:1.1 thorpej-futex:1.1.0.2 thorpej-futex-base:1.1; locks; strict; comment @# @; 1.4 date 2026.03.31.20.24.22; author yurix; state Exp; branches; next 1.3; commitid 4yqdLAWzqYdKraAG; 1.3 date 2021.11.07.17.10.46; author jmcneill; state Exp; branches; next 1.2; commitid leDL2M70FQj5YSfD; 1.2 date 2021.06.02.10.31.18; author jmcneill; state Exp; branches; next 1.1; commitid 8doNJ72BXJjuPxVC; 1.1 date 2020.05.18.21.19.36; author jmcneill; state Exp; branches 1.1.6.1; next ; commitid LEg8TRe3NPw0DL8C; 1.1.6.1 date 2021.06.17.04.46.31; author thorpej; state Exp; branches; next ; commitid d7CrUzY34skBrrXC; desc @@ 1.4 log @add hints about regenerating dtb set lists @ text @# $NetBSD: Makefile,v 1.3 2021/11/07 17:10:46 jmcneill Exp $ # Important: Regenerate dtb set lists by running 'make update-sets' in # sys/arch/dtb after changing this file. DTSSUBDIR= rockchip DTSMAKEVARS= CONFIG_ARCH_ROCKCHIP=y DTSFILESCMD= ${MAKE} -C ${ARCHDTSDIR}/${DTSSUBDIR} ${DTSMAKEVARS} -v dtb-y DTS= ${DTSFILESCMD:sh} # For compatibility with factory firmware, copy rk3399-pinebook-pro.dtb to # the base directory. DTB_NOSUBDIR+= rk3399-pinebook-pro.dtb .include @ 1.3 log @Extra dts files no longer required. @ text @d1 4 a4 1 # $NetBSD: Makefile,v 1.2 2021/06/02 10:31:18 jmcneill Exp $ @ 1.2 log @Install a copy of rk3399-pinebook-pro.dtb to the base dtb directory for compatibility with the factory firmware. Normally this is frowned upon, but this is the only easy way to boot NetBSD on this board without having to crack open the case and/or hook up a serial console. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2020/05/18 21:19:36 jmcneill Exp $ a7 3 # Extra .dts files from sys/arch/arm/dts DTS+= rk3399-pinebook-pro.dts @ 1.1 log @Separate devicetree .dts -> .dtb building from kernel builds. They are now part of a separate set, "dtb.tgz", and only built when MKDTB=yes. This defaults to yes for earmv[67]* and aarch64, and no everywhere else. @ text @d1 1 a1 1 # $NetBSD$ d11 4 @ 1.1.6.1 log @Sync w/ HEAD. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2021/06/02 10:31:18 jmcneill Exp $ a10 4 # For compatibility with factory firmware, copy rk3399-pinebook-pro.dtb to # the base directory. DTB_NOSUBDIR+= rk3399-pinebook-pro.dtb @