From owner-freebsd-arm@freebsd.org Sat Nov 5 05:45:48 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A8AAC31204 for ; Sat, 5 Nov 2016 05:45:48 +0000 (UTC) (envelope-from girivs82@yahoo.com) Received: from nm44-vm6.bullet.mail.ne1.yahoo.com (nm44-vm6.bullet.mail.ne1.yahoo.com [98.138.120.246]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFBCFB1E for ; Sat, 5 Nov 2016 05:45:47 +0000 (UTC) (envelope-from girivs82@yahoo.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1478324741; bh=zXaAbyecIhDOdMnbmV5h0tTZ4tx0M+v6ZOHYKh8Us8M=; h=Date:From:Reply-To:To:Subject:References:From:Subject; b=SSvIs62qefnY+tDWLS2F42V1LQHbP8EHoZfJXwkUIuIQY0JxnlAkZyLVjYeo2kM4M5LDQkzS+PGh5VJWydjBN2cGtWPmGs146vKgUrxWyai1OnA9SGTfy4cgst7//mxHzzyCETBVAKOA1Ku5XzPe8enm60M0/RMKlUd/BQPVhXliCNqOz8WGW0+wJBsDNQQ/Ti3enipTOgfmXZD2gMMiki6HChHFR44oFbZPzPy9qEu7u0DZN/gWxbSANr2k+1JFDVZ9UPyiHVrmnc6wJOG88HAwa67hDAzez5qVf7u8dR7xU5eSqM2Ab5L1bk6hLZApwlwBBQLc61VumhN8zzgPdA== Received: from [127.0.0.1] by nm44.bullet.mail.ne1.yahoo.com with NNFMP; 05 Nov 2016 05:45:41 -0000 Received: from [98.138.101.130] by nm44.bullet.mail.ne1.yahoo.com with NNFMP; 05 Nov 2016 05:42:41 -0000 Received: from [98.138.89.244] by tm18.bullet.mail.ne1.yahoo.com with NNFMP; 05 Nov 2016 05:42:23 -0000 Received: from [127.0.0.1] by omp1058.mail.ne1.yahoo.com with NNFMP; 05 Nov 2016 05:42:23 -0000 X-Yahoo-Newman-Property: ymail-4 X-Yahoo-Newman-Id: 26086.82165.bm@omp1058.mail.ne1.yahoo.com X-YMail-OSG: RkGeNrwVM1midtkc2sfwtEKewK7Kr5BVMBjCOQUIprVP7ctQwBRDQ.TYFcPY0ew a.__4tjTuvcUvQ1Qi19VbQ4etbc0LyE8PNVERSjA6b6ujEuLepgDPRiToad2C2T2uwxAVI7bHut4 HF9C_ELyVGDZK4BWyPdzmynoeuIoGVp_zlqxBl8pbfQXzh2vnl7PyZ0FjAE4joyc44ZO7g8H9Jzj AMhLC7at4e2FUjUqQg1srJQTwbMGaqgYtQ2IGx5.DTJPpvAgqJ9iBYz4PmVFEf3KlkvFONKYDfTJ vXGhhBfHM9QNPuBQGy9lQrtRA1EYeCISII_5dgc9OCmrtT64TFszwhTWejgf_sUbSmCOfb5rwVd0 mSZ63sRaeVJciNGc4fg.kiEHoE2NurqQUTmmGgxfC8wJelHGLcmAfovjCOGth1YALPKr5qgDvV8p QRLJS9eFbwsgZsvhKyJCj_fcpTctKPjRkhlms0FJwvC5lo4Z92OPM0pDuLqdQ9BQZIntitNY.Tp4 uAl.rbZGsp1KKbA9WdVYvo0jgWkp85CEK2IcLj3qab1cGGrvUUB4- Received: from jws200059.mail.ne1.yahoo.com by sendmailws139.mail.ne1.yahoo.com; Sat, 05 Nov 2016 05:42:22 +0000; 1478324542.653 Date: Sat, 5 Nov 2016 05:42:22 +0000 (UTC) From: Reply-To: To: "freebsd-arm@freebsd.org" Message-ID: <234108602.628399.1478324542467@mail.yahoo.com> Subject: Low level boot loader for freebsd MIME-Version: 1.0 References: <234108602.628399.1478324542467.ref@mail.yahoo.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 05:45:48 -0000 Serious problems with blank emails, so I'm using my alternate email address= . Hopefully this will go through.-----------------------------------Just an= idea I'm throwing out.=C2=A0I decided to do a bit of baremetal coding on m= y Jetson-TK1 that got me thinking. Right now FreeBSD relies on uboot as the= low level bootloader and ubldr uses the u-boot API to bootstrap on top of = it. I'm thinking of extending the functionality of ubldr to remove the u-bo= ot dependency and use our own baremetal lowlevel hookups=C2=A0(well, name m= ight have to be changed since it won't be using u-boot anymore).=C2=A0Advan= tages:1. Low level bootstrapping code part of FreeBSD tree. Using the libst= and library and the low level hookups, we'd get the low level bootloader co= mpiled while building=C2=A0world+kernel.2. Sharing the same fdt. Since the = low level bootloader uses the same dts/dtsi files as the kernel, there is n= o reason to have two of them. The same fdt can be shared between the bootlo= ader and the kernel. Theoretically we could still do that now between u-boo= t and freebsd, but being maintained by different projects, the shared dts w= ill have an unavoidable dichotomy.3. Seamless bootstrapping. Right now, the= bootloader and kernel are completely separate entities, so once the kernel= takes control, it ends up having to initialize a bunch of HW that the boot= loader has already take care of. This makes sense now because there are no = guarantees on what has and has not been initialized by u-boot and what coul= d change in future.=C2=A0With the bootloader part of the freebsd base, we m= ight actually be able to just do post-init work on the kernel and this coul= d actually improve boot times (and in the embedded world, this counts for a= lot)4. Use our default toolchain. Clang (binutils is unavoidable at this p= oint till the llvm linker is mature). I already compiled my bare-metal code= on Jetson-TK1 using Clang+binutils and it ran quite well, llvm has has got= ten pretty mature at this point. I stopped using gcc for my arm compilation= a long time ago, even for the freebsd kernel.=C2=A0Disadvantages:1. Embedd= ed world is fragmented, too many machine/arch specific variations. Code mai= ntainability could be a nightmare.2. Testing low level is difficult. You do= n't even have a uart console in bare-metal, so you'll have to rely on JTAG = (sometimes really expensive lauterbachs) or poring through assembly. Plus w= e need to find people with embedded hardware willing to test them.3. Adopta= bility. I don't think people will warm up to a new bootloader soon, particu= larly those who have u-boot experience. Without contributors, this will die= a slow agonizing death.=C2=A0What does the community think?=C2=A0Is this s= omething that could actually help? If yes, I'm willing to start working on = a proof-of-concept. My test vehicle would be the Jetson TK1. From owner-freebsd-arm@freebsd.org Sat Nov 5 23:13:43 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2398BED618 for ; Sat, 5 Nov 2016 23:13:43 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-210-56.reflexion.net [208.70.210.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 737D2873 for ; Sat, 5 Nov 2016 23:13:42 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 16590 invoked from network); 5 Nov 2016 23:13:25 -0000 Received: from unknown (HELO rtc-sm-01.app.dca.reflexion.local) (10.81.150.1) by 0 (rfx-qmail) with SMTP; 5 Nov 2016 23:13:25 -0000 Received: by rtc-sm-01.app.dca.reflexion.local (Reflexion email security v8.10.1) with SMTP; Sat, 05 Nov 2016 19:13:40 -0400 (EDT) Received: (qmail 17766 invoked from network); 5 Nov 2016 23:13:40 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 5 Nov 2016 23:13:40 -0000 Received: from [192.168.1.106] (c-76-115-7-162.hsd1.or.comcast.net [76.115.7.162]) by iron2.pdx.net (Postfix) with ESMTPSA id 7122FEC8BDB for ; Sat, 5 Nov 2016 16:13:35 -0700 (PDT) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.1 \(3251\)) Subject: FYI: Some BPi-M3 notes, including self-hosted buildworld/buildkernel in about 9.5 hours (lldb build included) Message-Id: Date: Sat, 5 Nov 2016 16:13:34 -0700 To: freebsd-arm X-Mailer: Apple Mail (2.3251) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 23:13:43 -0000 I did a from-scratch -j 5 buildworld buildkernel of stable/11 -r308135 = on a BPi-M3 and it took about 9.5 hours. The "Other notes" part below lists = the src-env.conf (src.conf) sort of content, clang's FULL, EXTRAS, and LLDB included. But WITH_SYSTEM_COMPILER=3D was in use as well. The BPi-M3 was running -r308135 that had been cross-built with = -mcpu=3Dcortex-a7 listed in XCFLAGS and XCXXFLAGS. The ALLWINNER kernel configuration file = was included in my BPIM3-NODBG and then BPIM3-NODBG made sure that the performance-tied debug options were disabled in the cross build. (This = style of configuration handling adapts to head's ALLWINNER configuration use = as well --without editing BPIM3-NODBG generally.) The BPi-M3 is a V1.2 board (with a 1.7mm-inner/4mm-outer power = connector) and has/had: A) A heat sink on the A83T chip. B) A 3.3 V fan above the A83T chip. C) A 240 GByte USB SSD used for / (the root file system) and swap. [The SSD is a USB-stick style one, no external power.] D) There is a 3.1 GByte swap parition on the USB SSD. [Given bugzilla 206048 I always avoid using files as swap.] E) The mmc media used was a Samsung 32GB EVO+. [But (C) makes this largely irrelevant to the performance.] F) A 15W power supply (output: 5V, 3A capable). G) Appropriate serial port hardware attached. H) "-mcpu=3Dcortex-a7" listed in XCFLAGS and XCXXFLAGS for buildworld/buildkernel. I) The ALLWINNER kernel configuration file was included in my BPIM3-NODBG and then BPIM3-NODBG made sure that the performance-tied debug options were disabled. (stable/11 -r308135) J) The "Other notes" part below lists the src-env.conf (src.conf) sort of content, clang's FULL, EXTRAS, and LLDB included. But WITH_SYSTEM_COMPILER=3D was in use as well. FreeBSD only supports using 4 of the 8 cores. If 6-8 of them were usable = then the time for a build with some -j from 6 to 9 might be 7 hours or less. For comparison: As I remember last I did -j 5 buildworld buildkernel of = an earlier stable/11 on a rpi2 it was between 14 hours and 15 hours, no heat sink, = no fan, but an external USB SSD for / (root filesystem) and swap. (That USB SSD = on a powered hub.) I found the "sysctl -a" aw_ items for the BPi-M3 and the thermal results = reported were 35C or a little less while 4 cores were busy and had been for some = time. Both cluster's reports always agreed when observed --despite only 4 = cores being in use. (Apparently thermal monitoring and throttling are done by stable/11 for = the BPi-M3 --but not via powerd. powerd reports that the cpufreq facilities it uses = are are not available and quits.) I also used the Ubuntu 16.04 with Mate image and looked around some: 0) All 8 cores (4 from each cluster) are available. 1) The two clusters of 4 cores each are not treated as NUMA from what I = can tell. [For example the Ubuntu top's NUMA selections report lack of a NUMA = context.] 2) (1) is despite the early boot referencing 2 "sockets" [amd64 = terminology?] for what Allwinner calls "clusters". 3) All the cores are reported as running at the same speed when the = speed changes, even when only one core was doing much of anything and top shows most = as 0.0% used. This seemed to be true for all the policy settings that I = played with. So it appears the Ubuntu image keeps the two clusters of cores set up = the same: when one changes so does the other to match, cores uniform as well. That = and avoiding any assumption of a cache level that spans all the cores (both = clusters) would seem to be the general trend for how things are handled to enable = 8 cores. But that claim is made from the external presentation, not from analysis = of the source code. Other notes: I've had the BPi-M3 board change its Ethernet MAC address 3 times so = far. MAC stability may require some explicit control/override somewhere. I used kern.cam.boot_delay=3D"10000" in /boot/loader.conf so that = mounting / on the USB SSD would reliably go well on the BPi-M3. I have had the serial connection drop text, unlike the rpi2 using the = same serial hardware and such. I've also had the BPi-M3 context switch to odd characters being shown. Crochet tends to set up a file as the swap area. Given bugzilla 206048 I = avoid this configuration on all architectures and create and use a swap = partition instead. (I usually have swap set up and enabled.) ~/src.configs/src.conf.bpim3-clang-bootstrap.bpim3-host was: > TO_TYPE=3Darmv6 > # > KERNCONF=3DBPIM3-NODBG > TARGET=3Darm > .if ${.MAKE.LEVEL} =3D=3D 0 > TARGET_ARCH=3D${TO_TYPE} > .export TARGET_ARCH > .endif > # > #WITH_CROSS_COMPILER=3D > WITH_SYSTEM_COMPILER=3D > # > #CPUTYPE=3Dsoft > WITH_LIBCPLUSPLUS=3D > WITH_BINUTILS_BOOTSTRAP=3D > #WITHOUT_CLANG_BOOTSTRAP=3D > WITH_CLANG=3D > WITH_CLANG_IS_CC=3D > WITH_CLANG_FULL=3D > WITH_CLANG_EXTRAS=3D > WITH_LLDB=3D > # > WITH_BOOT=3D > WITHOUT_LIB32=3D > WITHOUT_LIBSOFT=3D > # > WITHOUT_ELFTOOLCHAIN_BOOTSTRAP=3D > WITHOUT_GCC_BOOTSTRAP=3D > WITHOUT_GCC=3D > WITHOUT_GCC_IS_CC=3D > WITHOUT_GNUCXX=3D > # > NO_WERROR=3D > #WERROR=3D > MALLOC_PRODUCTION=3D > # > WITH_DEBUG_FILES=3D > # > XCFLAGS+=3D -mcpu=3Dcortex-a7 > XCXXFLAGS+=3D -mcpu=3Dcortex-a7 > # There is no XCPPFLAGS but XCPP gets XCFLAGS content. =3D=3D=3D Mark Millard markmi at dsl-only.net