Re: Tftpboot on arm64 is not yet implemented?

2018-03-06 Thread Christian Weisgerber
On 2018-03-05, qweqwe.2009...@gmail.com wrote: > I need network boot on my Raspberry Pi 3B. I compiled u-boot and OpenBSD > efiboot from the latest sources, and got following result: TFTP network booting on arm64 is implemented. It works with the OverDrive 1000, which has a UEFI BIOS. I have n

cvs up has become very slow on arm64

2018-07-08 Thread Christian Weisgerber
A cvs up of /usr/src with the repository mounted over NFS has become very slow on arm64 (OverDrive 1000). Two runs: 38m22.67s real 0m08.83s user 0m29.80s system 36m42.89s real 0m08.27s user 0m24.29s system By comparison, an APU2 with the repository mounted from the same serv

Re: cvs up has become very slow on arm64

2018-07-09 Thread Christian Weisgerber
On 2018-07-08, Christian Weisgerber wrote: > A cvs up of /usr/src with the repository mounted over NFS has become > very slow on arm64 (OverDrive 1000). Two runs: >38m22.67s real 0m08.83s user 0m29.80s system >36m42.89s real 0m08.27s user 0m24.29s system

Re: 6.6 Packages for arm?

2019-11-17 Thread Christian Weisgerber
On 2019-11-17, Unicorn wrote: > Since I found packages for 6.5 though, I wanted to ask whether packages > will also be released for 6.6 for arm besides snapshot. As I am new to > OpenBSD and searching the internet and mailing list archives did not > give me answers, I thought I should turn here a

bsd.rd (Jan 21) dies on OD1000

2020-01-21 Thread Christian Weisgerber
bsd.rd from the latest arm64 -current... Build date: 1579590905 - Tue Jan 21 07:15:05 UTC 2020 ... dies immediately on the OverDrive 1000: ---> >> OpenBSD/arm64 BOOTAA64 0.20 boot> booting sd0a:/bsd: 3760843+1549312+3881848+0+598016 [296286+128+459072+306029]=0xa5b690 Synchro

Re: bsd.rd (Jan 21) dies on OD1000

2020-01-21 Thread Christian Weisgerber
Never mind. It works when you use the correct architecture. Somehow I managed to s/arm64/amd64/ several times. *sigh* -- Christian "naddy" Weisgerber na...@mips.inka.de

Compiler optimizations are weird

2020-06-06 Thread Christian Weisgerber
Modern compiler optimizations are a sight to behold. When I extract the bitrev32() function from sys/dev/fdt/if_dwge.c and compile it on its own on aarch64, clang with optimization recognizes the purpose and reduces the arithmetic to a single "rbit" instruction. Amazing. Somewhat less (or more?)

Re: noise on USB audio on RPI 4B

2021-05-20 Thread Christian Weisgerber
> On Tuesday, May 18, 2021, 10:42:53 AM EDT, Alexandre Ratchov > wrote: > >On Tue, May 18, 2021 at 02:19:49PM +, Doug Moss wrote: > >> Another topic: > >> arm64 sndiod cannot be built with 24bit > >> > >> in /usr/src/usr.bin/sndiod > >> make COPTS=-DADATA_BITS=24 > >> produces: > >> dsp.h:8

Re: Porting to ARMv8 (board, qemu, etc.)

2018-01-12 Thread Christian Weisgerber
On 2018-01-11, Karel Gardas wrote: > I'd like to help a bit with GHC work on OpenBSD and would like to give it a > try > to port GHC to ARMv8. GHC is a beast so I assume I'll need machine/emulator > with 4GB RAM at least. I'm curious what you guys are using for running all > those > ARMv8 packa