summaryrefslogtreecommitdiff
path: root/distrib/arm64
AgeCommit message (Expand)Author
2022-09-26Hide error messages while extracting Apple firmware. Depending on theMark Kettenis
2022-09-03Keep _fw2 in local md_consoleinfo() scopeKlemens Nanni
2022-09-03Copy Apple touchpad firmware on machines that need it.Mark Kettenis
2022-08-07Modern EFI systems tend to want larger EFI Sys partitions, they playTheo de Raadt
2022-03-31on-ramdisk firmware extraction can overflow the install-media directoryTheo de Raadt
2022-03-28Running getty(8) on /dev/console when using a glass console interferes withMark Kettenis
2022-03-22Polish the bits that copy the firmware in place on Apple systems a bit more.Mark Kettenis
2022-03-13Now that fdisk(8) retains the EFI System Partition on Apple systems, skipMark Kettenis
2022-03-06Simple move firmware subdirectory in place as suggested by deraadt@Mark Kettenis
2022-03-06Fetch bwfm(4) firmware from the EFI System Partition on Apple SiliconMark Kettenis
2022-02-10Use fdisk's -b to create boot partitions instead of -e scripts.Kenneth R Westerback
2022-02-04Now that installboot(8) creates the startup.nsh file, remove the shellMark Kettenis
2021-12-14Don't overwrite the Raspberry Pi config.txt if it already exists.Mark Kettenis
2021-10-04Add firmwares for rsu(4), rtwn(4), and urtwn(4) drivers.Kevin Lo
2021-09-26'-g' no longer needs '-i'.Kenneth R Westerback
2021-08-29new installboot will sometimes reuse the existing msdos boot partition insteadTheo de Raadt
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