summaryrefslogtreecommitdiff
path: root/distrib/arm64
AgeCommit message (Expand)Author
2021-07-26Pass make flags to kernel and lib buildskn
2021-07-20Use installboot -p such that the right partition will be newfs'ed.Mark Kettenis
2021-07-18Remove hackery around /tmp/i/resolv.conf*. In particular "lookup file bind"Theo de Raadt
2021-07-16Replace dhclient with dhcpleased/resolvd on the ramdisk.Florian Obser
2021-06-25Allow (w)hole disk allocation for GPT disks. Use fdisk -A when Apple APFS ISCKenneth R Westerback
2021-06-07Changing the default from (W)hole disk to (E)dit MBR wasn't enough to preventMark Kettenis
2021-06-06Use installboot(8) on arm64 ramdisks like we do for amd64.Mark Kettenis
2021-06-03Use machdep.compatible to determine Pine64 and Raspberry Pi "platforms".Mark Kettenis
2021-05-30Add initial support for installing on a disk with a GPT. Mostly taken fromMark Kettenis
2021-04-17Embiggen arm64 ramdisk kernel and miniroot/install img files. ProvideStuart Henderson
2021-04-13handle iso dirTheo de Raadt
2021-04-10build arm64 install*.imgTheo de Raadt
2021-02-15distrib: arm64: avoid customization in mr.fs targetSebastien Marie
2020-05-18Make ffs2 the default for newfs; change all calls to create e.g. floppyOtto Moerbeek
2020-05-17Change install images called *.fs to *.img. These are UFS filesystem images,Theo de Raadt
2019-11-17Use disable-bt overlay with raspberry pi so the pl011 will be used asJonathan Gray
2019-10-31When writing to a raw vnd device with dd if the input file size is not aJonathan Gray
2019-10-03remove device_tree_address from rpi config.txtJonathan Gray
2019-06-23Create space for the bootloader/firmware for Rockchip SoCs by leavingMark Kettenis
2019-06-07eliminate differences between all the list files as much asTheo de Raadt
2019-05-13Add tee(1) to the ramdisk filesystem and use it to provide both aChristian Weisgerber
2019-05-03Further removal of differences (using install instead of cp, sortingTheo de Raadt
2019-04-30repair more trivial differencesTheo de Raadt
2019-04-30rm is in /bin, no need to specifyTheo de Raadt
2019-04-30Every Makefile on every architecture had deviated in unique ways.Theo de Raadt
2019-04-29TOPDIR and TOP are not neccessary.Theo de Raadt
2019-04-29remove the abstraction REV on top of abstraction OSrev which is alwaysTheo de Raadt
2019-04-28cleanup the situation around "df -i"Theo de Raadt
2019-04-28Cull BSDRD variables which are always bsd.rdTheo de Raadt
2019-04-28CBIN variable is also pointless, it is always "instbin". Rather thanTheo de Raadt
2019-04-28the BSD_RD variable is pointlessTheo de Raadt
2019-04-28Use new vnconfig vnd-auto-allocate mode. Resolve some variation betweenTheo de Raadt
2019-04-05Use new rdsetroot.Theo de Raadt
2019-01-24kernels in compile dirs are readonly, and the bsd.rd we created hasChristian Weisgerber
2018-10-12Make the rpi3 firmware pass the FDT at the address expected by the currentMark Kettenis
2018-05-29Make md_consoleinfo() set the appropriate variables that make install.subMark Kettenis
2018-03-23These media do not currently support the "OpenBSD region", so theTheo de Raadt
2018-03-21trim cert.pem on all arches that install it. use the installed file fromStuart Henderson
2018-03-20include dtb for Raspberry Pi 3 Model B+Jonathan Gray
2018-02-25set NCPU so the install script will use bsd.mp when hw.ncpufound > 1Jonathan Gray
2017-11-19add growfs(8) to ramdiskjob
2017-08-22Include Pine64 support in the install media now we can do so without boot0.Jonathan Gray
2017-07-28DEFAULTSETS, SANESETS and THESETS are set in the install.md scriptsRobert Peichaer
2017-07-08hook up slaacd to the installer on media where we have INET6Florian Obser
2017-07-08slaacd needs libevent on the ramdiskFlorian Obser
2017-05-07Increase the offset from the start of the disk to the FAT filesystemJonathan Gray
2017-03-10The SoftIron OverDrive 3000 boots to an EFI shell. Create a startup.nshJonathan Gray
2017-03-08copy rpi3 u-boot to the installed diskJonathan Gray
2017-02-18Add miniroot and ramdisk hooks for the Raspberry Pi 3.Jonathan Gray
2017-02-11Add an initial miniroot with bootaa64.efi on fat and bsd.rd on ffs.Jonathan Gray