head 1.2; access; symbols pkgsrc-2021Q1:1.1.0.10 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.8 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.6 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.4 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2021.04.18.08.54.56; author mrg; state dead; branches; next 1.1; commitid g9Jv4tH3AMtBJKPC; 1.1 date 2020.01.06.08.41.44; author mrg; state Exp; branches; next ; commitid x3Xe4aQT5O19IBRB; desc @@ 1.2 log @various updates for the new pkgsrc u-boot world order. the whole u-boot package builds with the patches and distinfos moved into the new places. @ text @$NetBSD: patch-arch_arm_mach-rockchip_rk3399_Kconfig,v 1.1 2020/01/06 08:41:44 mrg Exp $ Pinebook Pro support from https://patchwork.ozlabs.org/patch/1194525/ --- arch/arm/mach-rockchip/rk3399/Kconfig.orig 2019-12-16 04:39:56.000000000 -0800 +++ arch/arm/mach-rockchip/rk3399/Kconfig 2020-01-03 09:31:11.465329801 -0800 @@@@ -81,6 +81,13 @@@@ * GPIO expansion ports * DC 12V/2A +config TARGET_PINEBOOK_PRO_RK3399 + bool "Pinebook Pro" + help + Pinebook Pro is a laptop based on the Rockchip rk3399 SoC + with 4Gb RAM, onboard eMMC, USB-C, a USB3 and USB2 port, + 1920*1080 screen and all the usual laptop features. + endchoice config ROCKCHIP_BOOT_MODE_REG @@@@ -113,6 +120,7 @@@@ config SPL_STACK_R_ADDR default 0x04000000 +source "board/pine64/pinebook_pro_rk3399/Kconfig" source "board/rockchip/evb_rk3399/Kconfig" source "board/theobroma-systems/puma_rk3399/Kconfig" source "board/vamrs/rock960_rk3399/Kconfig" @ 1.1 log @add a u-boot for pinebook pro. it's mostly functional though reboot is not working for me currently, and the power LED stays off until netbsd boots still. this is based upon u-boot 2020.01-rc5 with patches from: https://patchwork.ozlabs.org/project/uboot/list/?series=142716 which add specific pinebook pro support. (these sources are known to have a working reboot, but not from a build i've made.) @ text @d1 1 a1 1 $NetBSD$ @