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_dts_rk3399-pinebook-pro-u-boot.dtsi,v 1.1 2020/01/06 08:41:44 mrg Exp $ Pinebook Pro support from https://patchwork.ozlabs.org/patch/1194525/ diff --git arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi new file mode 100644 index 0000000000..9b0cb7010f --- /dev/null +++ arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi @@@@ -0,0 +1,25 @@@@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (C) 2019 Peter Robinson + */ + +#include "rk3399-u-boot.dtsi" +#include "rk3399-sdram-lpddr4-100.dtsi" + +/ { + chosen { + u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc; + }; +}; + +&pmugrf { + u-boot,dm-pre-reloc; +}; + +&spiflash { + u-boot,dm-pre-reloc; +}; + +&uart2 { + u-boot,dm-pre-reloc; +}; @ 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$ @